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

bucket directory gets unnecessarily created for tiered storage python tests

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 2
    • StorEng - Defined Pipeline

      Currently there is a bug when we have an extra bucket directory when turning on tiered storage other than dir_store. E.g. in hook_tiered.py

          if not os.path.exists(bucketpath):
              os.mkdir(bucketpath)
      

      The developer will need investigate in our python test suite to add an extra condition to only create the directory if the storage source is dir_store.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            jie.chen@mongodb.com Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: