Build: #17 failed
Job: Test Tasks MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
Test results
- 167 tests in total
- 2 tests failed
- 2 failures are new
- 9 tests were quarantined / skipped
- 53 minutes taken in total.
Build 17 has the following 2 errors: 2 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
test_0_MPIInterface
test_PyParallelImagerHelper_interface
|
< 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
|
< 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...)
|
|||