Commit a4792d9
test(broker): remove flaky race-A test from openai#453 port
The "child exit races with SIGTERM" test (added with the openai#453 port) was a
probe for a theoretical Race A (signal arriving mid-shutdown preempts the
socket unlink). It was stable in isolation but flaked under full-suite
load — the 25ms/50ms timing window shifts when other tests compete for
CPU.
Per the TDD rule that guided openai#453 ("no architecture without a failing
test"), Race A was never proven as a stable bug: 30 isolated iterations
never leaked. The centralized coordinator was correctly NOT added. This
probe test adds CI flakiness without guarding a real defect, so remove
it. The core openai#453 regression test (broker exits + cleans up when the
app-server child dies) stays — that one is deterministic and proven.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7de747f commit a4792d9
1 file changed
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
0 commit comments