-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Description
The test APITestSharded.testMultipleWaitsAndGets seemed to hang on Travis on Mac with Python 2.7.
This can be run with
python test/runtest.py APITestSharded.testMultipleWaitsAndGets
The specific error was the following.
testMultipleWaitsAndGets (__main__.APITestSharded) ... Waiting for redis server at 127.0.0.1:11349 to respond...
Waiting for redis server at 127.0.0.1:25112 to respond...
Waiting for redis server at 127.0.0.1:35769 to respond...
Waiting for redis server at 127.0.0.1:43875 to respond...
Waiting for redis server at 127.0.0.1:62467 to respond...
Waiting for redis server at 127.0.0.1:52969 to respond...
Waiting for redis server at 127.0.0.1:40629 to respond...
Waiting for redis server at 127.0.0.1:46449 to respond...
Waiting for redis server at 127.0.0.1:13383 to respond...
Waiting for redis server at 127.0.0.1:53529 to respond...
Waiting for redis server at 127.0.0.1:58418 to respond...
Waiting for redis server at 127.0.0.1:58423 to respond...
Waiting for redis server at 127.0.0.1:15088 to respond...
Waiting for redis server at 127.0.0.1:25238 to respond...
Waiting for redis server at 127.0.0.1:64859 to respond...
Waiting for redis server at 127.0.0.1:28505 to respond...
Waiting for redis server at 127.0.0.1:15782 to respond...
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
I first saw this in the tests for #774.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels