-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test Format
-
None
-
3
-
ASeasonTooMany-2023-08-22
The background compaction server cannot be started for in-memory databases, see WT-11459. Furthermore, foreground compaction does not work either for in-memory databases. We should prevent test/format from enabling those settings.
Reproducer:
btree.huffman_value=0 cache.minimum=20 runs.rows=100000 runs.tables=10 runs.threads=10 runs.timer=2 background_compact=1 # Disable the previous line and add the following line for foreground compaction: # ops.compaction=1 runs.in_memory=1
- related to
-
WT-11459 The background compaction server should not start for inmem and readonly databases
- Closed