- Notifications
You must be signed in to change notification settings - Fork923
Commitd6baa3c
authored
fix: stop running tests that exec sh scripts in parallel (#11834)
Ok, so my last attempt at a fix here failedhttps://github.com/coder/coder/actions/runs/7666229961/job/20893608286I have a new theory: it's not the `terraform` binary that's busy, it's actually `fake_cancel.sh` and it gets marked busy when we `exec` it from the script we write.Use of `exec` also replaces the executing code in place, rather than starting a new process/shell, so that's why the error we get says `terraform` is busy.1 parent0ba035a commitd6baa3c
1 file changed
+10
-15
lines changedLines changed: 10 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
| |||
126 | 125 |
| |
127 | 126 |
| |
128 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 |
| |
130 |
| - | |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
| |||
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 |
| |
162 |
| - | |
163 |
| - | |
164 | 166 |
| |
165 | 167 |
| |
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
| 171 | + | |
179 | 172 |
| |
180 | 173 |
| |
181 | 174 |
| |
| |||
228 | 221 |
| |
229 | 222 |
| |
230 | 223 |
| |
| 224 | + | |
| 225 | + | |
| 226 | + | |
231 | 227 |
| |
232 |
| - | |
233 | 228 |
| |
234 | 229 |
| |
235 | 230 |
| |
|
0 commit comments
Comments
(0)