Skip to content

feat: Settings overriding script#588

Merged
ella-springtail merged 1 commit into
SPR-939-test-runner-improvementfrom
jeff/SPR-939-test-runner-improvement
Aug 14, 2025
Merged

feat: Settings overriding script#588
ella-springtail merged 1 commit into
SPR-939-test-runner-improvementfrom
jeff/SPR-939-test-runner-improvement

Conversation

@curiosthoth

Copy link
Copy Markdown
Contributor

Usage:

./merge_system_settings.py <base_file> <override_file> <output_file>

Usage:

    ./merge_system_settings.py <base_file> <override_file> <output_file>
@linear

linear Bot commented Aug 14, 2025

Copy link
Copy Markdown
SPR-939 Test runner: fixup runtime options

Right now you can run the test runner using the following options:
-a : run everything all test cases; used by nightly

<test_case_name> : run that test case and its overlays

-o : overlay and all test cases using that overlay — I believe — (may be combined with test_case_name)

: run default test cases and their overlays

Right now:

Running with no default runs the default set and EVERYTHING in the overlays even if the overlay specifies different test_cases.

The only way to have a test that depends on an overlay is to set a flag in the overlay section, but this test case can't be run in the defaults since it won't apply the overlay.

Need to clean it up; the code in test_runner.py is convoluted.
The -a option should run everything will all overlays
No options should run the default set and the overlays for THAT default set ONLY

There should be a way to specify a test_case requires an overlay.
The -o option should continue to work when specified either with a specific test_case or no test_case.

@sonarqubecloud

Copy link
Copy Markdown

@ella-springtail ella-springtail merged commit 96f5650 into SPR-939-test-runner-improvement Aug 14, 2025
2 checks passed
@ella-springtail ella-springtail deleted the jeff/SPR-939-test-runner-improvement branch August 14, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants