-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Format
-
None
-
Storage Engines - Persistence
-
2.576
-
SE Persistence backlog
-
None
Problem
test/format still has tiered_storage.flush_frequency / storage_source knobs. Historical CONFIG.disagg* and failure_configs/CONFIG.WT-* files still contain those keys. Replay would fail unknown-key once the knobs die.
Change
Keep format. Remove the knobs from wts.c, format_config.c, config.sh, format_config_def.c, format_config.h, format.h, checkpoint.c. Keep CONFIG.disagg* and CONFIG.WT-* files; strip only the tiered_storage.* keys. Do not edit csuite abort tests or src/. Smallest hunks; do not move unrelated functions.
Test
Ninja build. Confirm format still configures. No abort-test changes.