-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Salvage, Test Format
-
None
-
Storage Engines, Storage Engines - Foundations, Storage Engines - Persistence
-
SE Persistence - 2025-11-07
-
1
The salvage operation has been disabled in test/format through WT-14697.
An initial attempt at re-enabling it led to WT-15878. Once this is done, we can enable it back inside test/format. Should be as simple as:
diff --git a/test/format/format_config.c b/test/format/format_config.c
index 4500cb2fa9..176eae4624 100644
--- a/test/format/format_config.c
+++ b/test/format/format_config.c
@@ -494,9 +494,6 @@ config_run(void)
tables_apply(config_table, NULL); /* Configure the tables. */
- /* TODO: Temporarily disable salvage test due to increased failures. */
- config_off(NULL, "ops.salvage");
-
/* Order can be important, don't shuffle without careful consideration. */
config_tiered_storage(); /* Tiered storage */
config_disagg_storage(); /* Disaggregated storage */
EDIT: Re-purposing the ticket to update the TODO comment to FIXME-WT-12983 since we are still hitting this error when salvage is enabled.
- is related to
-
WT-15886 Remove obsolete global keys; auto-increment LSN
-
- Closed
-
-
WT-15892 race between __wt_page_in_func and a split __wt_page_out
-
- Closed
-
-
WT-15905 Fix rewrite delta causing instantiate updates twice and wrong dirty leaf count
-
- Closed
-
-
WT-14697 Merge disagg testing code into develop
-
- Closed
-
-
WT-15878 Allow verify to return errors in salvage
-
- Closed
-
-
WT-15906 Log update flags in bt_debug
-
- Closed
-
-
WT-15912 Fix log flooding during page sleep and when cache is full of updates or dirty pages
-
- Closed
-
-
WT-12983 VLCS attempted split during salvage
-
- Open
-
-
WT-15903 Unexpected standard output in test_ovfl01
-
- Closed
-
- related to
-
WT-15767 Fix a race condition between checkpoint and stepping up
-
- Closed
-
-
WT-15857 Standby hanging when shutting down in disagg_repl_jscore_passthrough
-
- Closed
-
-
WT-15047 Ingest table verification
-
- Closed
-
-
WT-15617 Design framework to rewrite pages with deltas directly into full pages
-
- Closed
-
-
WT-15830 Add stats to track how many saved update list and total number of updates processed in __wti_rec_hs_insert_updates
-
- Closed
-
-
WT-15513 Run python testing under ASAN on mainline
-
- Closed
-
-
WT-15425 Add a description to the background compaction fields
-
- Closed
-