Add --suites filter to generate_reference_results#728
Open
Geethapranay1 wants to merge 1 commit intoprecice:developfrom
Open
Add --suites filter to generate_reference_results#728Geethapranay1 wants to merge 1 commit intoprecice:developfrom
Geethapranay1 wants to merge 1 commit intoprecice:developfrom
Conversation
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #711
Changes
tools/tests/generate_reference_results.py— added--suitesargument (comma-separated, optional) to filter which test suites to generate reference results for. When not provided, all suites run (backward compatible).generate_reference_results_workflow.yml— added optionalsuitesinput. When provided, passes--suitesto the script and uses selectivegit add --updateto only commit modified files. When empty, behavior is unchanged.generate_reference_results_manual.yml— addedsuitesinput field for the manual trigger UI.Testing
1. full docker test passed for

--suitesfilteronly 3 elastic tube tests ran not all 10
2. error handling for invalid suite name

3. backward compatible default behavior (no

--suites)4.

--helpshows a new argumentChecklist:
changelog-entries/<711>.md.