Skip to content
Snippets Groups Projects
Commit d651c8c0 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

sophia: update gh.test result

parent 180f8bf7
No related branches found
No related tags found
No related merge requests found
......@@ -94,24 +94,6 @@ s:select{10000}
s:drop()
---
...
-- gh-456: Sophia: index size() is unsupported
s = box.schema.create_space('tester',{engine='sophia'})
---
...
s:create_index('sophia_index', {})
---
...
s.index[0]:len() -- exception
---
- error: SophiaIndex does not support size operation
...
box.error()
---
- error: SophiaIndex does not support size operation
...
s:drop()
---
...
-- gh-436: No error when creating temporary sophia space
s = box.schema.create_space('tester',{engine='sophia', temporary=true})
---
......
......@@ -39,14 +39,6 @@ box.rollback()
s:select{10000}
s:drop()
-- gh-456: Sophia: index size() is unsupported
s = box.schema.create_space('tester',{engine='sophia'})
s:create_index('sophia_index', {})
s.index[0]:len() -- exception
box.error()
s:drop()
-- gh-436: No error when creating temporary sophia space
s = box.schema.create_space('tester',{engine='sophia', temporary=true})
......
Subproject commit dba9804f70c3075b5ce792fc1dd4ba08b512ea5b
Subproject commit 6c6c69d376d8452a7dfefd2086c4934065ab89cc
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