summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/cursor_bound_01_default.txt
blob: 30f72acf0afe49f2d5a25e55bc88794f6e942ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Configuration for cursor_bound_01 default test.
# During the test duration:
#   - M threads will keep inserting new random keys.
#   - N threads will execute search_near calls with random bounds set. Each search_near
# call with bounds set is verified against the default search_near.
#   - O threads will continuously remove random keys.
#   - P threads will continuously update random keys.
#   - Q threads will utilize the custom operation and will execute next() and prev() calls with
# random bounds.
duration_seconds=20,
cache_size_mb=500,
reverse_collator=false,
timestamp_manager=
(
    # This will let us randomly pick a read timestamp in a bigger range to trigger visibility
    # checks.
    oldest_lag=50,
),
workload_manager=
(
    populate_config=
    (
        collection_count=10,
        key_count_per_collection=0,
        thread_count=0,
    ),
    insert_config=
    (
        key_size=10,
        op_rate=10ms,
        thread_count=0,
        value_size=20
    ),
    read_config=
    (
        op_rate=3ms,
        thread_count=0
    ),
    remove_config=
    (
        op_rate=500ms,
        thread_count=0
    ),
    update_config=
    (
        op_rate=15ms,
        thread_count=0,
        value_size=20
    ),
    custom_config=
    (
        thread_count=0
    )
),
operation_tracker=
(
    enabled=false,
)