Commit 1832d0a
Avoid shell kill cwd cleanup flakes (#1207)
* Avoid shell kill cwd cleanup flake
Run the long-lived shell kill command outside the fixture workspace so a surviving Windows child process cannot hold copilot-test-work-* open during cleanup.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Avoid shell kill cwd flakes across SDKs
Run mirrored long-lived shell kill E2E commands outside each fixture workspace so surviving Windows child processes cannot block temp workspace cleanup.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Wait for CLI stderr on stdio disconnect
When stdio startup fails quickly, wait briefly for the stderr reader before formatting the connection-lost exception so CLI argument errors are reported deterministically.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Include CLI stderr for stdio startup pipe failures
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Revert "Include CLI stderr for stdio startup pipe failures"
This reverts commit b35e9f6.
* Revert "Wait for CLI stderr on stdio disconnect"
This reverts commit 344b18f.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3c622b9 commit 1832d0a
4 files changed
Lines changed: 16 additions & 4 deletions
File tree
- dotnet/test/E2E
- go/internal/e2e
- nodejs/test/e2e
- python/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| |||
0 commit comments