-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bigtable: Create table in list_table test, deadline exceed error fix #6
Conversation
@mf2199 please review |
Two remarks before reviewing this PR:
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like mentioned before, we need to describe your reasoning behind these changes. Especially when it comes to test flakes, it is important to know and record their root cause as they may happen again with a different product.
Also, have you tested these changes enough to make sure there are no more flakes?
Cloned it. Will raise PR using this repo. |
This issue is not consistent in production i suppose. And I was not able to reproduce even once.
—error— |
This fix is added to avoid creating and deleting table for single test. Instead, common table can be created and used in tests which require table specific tests, except table creation test.
Like mentioned in above comment, this is been tested with various approaches and with multiple tables(>100) in single instance as well as multiple instances(10) with single table. Cool down time (timeout=100) code was avoided to hit the issue, but was not hit. |
Unable to raise PR on qlogic fork. |
Closing this PR as this opened in googleapis#8879 |
[issue 8479]
Bigtable: 'test_bigtable_list_tables' snippet flakes with '504 Deadline Exceeded'.