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

Tiered tests helper functions

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      In the PR for WT-8272 donald.anderson suggested creating a helper function for tiered storage python tests for object naming, file naming, etc. This ticket is to do a slightly larger consideration of the different types of naming that tiered storage python tests do and add helper functions and use them when appropriate.

      One example is:

        def tiered_object_name(uri, n):
           assert uri.startswith('table:')
           return uri[6:] + '-{:010d}'.format(n)
      

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: