Commit Diff


commit - 9512fb7c29ec9db5341bf08c2b62adf048683747
commit + 21e838e49ff44d4032dc15f171aaee9a8ed4cc09
blob - 17b3407a47d9492d3cede76d57a6025ce001f382
blob + 6daa5c3df1d61bd998fe94e646c4c412c88a16a7
--- test/tarantool/qsync_test.lua
+++ test/tarantool/qsync_test.lua
@@ -104,6 +104,7 @@ pg.test_qsync_bank = function(cg)
     local read = bank.ops.read
     local transfer = bank.ops.transfer
     local test_options = {
+        create_reports = true,
         threads = 5,
         nodes = {
             '127.0.0.1:3301', -- FIXME: should contain Tarantool's IP addresses.
@@ -124,6 +125,7 @@ pg.test_qsync_cas_register = function(cg)
     local cas = cas_register.ops.cas
     local test_options = {
         threads = 5,
+        create_reports = true,
         nodes = {
             '127.0.0.1:3301', -- FIXME: should contain Tarantool's IP addresses.
         },
blob - c16211b8aaa712ba27837652237cafbf62903773
blob + 2c47fd7c72aa37296280b3aeb9b65176082334c8
--- test/tarantool/tarantool_test.lua
+++ test/tarantool/tarantool_test.lua
@@ -78,6 +78,7 @@ g.test_cas_register = function()
     local w = cas_register.ops.w
     local cas = cas_register.ops.cas
     local test_options = {
+        create_reports = true,
         threads = 5,
         nodes = {
             '127.0.0.1:3301',