Build: #17 failed Manual run by Akeem Wells
Test results
- 179 tests in total
- 2 tests failed
- 2 failures are new
- 10 tests were quarantined / skipped
- 54 minutes taken in total.
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
test_0_MPIInterface
test_PyParallelImagerHelper_interface
|
Test Tasks MPI Many Linux 2.28 Rocky 8.10 Py3.10 | < 1 sec | |
TypeError: 'NoneType' object is not subscriptable self = <casampi.tests.test_casampi.test_0_MPIInterface testMethod=test_PyParallelImagerHelper_interface> def test_PyParallelImagerHelper_interface(self): # Get cluster (getCluster should automatically initialize it) self.sc = MPIInterface.getCluster() self.CL = self.sc._cluster (21 more lines...) |
||||
Collapse |
test_MPICommandServer
test_server_fake_timeout_busy_wait
|
Test Tasks MPI Many Linux 2.28 Rocky 8.10 Py3.10 | < 1 sec | |
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits' self = <casampi.tests.test_casampi.test_MPICommandServer testMethod=test_server_fake_timeout_busy_wait> def test_server_fake_timeout_busy_wait(self): mon = MPIMonitorClient() ini_online = len(list(mon.get_server_rank_online())) self.assertTrue(ini_online > 0, (12 more lines...) |