Create a collection is not idempotent when FP `clusterAllCollectionsByDefault` is enabled

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.2.0-rc0
    • Affects Version/s: 7.0.0, 8.1.0-rc0, 8.0.0
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • Hide

      Run the following test under the `clustered_collection_passthrough` suite.

      assert.commandWorked(db.createCollection("collTest"));
      assert.commandWorked(db.createCollection("collTest"));
      
      Show
      Run the following test under the `clustered_collection_passthrough` suite. assert.commandWorked(db.createCollection("collTest")); assert.commandWorked(db.createCollection("collTest"));
    • CAR Team 2025-03-17
    • 200
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Creating a collection when the failpoint `clusterAllCollectionsByDefault` is not idempotent.

      This affects tests running under sharding_clustered_collections or clustered_collection_passthrough suites.

            Assignee:
            Silvia Surroca
            Reporter:
            Silvia Surroca
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: