Commit 18a855c
CI: skip doxygen on Windows MINGW64 + extend stress-test budget
Two remaining failures from the previous run:
1. Windows MINGW64 timed out at the 6h ceiling. After my earlier
check-readme CRLF fix unblocked that target, the next step on the
make check-local pipeline (check-doxygen.sh -> make doxygen-run)
wedged on a cmd.exe "Terminate batch job (Y/N)?" prompt produced
by the autoconf-archive doxygen recipe under MSYS2/MINGW. The
Linux lanes already exhaustively check the doxygen invariant, so
drop doxygen+graphviz from the MINGW64 package list; check-doxygen
detects the missing tool and self-skips (already designed for it).
2. route_table_concurrency cycles I and J failed under the valgrind
memcheck lane with writer_ops=0 — the 500ms wall budget that the
test relies on for at least one iteration is too tight when each
register_path()/regex compile is running under heavy valgrind
instrumentation. Keep the 500ms baseline but, if either counter
is still zero, sleep in 100ms chunks up to a 30s ceiling. Normal
lanes are unaffected (counters cross zero in well under 500ms);
valgrind reliably converges within a couple seconds.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e6d7dcc commit 18a855c
2 files changed
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
392 | 398 | | |
393 | 399 | | |
394 | 400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
123 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
124 | 134 | | |
125 | 135 | | |
126 | 136 | | |
| |||
202 | 212 | | |
203 | 213 | | |
204 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
205 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
206 | 223 | | |
207 | 224 | | |
208 | 225 | | |
| |||
0 commit comments