Skip to content
Snippets Groups Projects
Commit e2dbb226 authored by Sulverus's avatar Sulverus
Browse files

Merge prune.test with updated test-run

parent e74c0059
No related branches found
No related tags found
No related merge requests found
......@@ -120,3 +120,9 @@ box.space._cluster:len() == 1
---
- true
...
box.space.test:drop()
---
...
box.schema.user.revoke('guest', 'read,write,execute', 'universe')
---
...
......@@ -54,3 +54,5 @@ box.space._cluster:len() == 2
replica_set.drop_all(test_run)
box.space._cluster:len() == 1
#box.info.vclock == 1
box.space.test:drop()
box.schema.user.revoke('guest', 'read,write,execute', 'universe')
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