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

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

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • 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

      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@mongodb.com Silvia Surroca
            Reporter:
            silvia.surroca@mongodb.com Silvia Surroca
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: