Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
46a9d6a4
Commit
46a9d6a4
authored
7 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
test: update results
Update test results (changes not committed in scope of gh-2663).
parent
70fe72db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/app-tap/init_script.result
+33
-33
33 additions, 33 deletions
test/app-tap/init_script.result
test/box/admin.result
+2
-2
2 additions, 2 deletions
test/box/admin.result
with
35 additions
and
35 deletions
test/app-tap/init_script.result
+
33
−
33
View file @
46a9d6a4
...
...
@@ -7,39 +7,39 @@ box.cfg
2 checkpoint_count:2
3 checkpoint_interval:3600
4 coredump:false
5
eio_parallel:4
6
force_recover
y:false
7
hot_standby:false
8 l
isten:port
9 log
:tarantool.log
10 log_
level:5
11
log_nonblock:true
12 memtx_
dir:.
13 memtx_m
ax_tuple_size:1048576
14 memtx_m
emory:107374182
15
memtx_min_tuple_size:16
16
pid_file:box.pid
17 read
_only:false
18 r
eadahead:1632
0
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_m
ax_tuple_size:1048576
26 vinyl_
memory:134217728
27 vinyl_
pa
ge_size:
8192
28 vinyl_r
ange_size:1073741824
29 vinyl_r
ead_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_m
ax_size:268435456
37 w
al_mode:write
5
force_recovery:false
6
hot_standb
y:false
7
listen:port
8 l
og:tarantool.log
9 log
_level:5
10 log_
nonblock:true
11
memtx_dir:.
12 memtx_
max_tuple_size:1048576
13 memtx_m
emory:107374182
14 memtx_m
in_tuple_size:16
15
pid_file:box.pid
16
read_only:false
17 read
ahead:16320
18 r
ows_per_wal:50000
0
19
slab_alloc_factor:1.1
20
too_long_threshold:0.5
21
vinyl_bloom_fpr
:0.
0
5
22 vinyl_
cache:134217728
23 vinyl_
dir:.
24 vinyl_
max_tuple_size:1048576
25 vinyl_m
emory:134217728
26 vinyl_
page_size:8192
27 vinyl_
ran
ge_size:
1073741824
28 vinyl_r
ead_threads:1
29 vinyl_r
un_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_m
ode:write
37 w
orker_pool_threads:4
--
-- Test insert from detached fiber
--
...
...
This diff is collapsed.
Click to expand it.
test/box/admin.result
+
2
−
2
View file @
46a9d6a4
...
...
@@ -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'}
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment