Add compaction to unsupported ops in the disagg hook

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0, 9.1.0-rc0
    • Affects Version/s: None
    • Component/s: Test Python
    • None
    • Storage Engines - Foundations
    • 135.97
    • None
    • None

      Compaction is not supported on disagg, yet the disagg hook allows sessions to call the regular compaction API:

      # Called to replace Session.compactdef session_compact_replace(orig_session_compact, session_self, uri, config):
          uri = replace_uri(uri)
          return orig_session_compact(session_self, uri, config) 

      This should be changed to skip the test under the disagg hook if it uses compaction.

       

            Assignee:
            Alexander Pullen
            Reporter:
            Alexander Pullen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: