From 632e3160a9841633c57bafa39ab5256320b9f9b0 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Mon, 20 May 2019 17:42:34 +0300 Subject: [PATCH] test: fix a test after box.cfg.strip_core addition The result file of the test app-tap/init_script.test.lua was not updated in 549140b390f2db3a29dbba2d44170d215f4c7700 ('box/memtx: Allow to skip tuple memory from coredump'). Follow up #3509. --- test/app-tap/init_script.result | 35 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/test/app-tap/init_script.result b/test/app-tap/init_script.result index 559ef5218f..16ae8a9c60 100644 --- a/test/app-tap/init_script.result +++ b/test/app-tap/init_script.result @@ -32,23 +32,24 @@ box.cfg 27 replication_timeout:1 28 rows_per_wal:500000 29 slab_alloc_factor:1.05 -30 too_long_threshold:0.5 -31 vinyl_bloom_fpr:0.05 -32 vinyl_cache:134217728 -33 vinyl_dir:. -34 vinyl_max_tuple_size:1048576 -35 vinyl_memory:134217728 -36 vinyl_page_size:8192 -37 vinyl_read_threads:1 -38 vinyl_run_count_per_level:2 -39 vinyl_run_size_ratio:3.5 -40 vinyl_timeout:60 -41 vinyl_write_threads:4 -42 wal_dir:. -43 wal_dir_rescan_delay:2 -44 wal_max_size:268435456 -45 wal_mode:write -46 worker_pool_threads:4 +30 strip_core:false +31 too_long_threshold:0.5 +32 vinyl_bloom_fpr:0.05 +33 vinyl_cache:134217728 +34 vinyl_dir:. +35 vinyl_max_tuple_size:1048576 +36 vinyl_memory:134217728 +37 vinyl_page_size:8192 +38 vinyl_read_threads:1 +39 vinyl_run_count_per_level:2 +40 vinyl_run_size_ratio:3.5 +41 vinyl_timeout:60 +42 vinyl_write_threads:4 +43 wal_dir:. +44 wal_dir_rescan_delay:2 +45 wal_max_size:268435456 +46 wal_mode:write +47 worker_pool_threads:4 -- -- Test insert from detached fiber -- -- GitLab