There have been several recent failures of the test/suite/test_reconfig02.py test case when running on the PPC test machine in Jenkins (which is slow). The failures take the form:
====================================================================== FAIL: test_reconfig02.test_reconfig02.test_reconfig02_prealloc (subunit.RemotedTestCase) test_reconfig02.test_reconfig02.test_reconfig02_prealloc ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): File "/home/jenkins/jenkins/workspace/wiredtiger-test-unit-ppc/test/suite/test_reconfig02.py", line 90, in test_reconfig02_prealloc self.assertNotEqual(0, len(prep_logs)) File "/usr/lib64/python2.7/unittest/case.py", line 562, in assertNotEqual raise self.failureException(msg) AssertionError: 0 == 0
Link to original failure:
http://build.wiredtiger.com:8080/job/wiredtiger-test-unit-ppc/834/console
There haven't been any recent changes that appear related to me.