Skip to content

Commit 8ff9a3f

Browse files
Gerold103Totktonada
authored andcommitted
test: remove box.cfg.rows_per_wal option
It is deprecated since 1.10 version and should be dropped in 2.3 in the scope of tarantool/tarantool#3762
1 parent 7daede0 commit 8ff9a3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

unit/suites/box.lua

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ box.cfg{
66
listen = os.getenv("PRIMARY_PORT"),
77
slab_alloc_arena = 0.1,
88
pid_file = "box.pid",
9-
rows_per_wal = 50
109
}

unit/suites/lib/tarantool_server.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class TarantoolServer(object):
4646
default_cfg = {
4747
"custom_proc_title": "\"tarantool-python testing\"",
4848
"slab_alloc_arena": 0.5,
49-
"pid_file": "\"box.pid\"",
50-
"rows_per_wal": 200}
49+
"pid_file": "\"box.pid\""}
5150

5251
@property
5352
def logfile_path(self):

0 commit comments

Comments
 (0)