Skip to content

Commit

Permalink
Merge pull request #22805 from benesch/grant-flake
Browse files Browse the repository at this point in the history
logictest: deflake GRANT test
  • Loading branch information
benesch authored Feb 20, 2018
2 parents 6d162d2 + 6fb1575 commit 5d8a93e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/sql/logictest/testdata/logic_test/database
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,11 @@ GRANT DROP ON DATABASE privs TO testuser

user testuser

# Wait for gossip to propagate the new version of the database descriptor.
#
# TODO: block the `GRANT` statement until the new version has been propagated.
# See #22841.
sleep 250ms

statement ok
DROP DATABASE privs CASCADE

0 comments on commit 5d8a93e

Please sign in to comment.