Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-56377

[RRFaM] Add FSM test to perform retryable FaM while flipping server parameter

    • Fully Compatible
    • v5.0, v4.4, v4.2, v4.0
    • Repl 2021-05-17, Repl 2021-05-31
    • 162

      When allowing a server parameter be runtime changeable, there exists a class of bugs where a single logical operation making multiple reads of the value can see differing results. The most straightforward way to prevent that is to only read the dynamic value once.

      This test should flip the value of retryableFindAndModifyStorageLocation while performing retryable FaM upserts(inserts), updates and removes. This provides two benefits:

      • Ensuring that changing the server parameter is safe.
      • Providing coverage for both the existing and new retryable FaM behaviors in one localized test.

            Assignee:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Reporter:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: