Update test_layered27.py to use new debug option for skipping checkpoint close

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0, 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: Checkpoints
    • None
    • Storage Engines - Persistence
    • SE Persistence - 2026-04-10
    • None

      Issue Summary

      The test test_layered27.py currently uses a workaround to skip checkpoint close during shutdown by reconfiguring the connection with disaggregated=(role=follower). With the introduction of a new debug option in WT-16878, this workaround is no longer necessary.

      Context

      • The new debug option to skip checkpoint close during shutdown was added in WT-16878.
      • The current workaround in test_layered27.py is implemented as follows:
        self.conn.reconfigure(f'disaggregated=(role=follower)') # Prevent checkpoint during close.
        
      • Reference to the relevant code: test_layered27.py#L107

      Proposed Solution

      Update test_layered27.py to use the new debug option for skipping checkpoint close during shutdown, removing the existing workaround.


      Original Slack thread: Slack Thread
      This ticket was generated by AI from a Slack thread.

            Assignee:
            Etienne Petrel
            Reporter:
            Memento Slack Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: