Skip to content

Commit

Permalink
test: sophia engine is gone many time ago
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Sep 9, 2021
1 parent 2afd168 commit df7a0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*~
*.snap
*.xlog
sophia
*.log
VERSION
2 changes: 1 addition & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local function init_box()
}
local index_type = arg[1] or os.getenv('INDEX_TYPE') or 'TREE'
local space_type = arg[2] or os.getenv('SPACE_TYPE') or 'memtx'
if space_type == 'sophia' or space_type == 'phia' or space_type == 'vinyl' then
if space_type == 'vinyl' then
space_type = nil
if box.error.VINYL ~= nil then
space_type = 'vinyl'
Expand Down

0 comments on commit df7a0f3

Please sign in to comment.