Skip to content
Snippets Groups Projects
Commit 46a9d6a4 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

test: update results

Update test results (changes not committed in scope of gh-2663).
parent 70fe72db
No related branches found
No related tags found
No related merge requests found
......@@ -7,39 +7,39 @@ box.cfg
2 checkpoint_count:2
3 checkpoint_interval:3600
4 coredump:false
5 eio_parallel:4
6 force_recovery:false
7 hot_standby:false
8 listen:port
9 log:tarantool.log
10 log_level:5
11 log_nonblock:true
12 memtx_dir:.
13 memtx_max_tuple_size:1048576
14 memtx_memory:107374182
15 memtx_min_tuple_size:16
16 pid_file:box.pid
17 read_only:false
18 readahead:16320
19 rows_per_wal:500000
20 slab_alloc_factor:1.1
21 too_long_threshold:0.5
22 vinyl_bloom_fpr:0.05
23 vinyl_cache:134217728
24 vinyl_dir:.
25 vinyl_max_tuple_size:1048576
26 vinyl_memory:134217728
27 vinyl_page_size:8192
28 vinyl_range_size:1073741824
29 vinyl_read_threads:1
30 vinyl_run_count_per_level:2
31 vinyl_run_size_ratio:3.5
32 vinyl_timeout:60
33 vinyl_write_threads:2
34 wal_dir:.
35 wal_dir_rescan_delay:2
36 wal_max_size:268435456
37 wal_mode:write
5 force_recovery:false
6 hot_standby:false
7 listen:port
8 log:tarantool.log
9 log_level:5
10 log_nonblock:true
11 memtx_dir:.
12 memtx_max_tuple_size:1048576
13 memtx_memory:107374182
14 memtx_min_tuple_size:16
15 pid_file:box.pid
16 read_only:false
17 readahead:16320
18 rows_per_wal:500000
19 slab_alloc_factor:1.1
20 too_long_threshold:0.5
21 vinyl_bloom_fpr:0.05
22 vinyl_cache:134217728
23 vinyl_dir:.
24 vinyl_max_tuple_size:1048576
25 vinyl_memory:134217728
26 vinyl_page_size:8192
27 vinyl_range_size:1073741824
28 vinyl_read_threads:1
29 vinyl_run_count_per_level:2
30 vinyl_run_size_ratio:3.5
31 vinyl_timeout:60
32 vinyl_write_threads:2
33 wal_dir:.
34 wal_dir_rescan_delay:2
35 wal_max_size:268435456
36 wal_mode:write
37 worker_pool_threads:4
--
-- Test insert from detached fiber
--
......
......@@ -26,8 +26,6 @@ cfg_filter(box.cfg)
- 3600
- - coredump
- false
- - eio_parallel
- 4
- - force_recovery
- false
- - hot_standby
......@@ -92,6 +90,8 @@ cfg_filter(box.cfg)
- 268435456
- - wal_mode
- write
- - worker_pool_threads
- 4
...
space:insert{1, 'tuple'}
---
......
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