Skip to content
Snippets Groups Projects
Commit dd8f172e authored by Alexandr's avatar Alexandr
Browse files

test for gh-140 added

parent 71eb46fb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -63,6 +63,9 @@ exec sql "call f1()" ...@@ -63,6 +63,9 @@ exec sql "call f1()"
exec admin "lua function f1() return f1 end" exec admin "lua function f1() return f1 end"
exec sql "call f1()" exec sql "call f1()"
# Test case for gh-140, crash with wrong box.process(..) call
exec admin "lua box.process(13, box.pack('iiippp', 0, 0, 99999, 99999, 'wrong', 'tuple'))"
exec sql "insert into t0 values (1, 'test box delete')" exec sql "insert into t0 values (1, 'test box delete')"
exec sql "call box.delete('0', '\1\0\0\0')" exec sql "call box.delete('0', '\1\0\0\0')"
exec sql "call box.delete('0', '\1\0\0\0')" exec sql "call box.delete('0', '\1\0\0\0')"
......
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