Build: #19 failed
Job: Test Tasks MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
Test results
- 167 tests in total
- 2 tests failed
- 9 tests were quarantined / skipped
- 53 minutes taken in total.
Build 19 has the following 2 errors:There were no new test failures since the previous build.
| Status | Test | Failing since | Duration | |
|---|---|---|---|---|
|
test_0_MPIInterface
test_PyParallelImagerHelper_interface
|
Failing since build #17 (Manual run by Akeem Wells) | < 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...)
|
||||
|
test_MPICommandServer
test_server_fake_timeout_busy_wait
|
Failing since build #17 (Manual run by Akeem Wells) | < 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...)
|
||||