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

Call setFeatureCompatibilityVersion once instead of for each database

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

      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:
            backlog-server-tig DO NOT USE - Backlog - Test Infrastructure Group (TIG)
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: