-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Address flaky pubsub system tests #2086
Address flaky pubsub system tests #2086
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.
@@ -267,8 +280,9 @@ def test_fetch_delete_subscription_w_deleted_topic(self): | |||
def _no_topic(instance): | |||
return instance.topic is None | |||
|
|||
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.
@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. |
Toward #2077, #2079, #2080