We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
allmightyspiff
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: