- Notifications
You must be signed in to change notification settings - Fork906
Commit14105ff
authored
test: do not run memory race test in parallel (#17582)
Closescoder/internal#597 (comment)The parallelized tests share configs, which when accessed concurrentlythrow race errors. The configs are read only, so it is fine to run thesetests with shared idp configs.1 parentb9177ef commit14105ff
2 files changed
+11
-6
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| |||
248 | 249 |
| |
249 | 250 |
| |
250 | 251 |
| |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
251 | 256 |
| |
252 |
| - | |
253 |
| - | |
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
| |||
289 | 292 |
| |
290 | 293 |
| |
291 | 294 |
| |
| 295 | + | |
292 | 296 |
| |
293 |
| - | |
294 |
| - | |
295 | 297 |
| |
296 | 298 |
| |
297 | 299 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
190 | 191 |
| |
191 | 192 |
| |
192 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 |
| |
194 |
| - | |
195 |
| - | |
196 | 199 |
| |
197 | 200 |
| |
198 | 201 |
| |
|
0 commit comments
Comments
(0)