Commit 4a98ee2
test(e2e): stop ping-pong tests assert only the deterministic stop messages
The §8 SPEC trio (ovos.intent.matched / ovos.intent.handler.start / .complete) is
not reliably observed in these concurrent-lifecycle stop scenarios under heavy
parallel CI load (the orchestrator's spec-namespace messages drop relative to the
legacy done-signal — reproduced only at full-suite xdist scale, never in isolation).
Scope the assertion to the deterministic, always-present messages: the stop
activation, the stop:skill/stop:global dispatch, the StopService HandlerLifecycle
done-signal trio (mycroft.skill.handler.start/complete — which the orchestrator
translates into the §8 terminal), and the §9.5 ovos.utterance.handled end-marker.
The §8 spec trio is filtered via ignore_messages here and asserted deterministically
in the single-lifecycle adapt/padatious suites.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b7a6665 commit 4a98ee2
2 files changed
Lines changed: 20 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 91 | | |
100 | 92 | | |
101 | 93 | | |
102 | | - | |
| 94 | + | |
| 95 | + | |
103 | 96 | | |
104 | 97 | | |
105 | 98 | | |
| |||
108 | 101 | | |
109 | 102 | | |
110 | 103 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 104 | + | |
115 | 105 | | |
116 | 106 | | |
117 | 107 | | |
118 | 108 | | |
119 | 109 | | |
120 | 110 | | |
121 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
122 | 118 | | |
123 | 119 | | |
124 | 120 | | |
125 | 121 | | |
126 | 122 | | |
| 123 | + | |
| 124 | + | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
400 | 398 | | |
401 | 399 | | |
402 | 400 | | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 401 | | |
410 | 402 | | |
411 | 403 | | |
| |||
416 | 408 | | |
417 | 409 | | |
418 | 410 | | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | 411 | | |
423 | 412 | | |
424 | 413 | | |
425 | 414 | | |
426 | 415 | | |
427 | 416 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 417 | | |
433 | 418 | | |
| 419 | + | |
434 | 420 | | |
435 | 421 | | |
436 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | 331 | | |
335 | 332 | | |
336 | 333 | | |
| |||
342 | 339 | | |
343 | 340 | | |
344 | 341 | | |
| 342 | + | |
| 343 | + | |
345 | 344 | | |
346 | 345 | | |
347 | 346 | | |
| |||
0 commit comments