Skip to content
Snippets Groups Projects
Commit 7eff8c8f authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

INSERT is REPLACE in test/lib: a post-merge fix.

parent 78031e79
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,9 @@ select * from t65537 where k0 = 0
An error occurred: ER_NO_SUCH_SPACE, 'Space 65537 does not exist'
select * from t4294967295 where k0 = 0
An error occurred: ER_NO_SUCH_SPACE, 'Space 4294967295 does not exist'
lua box.space[0]:truncate()
---
...
#
# A test case for: http://bugs.launchpad.net/bugs/716683
# Admin console should not stall on unknown command.
......
......@@ -57,6 +57,7 @@ print """#
exec sql "select * from t1 where k0 = 0"
exec sql "select * from t65537 where k0 = 0"
exec sql "select * from t4294967295 where k0 = 0"
exec admin "lua box.space[0]:truncate()"
print """#
# A test case for: http://bugs.launchpad.net/bugs/716683
......
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