ExportXMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.1.0-rc0, 9.1.0-rc1022
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • QE 2026-09-15
    • 0
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This test was failing every once in a while because we include the `includeArrayIndex` in unwind. This means if we have a $lookup-$unwind query, and the lookup produces results in a different order (uses a different join strategy or foreign-side access path), we'll have a different array index in the result. It's not possible to account for this difference in the final result comparison since the difference could propagate in many different ways. In this change I just remove the unwind array index field.

      I used `rngSeed=1788196606693` to verify this change fixes it (I ran into this in a patch and noticed it was unrelated)

            Assignee:
            Matt Boros
            Reporter:
            Matt Boros
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: