Enable layered table drop on python tests

XMLWordPrintableJSON

    • 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.

            Assignee:
            Jie Chen
            Reporter:
            Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: