Saw a run fail in evergreen:
https://evergreen.mongodb.com/task_log_raw/wiredtiger_macos_1012_unit_test_acc6f67c4169af3f3ba96e21089c00ef8bcafca7_18_02_26_22_43_52/0?type=T&text=true
[2018/02/27 07:41:47.377] ====================================================================== [2018/02/27 07:41:47.377] ERROR: test_compact02.test_compact02.test_compact02(table.1mb.128KB) (subunit.RemotedTestCase) [2018/02/27 07:41:47.377] test_compact02.test_compact02.test_compact02(table.1mb.128KB) [2018/02/27 07:41:47.377] ---------------------------------------------------------------------- [2018/02/27 07:41:47.377] _StringException: Traceback (most recent call last): [2018/02/27 07:41:47.377] File "/data/mci/7ceca11bc171ea5e02066ed80200ec80/wiredtiger/test/suite/wttest.py", line 409, in tearDown [2018/02/27 07:41:47.377] self.captureerr.check(self) [2018/02/27 07:41:47.377] File "/data/mci/7ceca11bc171ea5e02066ed80200ec80/wiredtiger/test/suite/wttest.py", line 104, in check [2018/02/27 07:41:47.377] shortenWithEllipsis(contents,100) + '"') [2018/02/27 07:41:47.377] File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 410, in fail [2018/02/27 07:41:47.377] raise self.failureException(msg) [2018/02/27 07:41:47.377] AssertionError: unexpected error output, contains: "[1519722555:945042][698:0x7fffb8adb3c0], test_compact02.test_compact02.test_compact02(table.1mb.1..." [2018/02/27 07:41:47.377] ----------------------------------------------------------------------
This is an expected failure and the test should be updated (maybe to retry) to handle these errors.
- is related to
-
WT-6550 Update test_compact02 to handle eviction pressure message
- Closed
- links to