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
From: #1085, point 3)
====================================================================== ERROR: test_message_pull_mode_e2e (pubsub.TestPubsub) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/pubsub.py", line 129, in test_message_pull_mode_e2e message1, message2 = sorted(messages, key=_by_timestamp) ValueError: need more than 1 value to unpack ----------------------------------------------------------------------
@tmatsuo suggested that we retry the pull until we get the expected two messages.
The text was updated successfully, but these errors were encountered:
Passed on both runs on Travis after merging #2086.
Sorry, something went wrong.
tseaver
No branches or pull requests
From: #1085, point 3)
@tmatsuo suggested that we retry the pull until we get the expected two messages.
The text was updated successfully, but these errors were encountered: