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

Unmark most of the xfailed tests. #5421

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented May 31, 2018

Fixed by PR #5398.

@tseaver tseaver added testing api: bigtable Issues related to the Bigtable API. labels May 31, 2018
@tseaver tseaver requested a review from crwilcox May 31, 2018 17:49
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2018
@tseaver tseaver added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 31, 2018
@tseaver
Copy link
Contributor Author

tseaver commented May 31, 2018

Hmm, I ran the system tests I un-marked individually, and they all passed, but they fail on CI (and for me locally, now that I look at it) when running the who system test suite.

@tseaver tseaver force-pushed the bigtable-un_xfail_systests_after_5398 branch from 1c730f4 to 1cbdcda Compare May 31, 2018 19:06
@tseaver
Copy link
Contributor Author

tseaver commented May 31, 2018

The source of the failures when running all system tests was re-using table names across tests: apparently, a deleted table now "sticks around" a while, and cannot be re-created without risking timeout / deadline exceeded. 1cbdcda ensures that the tests no longer try to re-created a table (by using unique names).

@tseaver tseaver removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 31, 2018
@tseaver
Copy link
Contributor Author

tseaver commented Jun 7, 2018

@theacodes This is the same #5441 / #5442 issue. I'd like to merge here as well based on the CircleCI green.

@tseaver tseaver merged commit 76552b2 into master Jun 7, 2018
@tseaver tseaver deleted the bigtable-un_xfail_systests_after_5398 branch June 7, 2018 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants