-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multiple Test Runs Causing Ambiguous Test Results in Jenkins #22946
Comments
@tchaikov you check allure report that does not have such problem. However, it lacks the link to the directory with scylla logs. |
We no longer run those tests 100 times but limit them to an hour max. also |
The fix here can be is do not use batches or override the suite name for junit. So every batch can be in its own suite, so there will be no clashes in names. |
Issue Summary
When a test fails in our CI pipeline, Jenkins sometimes displays incorrect test results due to multiple test runs having identical identifiers. This makes it difficult to locate and analyze the actual failed test run.
Background
test.py
multiple times, stopping on the first failureProblem Details
test.py
Example Case
Impact
The text was updated successfully, but these errors were encountered: