-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Jenkins test/format hit an assertion failure on the mongodb-4.4 branch soon after an update. The failure is:
[1570088243:608473][36521:0x7f7e87476700], t, file:wt, WT_CURSOR.next: __wt_curfile_next_random, 123: F_ISSET(cbt, WT_CBT_ACTIVE) && F_MASK(cursor, WT_CURSTD_KEY_SET) == WT_CURSTD_KEY_INT && F_MASK(cursor, WT_CURSTD_VALUE_SET) == WT_CURSTD_VALUE_INT
In WT-5140 keith.bostic added smoke testing of random cursors to test/format because they weren't really getting tested anywhere and it appears that the new test code found something.