Add assumes_balancer_off to create_index_background_unique.js

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Declined
    • Priority: Major - P3
    • None
    • Affects Version/s: 8.0 Required
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • Storage Execution 2025-10-27
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The test create_index_background_unique.js can encounters an issue where the createIndex operation attempts to build an index for a collection that has been dropped due to a prior moveCollection operation. This results in the index build erroring with NamespaceNotFound and subsequently causes the test's dropIndexes operation in the test to fail.

      The problem arises due to the balancer causing a moveCollection operation that interferes with the index build process. To prevent this issue and ensure test stability, the test file should incorporate the assumes_balancer_off tag.

            Assignee:
            Ernesto Rodriguez Reina
            Reporter:
            Ernesto Rodriguez Reina
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: