Skip to content
Snippets Groups Projects
Commit 289c543b authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Add space:truncate() to the end of box.net.box test

parent e044aafb
No related merge requests found
......@@ -179,3 +179,6 @@ lua remote:ping()
---
error: '[string "box.net = {..."]:407: box.net.box: connection was closed'
...
lua box.space[0]:truncate()
---
...
......@@ -61,3 +61,6 @@ exec admin "lua box.time() - pstart < 0.5"
exec admin "lua remote:close()"
exec admin "lua remote:close()"
exec admin "lua remote:ping()"
exec admin "lua box.space[0]:truncate()"
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