[tarantool-patches] Re: [PATCH v1 2/2] sql: enable multi-engine tests for SQL

Kirill Shcherbatov kshcherbatov at tarantool.org
Tue Jun 26 20:09:34 MSK 2018


> 1. Not in the test. See where memtx_max_tuple_size is changed.
--- a/test/sql/app.lua
+++ b/test/sql/app.lua
@@ -3,7 +3,8 @@
 box.cfg{
     listen              = os.getenv("LISTEN"),
     pid_file            = "tarantool.pid",
-    memtx_max_tuple_size = 5 * 1024 * 1024
+    memtx_max_tuple_size = 5 * 1024 * 1024,
+    vinyl_max_tuple_size = 5 * 1024 * 1024,
 }

> 
>> +_ = space:replace{1, 1, string.rep('a', 4 * 1024 * 1024) }
> 
> 2. This line it unnecessary diff.
Ok, fixed.




More information about the Tarantool-patches mailing list