Bigtable: Create table in list_table test, deadline exceed error fix - #6
Bigtable: Create table in list_table test, deadline exceed error fix#6sangramql wants to merge 1 commit into
Conversation
sangramql
commented
Jul 28, 2019
@mf2199 please review |
Two remarks before reviewing this PR:
Thanks! |
mf2199
left a comment
There was a problem hiding this comment.
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?
sangramql
commented
Jul 30, 2019
Cloned it. Will raise PR using this repo. |
sangramql
commented
Jul 30, 2019
This issue is not consistent in production i suppose. And I was not able to reproduce even once.
—error— |
sangramql
commented
Jul 30, 2019
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. |
sangramql
commented
Jul 30, 2019
Unable to raise PR on qlogic fork. |
sangramql
commented
Aug 5, 2019
Closing this PR as this opened in googleapis#8879 |
[issue 8479]
Bigtable: 'test_bigtable_list_tables' snippet flakes with '504 Deadline Exceeded'.