Skip to content

Java: Add test to check queries not included in well-known query suites #19254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Apr 8, 2025

This PR is adding a java integration test to list all queries that are not included in well-known query suites.

@github-actions github-actions bot added the Java label Apr 8, 2025
@pytest.mark.parametrize("query_suite", ['java-code-quality.qls', 'java-security-and-quality.qls', 'java-security-extended.qls', 'java-code-scanning.qls'])
well_known_query_suites = ['java-code-quality.qls', 'java-security-and-quality.qls', 'java-security-extended.qls', 'java-code-scanning.qls']

@runs_on.posix
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed this from linux to posix to ease local testing.

@tamasvajk tamasvajk marked this pull request as ready for review April 8, 2025 15:52
@tamasvajk tamasvajk requested a review from a team as a code owner April 8, 2025 15:52
@tamasvajk tamasvajk merged commit c0f2ce7 into github:main Apr 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants