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

enterprise-rhel-80-64-bit-future-git-tag-multiversion runs old jstests against newer versions of the server

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Correctness
    • Fully Compatible
    • ALL
    • 13

      This build variant uses `db-contrib-tool` to pull down existing branch binaries that may be newer than the server commit that it is building from. It then builds from that commit with a new git-tag to simulate a higher-version release, and runs it in a multiversion cluster with the existing branch binaries to try and ensure that new release tags don't break tests.

      However, because the existing branch binaries may actually be newer than the version it is building from, it may be running jstests that are out-of-date relative to the binaries it pulled. For example, if a failpoint is renamed from "name1" to "name2" in a commit between the one being tested and the one the existing-branch-builds are from, the pulled binaries will expect "name2" but the jstests will use "name1", therefore breaking the tests.

            Assignee:
            mikhail.shchatko@mongodb.com Mikhail Shchatko
            Reporter:
            george.wangensteen@mongodb.com George Wangensteen
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: