summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/config/config_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/config/config_def.c')
-rw-r--r--src/third_party/wiredtiger/src/config/config_def.c25
1 files changed, 10 insertions, 15 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_def.c b/src/third_party/wiredtiger/src/config/config_def.c
index c360818b7d4..fcddb47ad76 100644
--- a/src/third_party/wiredtiger/src/config/config_def.c
+++ b/src/third_party/wiredtiger/src/config/config_def.c
@@ -154,9 +154,8 @@ static const WT_CONFIG_CHECK confchk_WT_CONNECTION_reconfigure[] = {
confchk_WT_CONNECTION_reconfigure_tiered_storage_subconfigs, 1},
{"timing_stress_for_test", "list", NULL,
"choices=[\"aggressive_sweep\",\"backup_rename\","
- "\"checkpoint_evict_page\",\"checkpoint_reserved_txnid_delay\","
- "\"checkpoint_slow\",\"checkpoint_stop\",\"compact_slow\","
- "\"evict_reposition\","
+ "\"checkpoint_evict_page\",\"checkpoint_slow\","
+ "\"checkpoint_stop\",\"compact_slow\",\"evict_reposition\","
"\"failpoint_eviction_fail_after_reconciliation\","
"\"failpoint_history_store_delete_key_from_ts\","
"\"history_store_checkpoint_delay\",\"history_store_search\","
@@ -897,9 +896,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open[] = {
{"tiered_storage", "category", NULL, NULL, confchk_tiered_storage_subconfigs, 7},
{"timing_stress_for_test", "list", NULL,
"choices=[\"aggressive_sweep\",\"backup_rename\","
- "\"checkpoint_evict_page\",\"checkpoint_reserved_txnid_delay\","
- "\"checkpoint_slow\",\"checkpoint_stop\",\"compact_slow\","
- "\"evict_reposition\","
+ "\"checkpoint_evict_page\",\"checkpoint_slow\","
+ "\"checkpoint_stop\",\"compact_slow\",\"evict_reposition\","
"\"failpoint_eviction_fail_after_reconciliation\","
"\"failpoint_history_store_delete_key_from_ts\","
"\"history_store_checkpoint_delay\",\"history_store_search\","
@@ -982,9 +980,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_all[] = {
{"tiered_storage", "category", NULL, NULL, confchk_tiered_storage_subconfigs, 7},
{"timing_stress_for_test", "list", NULL,
"choices=[\"aggressive_sweep\",\"backup_rename\","
- "\"checkpoint_evict_page\",\"checkpoint_reserved_txnid_delay\","
- "\"checkpoint_slow\",\"checkpoint_stop\",\"compact_slow\","
- "\"evict_reposition\","
+ "\"checkpoint_evict_page\",\"checkpoint_slow\","
+ "\"checkpoint_stop\",\"compact_slow\",\"evict_reposition\","
"\"failpoint_eviction_fail_after_reconciliation\","
"\"failpoint_history_store_delete_key_from_ts\","
"\"history_store_checkpoint_delay\",\"history_store_search\","
@@ -1065,9 +1062,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_basecfg[] = {
{"tiered_storage", "category", NULL, NULL, confchk_tiered_storage_subconfigs, 7},
{"timing_stress_for_test", "list", NULL,
"choices=[\"aggressive_sweep\",\"backup_rename\","
- "\"checkpoint_evict_page\",\"checkpoint_reserved_txnid_delay\","
- "\"checkpoint_slow\",\"checkpoint_stop\",\"compact_slow\","
- "\"evict_reposition\","
+ "\"checkpoint_evict_page\",\"checkpoint_slow\","
+ "\"checkpoint_stop\",\"compact_slow\",\"evict_reposition\","
"\"failpoint_eviction_fail_after_reconciliation\","
"\"failpoint_history_store_delete_key_from_ts\","
"\"history_store_checkpoint_delay\",\"history_store_search\","
@@ -1146,9 +1142,8 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open_usercfg[] = {
{"tiered_storage", "category", NULL, NULL, confchk_tiered_storage_subconfigs, 7},
{"timing_stress_for_test", "list", NULL,
"choices=[\"aggressive_sweep\",\"backup_rename\","
- "\"checkpoint_evict_page\",\"checkpoint_reserved_txnid_delay\","
- "\"checkpoint_slow\",\"checkpoint_stop\",\"compact_slow\","
- "\"evict_reposition\","
+ "\"checkpoint_evict_page\",\"checkpoint_slow\","
+ "\"checkpoint_stop\",\"compact_slow\",\"evict_reposition\","
"\"failpoint_eviction_fail_after_reconciliation\","
"\"failpoint_history_store_delete_key_from_ts\","
"\"history_store_checkpoint_delay\",\"history_store_search\","