Skip to content
Snippets Groups Projects
Commit 7b2945d6 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix flaky vinyl/ddl.test.lua

parent 16151314
No related branches found
No related tags found
No related merge requests found
......@@ -648,14 +648,14 @@ s:replace{7, 8, 9}
_ = fiber.create(function () s:drop() ch:put(true) end)
---
...
ch:get()
---
- true
...
box.commit()
---
- error: Transaction has been aborted by conflict
...
ch:get()
---
- true
...
-- check invalid field types
space = box.schema.space.create('test', { engine = 'vinyl' })
---
......
......@@ -252,8 +252,8 @@ s:replace{1, 2, 3}
s:replace{4, 5, 6}
s:replace{7, 8, 9}
_ = fiber.create(function () s:drop() ch:put(true) end)
ch:get()
box.commit()
ch:get()
-- check invalid field types
space = box.schema.space.create('test', { engine = 'vinyl' })
......
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