Commit dc4ec90
Fix E2E tests: remove shutdown event assertions, update cleanup test
The CLI runtime does not currently emit session.shutdown notifications
during the session.destroy flow, so remove E2E assertions that wait for
the event. The shutdown() method and two-phase API remain in place for
when the runtime is updated.
Update the Node.js failed-cleanup test to reflect that shutdown()'s
idempotency guard causes the destroy retry to succeed with local-only
cleanup when the server process is dead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d4dfee2 commit dc4ec90
File tree
5 files changed
+9
-58
lines changed- dotnet/test
- go/internal/e2e
- nodejs/test/e2e
- python/e2e
5 files changed
+9
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
| |||
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 258 | | |
264 | 259 | | |
265 | 260 | | |
| |||
280 | 275 | | |
281 | 276 | | |
282 | 277 | | |
283 | | - | |
| 278 | + | |
284 | 279 | | |
285 | | - | |
286 | | - | |
287 | 280 | | |
288 | 281 | | |
289 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | 596 | | |
598 | 597 | | |
599 | 598 | | |
| |||
602 | 601 | | |
603 | 602 | | |
604 | 603 | | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | 604 | | |
611 | 605 | | |
612 | 606 | | |
| |||
661 | 655 | | |
662 | 656 | | |
663 | 657 | | |
664 | | - | |
| 658 | + | |
665 | 659 | | |
666 | 660 | | |
667 | 661 | | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | 662 | | |
683 | 663 | | |
684 | 664 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 302 | | |
307 | 303 | | |
308 | 304 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | 305 | | |
313 | 306 | | |
314 | 307 | | |
| |||
323 | 316 | | |
324 | 317 | | |
325 | 318 | | |
326 | | - | |
| 319 | + | |
327 | 320 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | 321 | | |
336 | 322 | | |
337 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | 458 | | |
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
463 | 462 | | |
464 | | - | |
465 | | - | |
466 | 463 | | |
467 | 464 | | |
468 | 465 | | |
| |||
486 | 483 | | |
487 | 484 | | |
488 | 485 | | |
489 | | - | |
| 486 | + | |
490 | 487 | | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | 488 | | |
498 | 489 | | |
499 | 490 | | |
| |||
0 commit comments