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

log cursors fail with large number of keys

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.6.0
    • Affects Version/s: None
    • Component/s: None

      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
      

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: