An assertion failure fired detecting unexpected cursor value during the rollback to stable timestamp test.
http://build.wiredtiger.com:8080/job/wiredtiger-test-unit-long/3806/
FAIL: test_timestamp04.test_timestamp04.test_rollback_to_stable(V1.col_var) (subunit.RemotedTestCase) test_timestamp04.test_timestamp04.test_rollback_to_stable(V1.col_var) ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): File "/mnt/data0/jenkins/workspace/wiredtiger-test-unit-long/test/suite/test_timestamp04.py", line 261, in test_rollback_to_stable for k in keys[:(key_range / 2)])) File "/mnt/data0/jenkins/workspace/wiredtiger-test-unit-long/test/suite/test_timestamp04.py", line 75, in check self.assertTrue(actual == expected) File "/usr/lib64/python2.7/unittest/case.py", line 462, in assertTrue raise self.failureException(msg) AssertionError: False is not true
- is caused by
-
WT-4529 Update lookaside schema to store durable timestamp
- Closed