Skip to content

Commit ec9b72e

Browse files
committed
Use default 'vinyl_memory' quota for tests
Quota vinyl_memory=1024 was needed for the 'test_mvcc_vinyl_tx_conflict' test that is disabled due to #105. Now the default 'vinyl_memory' quota is used. Related to #104
1 parent 5407dad commit ec9b72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/helper.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ t.before_suite(function()
200200
memtx_dir = t.datadir,
201201
vinyl_dir = t.datadir,
202202
-- vinyl_memory is changed to test test_mvcc_vinyl_tx_conflict.
203-
vinyl_memory = 1024,
203+
-- TODO: Commented out until tarantool/expirationd#105 is resolved.
204+
-- vinyl_memory = 1024,
204205
}
205206

206207
local tree_code = [[function(tuple)

0 commit comments

Comments
 (0)