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

Avoid a timing problem at the beginning of a test for log preallocation

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.1, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      A WT Patch build hit a failure in test_bug019 that appears to be the same issue described in WT-6353. In that ticket, the bug couldn't be reproduced, so sue.loverso added debugging information to the test in the hopes of better diagnosing the next failure.  

      The test is at: https://spruce.mongodb.com/task/wiredtiger_ubuntu1804_ppc_unit_test_patch_7365ea188aaf1aa094824def8822d816752dcab2_5f1b321ee3c33156dbb7f085_20_07_24_19_10_43/logs

      The failure shown there is:

      [2020/07/24 22:44:54.911] ======================================================================
      [2020/07/24 22:44:54.911] FAIL: test_bug019.test_bug019.test_bug019 (subunit.RemotedTestCase)
      [2020/07/24 22:44:54.911] test_bug019.test_bug019.test_bug019
      [2020/07/24 22:44:54.911] ----------------------------------------------------------------------
      [2020/07/24 22:44:54.911] _StringException: Traceback (most recent call last):
      [2020/07/24 22:44:54.911]   File "/data/mci/ad6ebb7f5875fa85805c17b220c1ee40/wiredtiger/test/suite/test_bug019.py", line 86, in test_bug019
      [2020/07/24 22:44:54.911]     self.assertTrue(self.max_prealloc > start_prealloc)
      [2020/07/24 22:44:54.911]   File "/opt/mongodbtoolchain/revisions/e5348beb43e147b74a40f4ca5fb05a330ea646cf/stow/python2-v3.OwH/lib/python2.7/unittest/case.py", line 422, in assertTrue
      [2020/07/24 22:44:54.911]     raise self.failureException(msg)
      [2020/07/24 22:44:54.911] AssertionError: False is not true
      [2020/07/24 22:44:54.911] ----------------------------------------------------------------------
      

      Here are the mentions of test_bug019 in the results output of that run of the python tests:

          test_bug019.test_bug019.test_bug019: <wttest.TestSuiteConnection object at 0x7a05887228d0>
          test_bug019.test_bug019.test_bug019: Updating max_prealloc from 1
          test_bug019.test_bug019.test_bug019:     to new prealloc 2
          test_bug019.test_bug019.test_bug019: FAILURE: max_prealloc 2
          test_bug019.test_bug019.test_bug019: FAILURE: start_prealloc 2
          test_bug019.test_bug019.test_bug019: finishing
          test_bug019.test_bug019.test_bug019: passed=False
          test_bug019.test_bug019.test_bug019: preserving directory WT_TEST/test_bug019.test_bug019.test_bug019.0
      

            Assignee:
            donald.anderson@mongodb.com Donald Anderson
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: