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

Reset testutil tiered storage options when closing connection

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.3.0, 8.0.0-rc0, 7.3.0-rc2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Engines

      We use testutil_tiered_begin to initialize test state relevant to tiered storage. Currently that's just the the flush tier interval. The function checks and asserts that this initialization is only done once. 

      test/checkpoint can perform multiple runs leading to trying to reinitialize this tiered storage test state and an assertion failure.

      We should fix this, either by removing the assertion or by clearing the relevant state when closing the connection.

            Assignee:
            keith.smith@mongodb.com Keith Smith
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: