Commit d27e01d
committed
test: assert the wake-up reset, not wall time
The prompt-processing test bounded elapsed time at 0.4 seconds, and a
loaded CI runner measured 0.409 and failed the compatibility (3.4,
7.1) job. Wall time never observed the mechanism anyway: promptness
comes from the enqueue signal interrupting the idle wait, and that
interruption is visible as a polling interval reset with reason
:wake_up. A poll-driven completion resets with :work instead, so the
assertion still fails when the signal path breaks, without a wall
clock in the loop.1 parent 07005a8 commit d27e01d
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
206 | 210 | | |
207 | 211 | | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
212 | | - | |
213 | 216 | | |
214 | | - | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | | - | |
218 | 220 | | |
219 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
220 | 224 | | |
| 225 | + | |
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
| |||
0 commit comments