Commit 55b68e5
Fix --only filter silently matching zero tests with multiple UUIDs
The subset check required ALL passed UUIDs to match a single test
case's trace, which is impossible since each case has one UUID.
With 2+ failed tests, the CI retry selected 0 tests and exited 0,
silently masking real failures. Changed to intersection so each
case is kept if ANY of the passed UUIDs matches.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1aebfc5 commit 55b68e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments