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 system test: test_fetch_delete_subscription_w_deleted_topic fails to find all subscriptions #2079

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

Comments

@tseaver
Copy link
Contributor

tseaver commented Aug 9, 2016

From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/151011241#L623:

======================================================================
FAIL: test_fetch_delete_subscription_w_deleted_topic (pubsub.TestPubsub)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/pubsub.py", line 264, in test_fetch_delete_subscription_w_deleted_topic
    self.assertEqual(len(created), 1)
AssertionError: 0 != 1
----------------------------------------------------------------------
@tseaver tseaver added testing api: pubsub Issues related to the Pub/Sub API. labels Aug 9, 2016
@tseaver tseaver self-assigned this Aug 9, 2016
@tseaver tseaver changed the title Pubsub system test: Pubsub system test: test_fetch_delete_subscription_w_deleted_topic fails to find all subscriptions Aug 9, 2016
@dhermes dhermes added the flaky label Aug 9, 2016
@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