-
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
Drop the ultra-flaky test for orphaned subscriptions. #2215
Drop the ultra-flaky test for orphaned subscriptions. #2215
Conversation
In #2080 (comment), you mentioned there are other tests that cover this case? Otherwise LGTM. I agree we need to get the build green with as few logical gaps in test coverage as possible. I wonder if we should have some kind of secondary set of system tests? It might be nice to track these kinds of issues for the upstream guys? |
@daspecster Another option would be to mark the test with |
@dhermes WDYT of leaving it in place, but decorating it with |
Seems mostly OK. But an issue needs to be filed to follow up and fix it. |
OK |
I just backed out the "delete the test" change and marked it with I also dropped the |
@@ -135,7 +135,6 @@ def test_create_subscription_w_ack_deadline(self): | |||
def test_list_subscriptions(self): | |||
TOPIC_NAME = 'list-sub' + unique_resource_id('-') | |||
topic = Config.CLIENT.topic(TOPIC_NAME) | |||
self.assertFalse(retry_unavailable(topic.exists)()) |
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.
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Go ahead and merge |
See:
#2080 (comment)
Closes #2080.