Skip to content
New issue

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

MT tests intermittent failures #2138

Open
allmightyspiff opened this issue Apr 24, 2024 · 0 comments
Open

MT tests intermittent failures #2138

allmightyspiff opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels

Comments

@allmightyspiff
Copy link
Member

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)
@allmightyspiff allmightyspiff self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant