Commit 1be6a47
authored
Print rerun command for failed parallel_rspec shards (#5339)
Add --verbose-rerun-command to the parallel_rspec invocations so a
failing shard prints a copy-pasteable command with its exact file list
and seed. This makes order-dependent flakes reproducible locally, since
RSpec order depends on both the seed and the shard's file set and the
latter was not previously recoverable from CI output.
The flag only emits output on failure, so green runs are unaffected.1 parent 06a687b commit 1be6a47
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments