-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
8
-
Storage Engines 2018-11-19, Storage Engines 2018-12-03, Storage Engines 2018-12-17, Storage Engines 2018-12-31, Storage Engines 2019-01-14, Storage Engines 2019-01-28, Storage Engines 2019-02-11
The valgrind Jenkins job failed on margay. http://build.wiredtiger.com:8080/job/wiredtiger-valgrind/2989/.
The failure was in test/random_directio where it could not find a key it expected to be there. The output is:
FAIL: random_directio/smoke.sh ============================== CONFIG: ./test_random_directio -t 5 -m none -T 5 Parent: Create 5 threads; sleep 5 seconds Beginning cycle 1/5 Suspend child Check DB Copy database home directory using direct I/O to run recovery, along with a saved 'pre-recovery' copy. Open database, run recovery and verify content starting full scan at 0 test_random_directio: FAILED: check_db/907: cursor->search(cursor): WT_NOTFOUND: item not found process aborting
It is worth noting that this test run is not using any of the schema operations (no -S option).
- is duplicated by
-
WT-4357 Cursor search failure during database recovery full scan in random_directio test
- Closed