Open
Description
sometimes the unit tests involving Threads can fail. I need to figure out how to do these tests without a mini XMLRPC server in the middle.
SoftLayer/transports/xmlrpc.py:128: TransportError
--------------------------------------------------------------------------- Captured stdout call ----------------------------------------------------------------------------
TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
========================================================================== short test summary info ==========================================================================
FAILED tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests::test_detail_empty_allotment - SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
FAILED tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests::test_server_details - SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
================================================================ 2 failed, 2018 passed, 6 skipped in 14.98s =================================================================
py312: exit 1 (15.25 seconds) /Users/chris/Code/softlayer-python> py.test tests pid=58880
py312: FAIL code 1 (20.54=setup[5.29]+cmd[15.25] seconds)
evaluation failed :( (20.57 seconds)