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

Fix Race Between movePrimary and count_indexed.js in Config Transition Suites

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Cluster Scalability
    • 200

      count_indexed.js creates an index and relies on it existing throughout the test. In config transition suites, movePrimary is run in the background, which can cause this index to be lost if the createIndexes command runs concurrently. Either exclude this test from these suites, or figure out some other way to prevent movePrimary from running until the test initialization is complete until we can address this in SERVER-90609.

            Assignee:
            Unassigned Unassigned
            Reporter:
            brett.nawrocki@mongodb.com Brett Nawrocki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: