Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-11467

Disable compaction in test/format of in memory databases

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.2.0, 7.1.0-rc0
    • 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
      

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: