-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
Storage Engines - Foundations
-
None
-
None
We are currently missing an implementation of tableExists() in hook_disagg.py:
def tableExists(self, name): # TODO: for PALite will need to rummage in kv_home files. return False
This ticket is to implement this function for disagg. Once we have this, we can enable the following tests that rely on it:
- test_util04.py
- test_util14.py
- test_util15.py
- test_util17.py