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

fix gh-626 : Added rtee index drop test

parent 6423bb71
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,15 @@ s.index.spatial:max()
---
- error: RTREE does not support max()
...
-- seems that drop can't fail
s.index.spatial:drop()
---
...
s.index.spatial:select({})
---
- error: '[string "return s.index.spatial:select({}) "]:1: attempt to index field
''spatial'' (a nil value)'
...
s:drop()
---
...
......
......@@ -75,6 +75,10 @@ s.index.spatial:count()
s.index.spatial:min()
s.index.spatial:max()
-- seems that drop can't fail
s.index.spatial:drop()
s.index.spatial:select({})
s:drop()
s = box.schema.create_space('sophia', {engine = 'sophia'})
......
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