Commit 3a7dd94
committed
fix: skip spare ranks gracefully in end-to-end test
Spare ranks would call sys.exit(0) during NTP initialization,
which pytest treats as a failure. Now spare ranks skip the test
gracefully before that happens.1 parent 1aec09b commit 3a7dd94
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
411 | 415 | | |
| 416 | + | |
412 | 417 | | |
413 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
414 | 423 | | |
415 | 424 | | |
416 | 425 | | |
| |||
0 commit comments