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

Fix persist_sampled_*_queries.js test cases to not share namespaces

    • Cluster Scalability
    • Fully Compatible
    • ALL
    • v8.0, v7.3, v7.0
    • Cluster Scalability 2024-4-15, Cluster Scalability 2024-4-29
    • 5

      The use of some bits of UUID() to compute a unique namespace for each test case can result in multiple test cases actually sharing a common namespace. This contaminates the state under test for a succeeding test case.

      We can use the entire UUID() or also add a global counter to the collection name to guarantee namespace uniqueness.

            Assignee:
            israel.hsu@mongodb.com Israel Hsu
            Reporter:
            israel.hsu@mongodb.com Israel Hsu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: