Build and Test changes for flaky test investigations #2382
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.
Reference Issues/PRs
What does this implement or fix?
The purpose of this PR is to allow execution of tests until they fail through our standard Build and Test workflow.
To use this just add your changes to this PR, and then execute manually the workflow through Actions tab.
The exeution will start and on each leaf container the test you pick will be executed the number of times you chose. It will fail the first time a failure is detected. Timeout is 6 hrs by default
Test : python/tests/stress/arcticdb/version_store/test_mem_leaks.py::test_mem_leak_read_all_arctic_lib
Command : pytest -n auto -v --count=15 -x python/tests/stress/arcticdb/version_store/test_mem_leaks.py::test_mem_leak_read_all_arctic_lib
Log : https://github.com/man-group/ArcticDB/actions/runs/15444359252
=================================
Test: python/tests/integration/arcticdb/version_store/test_basic_version_store.py::test_version_chain_cache
Command: pytest -n auto -v --count=100 -x python/tests/integration/arcticdb/version_store/test_basic_version_store.py::test_version_chain_cache
GCP Log: https://github.com/man-group/ArcticDB/actions/runs/15446172552/job/43476877668
AWS Log: https://github.com/man-group/ArcticDB/actions/runs/15458674848
Any other comments?
Checklist
Checklist for code changes...