Skip to content
Snippets Groups Projects
Commit 7d817b39 authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

gh-1957: guest grant not removed in iproto_stress test, affects subsequent tests

parent 970777f8
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ box.error.injection.set("ERRINJ_WAL_DELAY", true)
repeat fiber.sleep(1) until n_workers == 0
---
...
box.schema.user.revoke('guest', 'read,write,execute', 'universe')
---
...
s:drop()
---
...
......@@ -32,4 +32,5 @@ box.error.injection.set("ERRINJ_WAL_DELAY", true)
repeat fiber.sleep(1) until n_workers == 0
box.schema.user.revoke('guest', 'read,write,execute', 'universe')
s:drop()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment