summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt
blob: 3a570402a7baf4e201445f5b26de52a05bad3770 (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
59
60
61
62
63
64
65
66
67
68
# Used as a stress test for the framework.
duration_seconds=1500,
cache_size_mb=1000,
compression_enabled=true,
checkpoint_manager=
(
    enabled=true,
    op_rate=30s
),
runtime_monitor=
(
    stat_db_size=
    (
        #At the end of the run the data files are approximately 2.3MB each. Which is a total of:
        #1.15GB, the history store isn't significant. Give the workload an extra 200MB of margin.
        max=1350000000,
        # FIXME-WT-8886 - This check has been disabled to remove noisy failures in evergreen and
        # will be properly corrected in WT-8886.
        runtime=false,
        save=true,
    )
),
timestamp_manager=
(
    enabled=true,
    oldest_lag=5,
    op_rate=1s,
    stable_lag=10
),
workload_generator=
(
    populate_config=
    (
        collection_count=500,
        #5GB of data
        key_count_per_collection=1000,
        key_size=100,
        thread_count=20,
        value_size=10000
    ),
    insert_config=
    (
        key_size=100,
        op_rate=10ms,
        ops_per_transaction=(max=20,min=10),
        thread_count=25,
        value_size=10000
    ),
    read_config=
    (
        op_rate=3ms,
        ops_per_transaction=(max=100,min=50),
        thread_count=20
    ),
    update_config=
    (
        op_rate=10ms,
        ops_per_transaction=(max=10,min=5),
        thread_count=25,
        value_size=10000
    )
),
workload_tracking=
(
    enabled=true,
    # Run after checkpoint most of the time.
    op_rate=40s
)