-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
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.
- related to
-
WT-15372 disagg: Fix test_verbose01.py
-
- Closed
-