Test Result : BarrierTaskContextSuite
1 failures
(+1)
11 tests
(±0)
All Tests
Test name | Duration | Status |
SPARK-31485: barrier stage should fail if only partial tasks are launched | 15 sec | Passed |
barrier task killed, interrupt | 18 sec | Passed |
barrier task killed, no interrupt | 20 sec | Passed |
global sync by barrier() call | 19 sec | Passed |
share messages with allGather() call | 22 sec | Passed |
successively sync with allGather and barrier | 21 sec | Passed |
support multiple barrier() call within a single task | 21 sec | Passed |
throw exception if barrier() call doesn't happen on every task | 19 sec | Passed |
throw exception if the number of barrier() calls are not the same on every task | 20 sec | Passed |
throw exception if we attempt to synchronize with different blocking calls | 20 sec | Passed |
throw exception on barrier() call timeout | 20 sec | Regression |