Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7682

Add hook functions to stub out unimplemented tiered storage functionality

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Tiered storage does not (yet) support schema operations (except create) and a few other bits of functionality, such as verify.

      This ticket is to extend the tiered python hooks to include stub functions for these methods that return success without doing anything.  This won't work for tests that rely on those methods doing something useful. But there are a bunch of tests that just want to know that the method worked and don't examine the effects.  

      Functions that I know need stubs include:

      • SESSION::drop() [Already implemented]
      • SESSION::rename()
      • SESSION::verify() [Already implemented]
      • SESSION::salvage()
      • SESSION::compact()

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: