Build: #21 failed
Job: Build and package Many Linux 2.28 Python 3.10 failed
server fake timeout busy wait: Test case result
The below summarizes the result of the test " server fake timeout busy wait" in build 21 of CASA - CMake MPI - Build and package Many Linux 2.28 Python 3.10.
- Description
- server fake timeout busy wait
- Test class
- src.casampi.tests.test_casampi_subset.test_MPICommandServer
- Method
- test_server_fake_timeout_busy_wait
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'
self = <casampi.tests.test_casampi_subset.test_MPICommandServer testMethod=test_server_fake_timeout_busy_wait>
def test_server_fake_timeout_busy_wait(self):
# Simulate a client timeout with a greedy operation
nloops = int(len(self.server_list) / 2)
# https://docs.python.org/3/library/stdtypes.html#integer-string-conversion-length-limitation
> sys.set_int_max_str_digits(0)
E AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'
/casampi/src/casampi/tests/test_casampi_subset.py:218: AttributeError