Commit aa0ff24
[+] #756 eliminate race in FEC stream tests by killing server before clearing logs
Same bug pattern as 2e09e4f (frame_type_bit tests): clear_log runs
before killall, so the previous test's server can write [error] to
slog between truncation and termination. Fix XOR, RSC, and PM stream
test blocks by reordering to killall + sleep + clear_log.
Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>1 parent beddfec commit aa0ff24
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4589 | 4589 | | |
4590 | 4590 | | |
4591 | 4591 | | |
4592 | | - | |
4593 | 4592 | | |
| 4593 | + | |
| 4594 | + | |
4594 | 4595 | | |
4595 | 4596 | | |
4596 | 4597 | | |
| |||
4607 | 4608 | | |
4608 | 4609 | | |
4609 | 4610 | | |
4610 | | - | |
4611 | 4611 | | |
| 4612 | + | |
| 4613 | + | |
4612 | 4614 | | |
4613 | 4615 | | |
4614 | 4616 | | |
| |||
4625 | 4627 | | |
4626 | 4628 | | |
4627 | 4629 | | |
4628 | | - | |
4629 | 4630 | | |
| 4631 | + | |
| 4632 | + | |
4630 | 4633 | | |
4631 | 4634 | | |
4632 | 4635 | | |
| |||
0 commit comments