-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigate and fix flaky sql user test.
This test fails for a few reasons: one, there are persistent quota and service-unavailable errors with the second-gen SQL instances. Two, the issue mentioned in #1184, that there's unspecified behavior in tests where two resources have the same ID. This changes the ID to be user/host/instance instead of user/instance, and adds 429/503 handling to the sqladminOperationWait().
- Loading branch information
1 parent
684029c
commit f1deed8
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters