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

Pubsub sytem test: test_message_pull_mode_e2e only fetches one message #2077

Closed
tseaver opened this issue Aug 9, 2016 · 1 comment
Closed
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. testing

Comments

@tseaver
Copy link
Contributor

tseaver commented Aug 9, 2016

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.

@tseaver
Copy link
Contributor Author

tseaver commented Aug 16, 2016

Passed on both runs on Travis after merging #2086.

@tseaver tseaver closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. testing
Projects
None yet
Development

No branches or pull requests

2 participants