Call setFeatureCompatibilityVersion once instead of for each database

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • None
    • 0
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Setting the featureCompatibilityVersion to 3.4 requires updating a document and creating an index. Setting the featureCompatibilityVersion to 3.2 requires updating a document and dropping that index. The validate_collections.js hook sets the featureCompatibilityVersion to 3.4 for each collection when running the fuzzer. This causes additional I/O load on the machine and can lead to the test being considered as having timed out. We should instead change to set the featureCompatibilityVersion to 3.4 once while validating all collections on the server before setting it back to 3.2.

            Assignee:
            DO NOT USE - Backlog - Test Infrastructure Group (TIG)
            Reporter:
            Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: