-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Investigate novel pub/sub system test failure (only one message returned) #1081
Copy link
Copy link
Closed
Labels
Description
======================================================================
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
----------------------------------------------------------------------FWIW It seems pretty straightforward. Maybe we should revive #535? Our system tests are very flaky now.
Reactions are currently unavailable