Commit 9614ece
authored
fix(ci): prevent Test Reporter from aggregating stale test results (kroxylicious#3805)
The Test Reporter action was configured to download artifacts by name,
which caused it to aggregate test results from multiple workflow runs
instead of just the current run. When artifact names are reused across
runs, the action downloads all matching artifacts from the repository
history, leading to false positives from stale test failures.
Changed to read test results directly from the local filesystem
(kroxylicious-systemtests/target/surefire-reports/**/TEST-*.xml)
instead of downloading the artifact that was just uploaded in the
same job.
This ensures only current test results are reported, eliminating
false failures from previous runs.
Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Keith Wall <kwall@apache.org>1 parent e41c693 commit 9614ece
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | | - | |
| 204 | + | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
0 commit comments