Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
d651c8c0
Commit
d651c8c0
authored
10 years ago
by
Dmitry Simonenko
Browse files
Options
Downloads
Patches
Plain Diff
sophia: update gh.test result
parent
180f8bf7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/sophia/gh.result
+0
-18
0 additions, 18 deletions
test/sophia/gh.result
test/sophia/gh.test.lua
+0
-8
0 additions, 8 deletions
test/sophia/gh.test.lua
third_party/sophia
+1
-1
1 addition, 1 deletion
third_party/sophia
with
1 addition
and
27 deletions
test/sophia/gh.result
+
0
−
18
View file @
d651c8c0
...
...
@@ -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})
---
...
...
This diff is collapsed.
Click to expand it.
test/sophia/gh.test.lua
+
0
−
8
View file @
d651c8c0
...
...
@@ -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
})
...
...
This diff is collapsed.
Click to expand it.
sophia
@
6c6c69d3
Compare
dba9804f
...
6c6c69d3
Subproject commit
dba9804f70c3075b5ce792fc1dd4ba08b512ea5b
Subproject commit
6c6c69d376d8452a7dfefd2086c4934065ab89cc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment