Address flaky pubsub system tests#2086
Merged
tseaver merged 6 commits intogoogleapis:masterfrom Aug 16, 2016
tseaver:2077-2079-2080-flaky-pubsub-system-tests
Merged
Address flaky pubsub system tests#2086tseaver merged 6 commits intogoogleapis:masterfrom tseaver:2077-2079-2080-flaky-pubsub-system-tests
tseaver merged 6 commits intogoogleapis:masterfrom
tseaver:2077-2079-2080-flaky-pubsub-system-tests
Conversation
|
|
||
| hoover = Hoover() | ||
| retry = RetryInstanceState(hoover.done) | ||
| retry(hoover.suction)() |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
system_tests/pubsub.py
Outdated
|
|
||
| retry = RetryInstanceState(_no_topic, max_tries=6) | ||
| retry(orphaned.reload)() | ||
| # Wait for the topic to clear: up to 63 seconds (2 ** 8 - 1) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
Author
|
@dhermes I'm going to merge as is: I disagree that your formulation is clearer, and getting the fix in for the flaky test is way more important that our quibble. |
This was referenced Aug 16, 2016
Merged
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Toward #2077, #2079, #2080