-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Schema Management
-
None
-
Storage Engines - Foundations
-
SE Foundations - 2026-01-30, SE Foundations - 2026-02-27
-
1
Currently when a python test performs table drop, we immediately skip. As follows:
# Called to replace Session.drop
def session_drop_replace(orig_session_drop, session_self, uri, config):
# uri = replace_uri(uri)
# return orig_session_drop(session_self, uri, config)
skip_test("drop on disagg tables not yet implemented")
The ticket is to re-enable drop on all python tests.