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

validate_tests fails after some WT changes

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.0-rc0, 5.3.0-rc2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v5.3
    • Hide
      • Check out the latest MDB commit
      • Check out the following commit of WT that corresponds to WT-8695: 2d48d69564f24dce5edf3384431b617194864a27
      • Import the src files of wiredtiger into mongo/src/third_party/wiredtiger
        • cp -r $WT_HOME/src/* $MDB_HOME/src/third_party/wiredtiger/src/
        • cp -r $WT_HOME/dist/* $MDB_HOME/src/third_party/wiredtiger/dist/
      • Compile MDB
        • ninja -j400 install-all
      • Execute validate_test
        • cd ./build/opt/install/bin/
        • ./dbtest validate_tests --dur --enableMajorityReadConcern=True --storageEngine=wiredTiger
      Show
      Check out the latest MDB commit Check out the following commit of WT that corresponds to WT-8695 : 2d48d69564f24dce5edf3384431b617194864a27 Import the src files of wiredtiger into mongo/src/third_party/wiredtiger cp -r $WT_HOME/src/* $MDB_HOME/src/third_party/wiredtiger/src/ cp -r $WT_HOME/dist/* $MDB_HOME/src/third_party/wiredtiger/dist/ Compile MDB ninja -j400 install-all Execute validate_test cd ./build/opt/install/bin/ ./dbtest validate_tests --dur --enableMajorityReadConcern=True --storageEngine=wiredTiger
    • Execution Team 2022-03-07
    • 65

      We recently merged WT-8695 (had to revert it because it generates fallouts on MDB side).
      We saw the issue on run_dbtest on ! Shared Library Linux DEBUG. The test validate_test failed with an unexpected number of warnings found:

      {"namespace":"unittests.validate_tests","ident":"collection-158-6794401668041455030","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
      [db_test:validate_tests] {"t":{"$date":"2022-02-14T00:06:47.740Z"},"s":"I",  "c":"TEST",     "id":4680100, "ctx":"testsuite","msg":"FAIL","attr":{"test":"ValidateTests::ValidateMissingAndExtraIndexEntryResults<false, false>","type":"TestAssertionFailureException","error":"Expected static_cast<size_t>(2) == results.warnings.size() (2 == 5)...
      

            Assignee:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: