diff options
Diffstat (limited to 'src/third_party/wiredtiger/test/format/config.sh')
| -rw-r--r-- | src/third_party/wiredtiger/test/format/config.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/third_party/wiredtiger/test/format/config.sh b/src/third_party/wiredtiger/test/format/config.sh index 7f51c9879d8..23af56e2724 100644 --- a/src/third_party/wiredtiger/test/format/config.sh +++ b/src/third_party/wiredtiger/test/format/config.sh @@ -151,13 +151,6 @@ CONFIG configuration_list[] = { {"disk.mmap_all", "configure mmap operations (read and write)", C_BOOL, 5, 0, 0} -/* Test format can only handle 32 tables so we use a maximum value of 32 here. */ -{"file_manager.close_handle_minimum", "number of handles open before the file manager will look for handles to close", 0x0, 0, 32, 32} - -{"file_manager.close_idle_time", "amount of time in seconds a file handle needs to be idle before attempting to close it. A setting of 0 means that idle handles are not closed", 0x0, 0, 60, 100000} - -{"file_manager.close_scan_interval", "interval in seconds at which to check for files that are inactive and close them", 0x0, 0, 30, 100000} - {"format.abort", "drop core during timed run", C_BOOL, 0, 0, 0} {"format.independent_thread_rng", "configure independent thread RNG space", C_BOOL, 75, 0, 0} @@ -255,8 +248,6 @@ CONFIG configuration_list[] = { {"stress.checkpoint_prepare", "stress checkpoint prepare", C_BOOL, 2, 0, 0} -{"stress.failpoint_eviction_fail_after_reconciliation", "stress failpoint eviction fail after reconciliation", C_BOOL, 30, 0, 0} - {"stress.failpoint_hs_delete_key_from_ts", "stress failpoint history store delete key from ts", C_BOOL, 30, 0, 0} {"stress.hs_checkpoint_delay", "stress history store checkpoint delay", C_BOOL, 2, 0, 0} @@ -265,8 +256,6 @@ CONFIG configuration_list[] = { {"stress.hs_sweep", "stress history store sweep", C_BOOL, 2, 0, 0} -{"stress.prepare_resolution", "stress prepare resolution", C_BOOL, 2, 0, 0} - {"stress.split_1", "stress splits (#1)", C_BOOL, 2, 0, 0} {"stress.split_2", "stress splits (#2)", C_BOOL, 2, 0, 0} |
