If we change the number of keys in test_cursor07.py to 50000, the test fails. This was found in WT-1837 and WT-1838.
test_cursor07.test_cursor07.test_log_cursor ... FAIL test_cursor07.test_cursor07.test_log_cursor ... FAIL ====================================================================== FAIL: test_cursor07.test_cursor07.test_log_cursor ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/sue/wt/wt.master/test/suite/test_cursor07.py", line 101, in test_log_cursor self.assertEqual(count, self.nkeys) AssertionError: 0 != 50000 ====================================================================== FAIL: test_cursor07.test_cursor07.test_log_cursor ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/sue/wt/wt.master/test/suite/test_cursor07.py", line 101, in test_log_cursor self.assertEqual(count, self.nkeys) AssertionError: 0 != 50000 ---------------------------------------------------------------------- Ran 2 tests in 2.611s FAILED (failures=2) ERROR in test_cursor07.test_cursor07.test_log_cursor ERROR in test_cursor07.test_cursor07.test_log_cursor
- is depended on by
-
SERVER-18199 WiredTiger changes for MongoDB 3.1.2
- Closed
- is related to
-
WT-1838 Modify log_scan callback args to send in next LSN. WT-1837
- Closed