Commit 61da2a6
test(e2e): two-volume-rd dedup grep before picking dev paths
The .res file lists every device once per on-block per volume, so
grep extracted 6 paths (3 workers × 2 volumes) and head/sed picked
two duplicates of vol-0 instead of vol-0 + vol-1. sort -u between
grep and sed gives unique-per-volume.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>1 parent cea635c commit 61da2a6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments