Commit f25832e
authored
[RAI-28133] Output an error when
Currently, if test workers are zero, `worker_init_expr` won't run even if it's defined.
This PR returns an error in this case.
A `@testset` is added in `test/integrationtests.jl`.
* error when worker_init_expr is set with zero workersworker_init_expr is set but test workers are zero (#162)1 parent c6edac2 commit f25832e
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
227 | 238 | | |
228 | 239 | | |
229 | 240 | | |
| |||
0 commit comments