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

Increase the maximum expected LAS test reads

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT3.2.0, 4.1.11
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 5
    • Storage Engines 2019-05-06

      In a recent evergreen build, assertion failure was raised in test_checkpoint_las_reads that more than expected number (100) of lookaside reads during checkpoints were detected. michael.cahill mentioned it's more likely a test case issue than a real problem. 

      [2018/09/11 05:12:05.168] ======================================================================
      [2018/09/11 05:12:05.168] FAIL: test_las03.test_las03.test_checkpoint_las_reads (subunit.RemotedTestCase)
      [2018/09/11 05:12:05.168] test_las03.test_las03.test_checkpoint_las_reads
      [2018/09/11 05:12:05.168] ----------------------------------------------------------------------
      [2018/09/11 05:12:05.168] _StringException: Traceback (most recent call last):
      [2018/09/11 05:12:05.168]   File "/data/mci/90cc89da564f41bc01af82e2d3ada1c1/wiredtiger/test/suite/test_las03.py", line 102, in test_checkpoint_las_reads
      [2018/09/11 05:12:05.168]     self.assertLessEqual(las_reads, 100)
      [2018/09/11 05:12:05.168]   File "/opt/mongodbtoolchain/v2/lib/python2.7/unittest/case.py", line 936, in assertLessEqual
      [2018/09/11 05:12:05.168]     self.fail(self._formatMessage(msg, standardMsg))
      [2018/09/11 05:12:05.168]   File "/opt/mongodbtoolchain/v2/lib/python2.7/unittest/case.py", line 410, in fail
      [2018/09/11 05:12:05.168]     raise self.failureException(msg)
      [2018/09/11 05:12:05.168] AssertionError: 120 not less than or equal to 100
      [2018/09/11 05:12:05.168] ---------------------------------------------------------------------- 

            Assignee:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Reporter:
            luke.chen@mongodb.com Luke Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: