summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/failure_configs/CONFIG.WT-6725
blob: 54aafd08f0bb94a74613894c779fa0dac6e32202 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
    ############################################
    #  RUN PARAMETERS: V2
    ############################################
    assert.commit_timestamp=0
    assert.read_timestamp=0
    backup=0
    backup.incremental=off
    backup.incr_granularity=15817
    btree.bitcnt=6
    btree.compression=none
    btree.dictionary=0
    btree.huffman_value=0
    btree.internal_key_truncation=1
    btree.internal_page_max=15
    btree.key_gap=18
    btree.key_max=67
    btree.key_min=11
    btree.leaf_page_max=13
    btree.memory_page_max=3
    btree.prefix_compression=0
    btree.prefix_compression_min=6
    btree.repeat_data_pct=39
    btree.reverse=0
    btree.split_pct=63
    btree.value_max=2140
    btree.value_min=13
    cache=36
    cache.evict_max=2
    cache.minimum=20
    checkpoint=on
    checkpoint.log_size=161
    checkpoint.wait=91
    disk.checksum=uncompressed
    disk.data_extend=0
    disk.direct_io=0
    disk.encryption=rotn-7
    disk.firstfit=0
    disk.mmap=1
    disk.mmap_all=0
    format.abort=0
    format.independent_thread_rng=0
    format.major_timeout=0
    logging=0
    logging.archive=0
    logging.compression=none
    logging.file_max=244424
    logging.prealloc=0
    lsm.auto_throttle=1
    lsm.bloom=1
    lsm.bloom_bit_count=7
    lsm.bloom_hash_count=30
    lsm.bloom_oldest=0
    lsm.chunk_size=10
    lsm.merge_max=13
    lsm.worker_threads=3
    ops.alter=1
    ops.compaction=0
    ops.hs_cursor=0
    ops.pct.delete=12
    ops.pct.insert=0
    ops.pct.modify=50
    ops.pct.read=2
    ops.pct.write=36
    ops.prepare=1
    ops.random_cursor=0
    ops.salvage=0
    ops.truncate=1
    ops.verify=1
    quiet=1
    runs=1
    runs.in_memory=0
    runs.ops=0
    runs.rows=100000
    runs.source=table
    runs.threads=6
    runs.timer=4
    runs.type=row-store
    runs.verify_failure_dump=0
    statistics=1
    statistics.server=0
    stress.aggressive_sweep=0
    stress.checkpoint=0
    stress.checkpoint_prepare=0
    stress.hs_checkpoint_delay=0
    stress.hs_sweep=0
    stress.split_1=0
    stress.split_2=0
    stress.split_3=0
    stress.split_4=0
    stress.split_5=0
    stress.split_6=0
    stress.split_7=0
    transaction.frequency=100
    transaction.isolation=snapshot
    transaction.rollback_to_stable=0
    transaction.timestamps=1
    wiredtiger.config=
    wiredtiger.rwlock=0
    wiredtiger.leak_memory=0
    ############################################