diff options
author | Will Korteland <will.korteland@mongodb.com> | 2023-02-15 21:58:55 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-02-16 03:18:44 +0000 |
commit | f0a7ffbd0f78435ee15d328f84ef781dc70b98ad (patch) | |
tree | e98a129c9d3ca76da9d4d25de0632acddcfd8425 /src/third_party/wiredtiger/test/format/config.h | |
parent | d1728296a1f532913e3dcfb06d4278e4dd2586d9 (diff) | |
download | mongo-f0a7ffbd0f78435ee15d328f84ef781dc70b98ad.tar.gz |
Import wiredtiger: 7d60292d6e04175bce76daa1bff6e34a2f0a42c3 from branch mongodb-master
ref: 3121cb6e55..7d60292d6e
for: 7.0.0-rc0
WT-9824 Add testing to file manager WT connection configurations in test/format
Diffstat (limited to 'src/third_party/wiredtiger/test/format/config.h')
-rw-r--r-- | src/third_party/wiredtiger/test/format/config.h | 145 |
1 files changed, 74 insertions, 71 deletions
diff --git a/src/third_party/wiredtiger/test/format/config.h b/src/third_party/wiredtiger/test/format/config.h index bfdc9650699..245c216ea38 100644 --- a/src/third_party/wiredtiger/test/format/config.h +++ b/src/third_party/wiredtiger/test/format/config.h @@ -78,75 +78,78 @@ typedef struct { #define V_TABLE_DISK_FIRSTFIT 46 #define V_GLOBAL_DISK_MMAP 47 #define V_GLOBAL_DISK_MMAP_ALL 48 -#define V_GLOBAL_FORMAT_ABORT 49 -#define V_GLOBAL_FORMAT_INDEPENDENT_THREAD_RNG 50 -#define V_GLOBAL_FORMAT_MAJOR_TIMEOUT 51 -#define V_GLOBAL_IMPORT 52 -#define V_GLOBAL_LOGGING 53 -#define V_GLOBAL_LOGGING_COMPRESSION 54 -#define V_GLOBAL_LOGGING_FILE_MAX 55 -#define V_GLOBAL_LOGGING_PREALLOC 56 -#define V_GLOBAL_LOGGING_REMOVE 57 -#define V_TABLE_LSM_AUTO_THROTTLE 58 -#define V_TABLE_LSM_BLOOM 59 -#define V_TABLE_LSM_BLOOM_BIT_COUNT 60 -#define V_TABLE_LSM_BLOOM_HASH_COUNT 61 -#define V_TABLE_LSM_BLOOM_OLDEST 62 -#define V_TABLE_LSM_CHUNK_SIZE 63 -#define V_TABLE_LSM_MERGE_MAX 64 -#define V_GLOBAL_LSM_WORKER_THREADS 65 -#define V_GLOBAL_OPS_ALTER 66 -#define V_GLOBAL_OPS_COMPACTION 67 -#define V_GLOBAL_OPS_HS_CURSOR 68 -#define V_TABLE_OPS_PCT_DELETE 69 -#define V_TABLE_OPS_PCT_INSERT 70 -#define V_TABLE_OPS_PCT_MODIFY 71 -#define V_TABLE_OPS_PCT_READ 72 -#define V_TABLE_OPS_PCT_WRITE 73 -#define V_GLOBAL_OPS_BOUND_CURSOR 74 -#define V_GLOBAL_OPS_PREPARE 75 -#define V_GLOBAL_OPS_RANDOM_CURSOR 76 -#define V_GLOBAL_OPS_SALVAGE 77 -#define V_TABLE_OPS_TRUNCATE 78 -#define V_GLOBAL_OPS_VERIFY 79 -#define V_GLOBAL_QUIET 80 -#define V_GLOBAL_RANDOM_DATA_SEED 81 -#define V_GLOBAL_RANDOM_EXTRA_SEED 82 -#define V_GLOBAL_RUNS_IN_MEMORY 83 -#define V_TABLE_RUNS_MIRROR 84 -#define V_GLOBAL_RUNS_OPS 85 -#define V_GLOBAL_RUNS_PREDICTABLE_REPLAY 86 -#define V_TABLE_RUNS_ROWS 87 -#define V_TABLE_RUNS_SOURCE 88 -#define V_GLOBAL_RUNS_TABLES 89 -#define V_GLOBAL_RUNS_THREADS 90 -#define V_GLOBAL_RUNS_TIMER 91 -#define V_TABLE_RUNS_TYPE 92 -#define V_GLOBAL_RUNS_VERIFY_FAILURE_DUMP 93 -#define V_GLOBAL_STATISTICS_MODE 94 -#define V_GLOBAL_STATISTICS_LOG_SOURCES 95 -#define V_GLOBAL_STRESS_AGGRESSIVE_SWEEP 96 -#define V_GLOBAL_STRESS_CHECKPOINT 97 -#define V_GLOBAL_STRESS_CHECKPOINT_EVICT_PAGE 98 -#define V_GLOBAL_STRESS_CHECKPOINT_PREPARE 99 -#define V_GLOBAL_STRESS_EVICT_REPOSITION 100 -#define V_GLOBAL_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION 101 -#define V_GLOBAL_STRESS_FAILPOINT_HS_DELETE_KEY_FROM_TS 102 -#define V_GLOBAL_STRESS_HS_CHECKPOINT_DELAY 103 -#define V_GLOBAL_STRESS_HS_SEARCH 104 -#define V_GLOBAL_STRESS_HS_SWEEP 105 -#define V_GLOBAL_STRESS_SLEEP_BEFORE_READ_OVERFLOW_ONPAGE 106 -#define V_GLOBAL_STRESS_SPLIT_1 107 -#define V_GLOBAL_STRESS_SPLIT_2 108 -#define V_GLOBAL_STRESS_SPLIT_3 109 -#define V_GLOBAL_STRESS_SPLIT_4 110 -#define V_GLOBAL_STRESS_SPLIT_5 111 -#define V_GLOBAL_STRESS_SPLIT_6 112 -#define V_GLOBAL_STRESS_SPLIT_7 113 -#define V_GLOBAL_TRANSACTION_IMPLICIT 114 -#define V_GLOBAL_TRANSACTION_TIMESTAMPS 115 -#define V_GLOBAL_WIREDTIGER_CONFIG 116 -#define V_GLOBAL_WIREDTIGER_RWLOCK 117 -#define V_GLOBAL_WIREDTIGER_LEAK_MEMORY 118 +#define V_GLOBAL_FILE_MANAGER_CLOSE_HANDLE_MINIMUM 49 +#define V_GLOBAL_FILE_MANAGER_CLOSE_IDLE_TIME 50 +#define V_GLOBAL_FILE_MANAGER_CLOSE_SCAN_INTERVAL 51 +#define V_GLOBAL_FORMAT_ABORT 52 +#define V_GLOBAL_FORMAT_INDEPENDENT_THREAD_RNG 53 +#define V_GLOBAL_FORMAT_MAJOR_TIMEOUT 54 +#define V_GLOBAL_IMPORT 55 +#define V_GLOBAL_LOGGING 56 +#define V_GLOBAL_LOGGING_COMPRESSION 57 +#define V_GLOBAL_LOGGING_FILE_MAX 58 +#define V_GLOBAL_LOGGING_PREALLOC 59 +#define V_GLOBAL_LOGGING_REMOVE 60 +#define V_TABLE_LSM_AUTO_THROTTLE 61 +#define V_TABLE_LSM_BLOOM 62 +#define V_TABLE_LSM_BLOOM_BIT_COUNT 63 +#define V_TABLE_LSM_BLOOM_HASH_COUNT 64 +#define V_TABLE_LSM_BLOOM_OLDEST 65 +#define V_TABLE_LSM_CHUNK_SIZE 66 +#define V_TABLE_LSM_MERGE_MAX 67 +#define V_GLOBAL_LSM_WORKER_THREADS 68 +#define V_GLOBAL_OPS_ALTER 69 +#define V_GLOBAL_OPS_COMPACTION 70 +#define V_GLOBAL_OPS_HS_CURSOR 71 +#define V_TABLE_OPS_PCT_DELETE 72 +#define V_TABLE_OPS_PCT_INSERT 73 +#define V_TABLE_OPS_PCT_MODIFY 74 +#define V_TABLE_OPS_PCT_READ 75 +#define V_TABLE_OPS_PCT_WRITE 76 +#define V_GLOBAL_OPS_BOUND_CURSOR 77 +#define V_GLOBAL_OPS_PREPARE 78 +#define V_GLOBAL_OPS_RANDOM_CURSOR 79 +#define V_GLOBAL_OPS_SALVAGE 80 +#define V_TABLE_OPS_TRUNCATE 81 +#define V_GLOBAL_OPS_VERIFY 82 +#define V_GLOBAL_QUIET 83 +#define V_GLOBAL_RANDOM_DATA_SEED 84 +#define V_GLOBAL_RANDOM_EXTRA_SEED 85 +#define V_GLOBAL_RUNS_IN_MEMORY 86 +#define V_TABLE_RUNS_MIRROR 87 +#define V_GLOBAL_RUNS_OPS 88 +#define V_GLOBAL_RUNS_PREDICTABLE_REPLAY 89 +#define V_TABLE_RUNS_ROWS 90 +#define V_TABLE_RUNS_SOURCE 91 +#define V_GLOBAL_RUNS_TABLES 92 +#define V_GLOBAL_RUNS_THREADS 93 +#define V_GLOBAL_RUNS_TIMER 94 +#define V_TABLE_RUNS_TYPE 95 +#define V_GLOBAL_RUNS_VERIFY_FAILURE_DUMP 96 +#define V_GLOBAL_STATISTICS_MODE 97 +#define V_GLOBAL_STATISTICS_LOG_SOURCES 98 +#define V_GLOBAL_STRESS_AGGRESSIVE_SWEEP 99 +#define V_GLOBAL_STRESS_CHECKPOINT 100 +#define V_GLOBAL_STRESS_CHECKPOINT_EVICT_PAGE 101 +#define V_GLOBAL_STRESS_CHECKPOINT_PREPARE 102 +#define V_GLOBAL_STRESS_EVICT_REPOSITION 103 +#define V_GLOBAL_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION 104 +#define V_GLOBAL_STRESS_FAILPOINT_HS_DELETE_KEY_FROM_TS 105 +#define V_GLOBAL_STRESS_HS_CHECKPOINT_DELAY 106 +#define V_GLOBAL_STRESS_HS_SEARCH 107 +#define V_GLOBAL_STRESS_HS_SWEEP 108 +#define V_GLOBAL_STRESS_SLEEP_BEFORE_READ_OVERFLOW_ONPAGE 109 +#define V_GLOBAL_STRESS_SPLIT_1 110 +#define V_GLOBAL_STRESS_SPLIT_2 111 +#define V_GLOBAL_STRESS_SPLIT_3 112 +#define V_GLOBAL_STRESS_SPLIT_4 113 +#define V_GLOBAL_STRESS_SPLIT_5 114 +#define V_GLOBAL_STRESS_SPLIT_6 115 +#define V_GLOBAL_STRESS_SPLIT_7 116 +#define V_GLOBAL_TRANSACTION_IMPLICIT 117 +#define V_GLOBAL_TRANSACTION_TIMESTAMPS 118 +#define V_GLOBAL_WIREDTIGER_CONFIG 119 +#define V_GLOBAL_WIREDTIGER_RWLOCK 120 +#define V_GLOBAL_WIREDTIGER_LEAK_MEMORY 121 -#define V_ELEMENT_COUNT 119 +#define V_ELEMENT_COUNT 122 |