Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8748

Turn off key-consistent checking for MongoDB builds

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.0.0, 5.3.0
    • Affects Version/s: None
    • Component/s: None
    • None

      In WT-8691, we removed the key_consistent write timestamp usage keyword (MDB server never used it, and the ordered keyword is the keyword that MDB server is moving to.

      We'd always documented ordered as a superset of the key_consistent checks, but that was not actually the case, there were a number of test checks done inside WiredTiger that were only done in the case of the key_consistent keyword and not for the ordered keyword.

      As part of the change in WT-8691, I changed those tests to be run for the ordered keyword, and the MDB build broke.

      This ticket switch back to the previous set of checks in order to bring the MDB server build back to green.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: