-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines, Storage Engines - Foundations
-
SE Foundations - 2025-10-10
-
5
Problem: Many Python tests currently use logged tables (log=(enabled) or log=(enabled=true)) even when logging functionality is not essential to the test's purpose. Since logged tables are not supported in disaggregated storage, this causes a large number of tests to be automatically skipped when running with the disagg hook, significantly reducing our test coverage for disaggregated storage scenarios.
We should do an audit on the tests that use logged tables and check if they can be run without the config and remove if not needed to maintain coverage.