Commit 8b9347a
committed
docs(plan): record the last three, which had three different causes
Executes candidate 5 from the parallel research unit and writes down
what each remaining failure actually was.
The server-auth loop tests were mine to catch and I missed two of
three: the same file held a five-harness and a six-harness version of
the case I fixed last round.
WS-REBIND-01 was never a budget overrun. It died at 748ms against its
own hardcoded 1s deadline while the test budget was 5s, and an internal
deadline shorter than the budget fails faster than a timeout -- which
is exactly why it read as random rather than slow.
executeArchivedCleanup is not ours. It runs in 7.16ms locally and blew
a 20s budget on CI, three orders of magnitude apart, with no sleep or
spawn anywhere in it.
Also records what I could not prove: the harness never resets the
process-global WebSocket registry, and I could not reproduce a failure
from that locally even after leaking a socket deliberately. It is in as
a defensive reset and labelled that way, because writing it up as a
found-and-fixed leak would put the next reader on false footing.1 parent e78fff1 commit 8b9347a
1 file changed
Lines changed: 65 additions & 0 deletions
Lines changed: 65 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
0 commit comments