Skip to content
Snippets Groups Projects
Unverified Commit 632e3160 authored by Alexander Turenko's avatar Alexander Turenko
Browse files

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 549140b3 ('box/memtx: Allow to skip
tuple memory from coredump').

Follow up #3509.
parent e55396c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment