NMS-20341: Improve files we store under evidence folder for flaky tests - #8882
Open
mershad-manesh wants to merge 6 commits into
Open
mershad-manesh wants to merge 6 commits into
mershad-manesh wants to merge 6 commits into
Conversation
cgorantla
reviewed
Sep 21, 2026
Contributor
There was a problem hiding this comment.
- Change /target/logs/${SIMPLE_CLASS}* to /target/logs/${TEST_CLASS}- and match only the test-level directory. That stops ThresholdingIT from grabbing SentinelThresholdingIT logs, and stops each container folder from being copied twice.
- Keep container logs out of ~/test-results. That path is what store_test_results parses as JUnit output. Copy the non-XML evidence to a sibling folder and store only that as an artifact.
…ogs under the evidence folder
mershad-manesh
force-pushed
the
mem/NMS-20341
branch
from
September 22, 2026 14:11
5fd02e6 to
dc79a16
Compare
cgorantla
reviewed
Sep 23, 2026
cgorantla
left a comment
Contributor
There was a problem hiding this comment.
Could we also copy target/logs/startup-failures into ${FLAKY_EVIDENCE_DIR} after the per-class loop?
This will give us logs when containers doesn't start properly
Contributor
Author
good idea, but we should copy it per attempt. |
This branch has not been deployed
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.
All Contributors
External References