Uh oh!
There was an error while loading. Please reload this page.
Drop the ultra-flaky test for orphaned subscriptions. - #2215
Conversation
daspecster
commented
Aug 29, 2016
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? |
tseaver
commented
Aug 29, 2016
@daspecster Another option would be to mark the test with |
dhermes
commented
Aug 29, 2016
tseaver
commented
Aug 29, 2016
@dhermes WDYT of leaving it in place, but decorating it with |
dhermes
commented
Aug 29, 2016
Seems mostly OK. But an issue needs to be filed to follow up and fix it. |
tseaver
commented
Aug 29, 2016
dhermes
commented
Aug 29, 2016
OK |
tseaver
commented
Aug 29, 2016
I just backed out the "delete the test" change and marked it with I also dropped the |
| 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.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Sep 1, 2016
Go ahead and merge |
See:
#2080 (comment)
Closes#2080.