Job failure at:
http://build.wiredtiger.com:8080/job/wiredtiger-test-timestamp-size/15/console
With timestamp size 16, test_timestamp09 checks if the oldest timestamp is set to '3', whereas it gets back '03'
# Oldest timestamp is 3 at the moment, trying to set it to an earlier # timestamp is a no-op. self.conn.set_timestamp('oldest_timestamp=' + timestamp_str(1)) self.assertEqual(self.conn.query_timestamp('get=oldest'), timestamp_str(3))
====================================================================== FAIL: test_timestamp09.test_timestamp09.test_timestamp_api ---------------------------------------------------------------------- Traceback (most recent call last): File "/mnt/fast/jenkins/workspace/wiredtiger-test-timestamp-size/test/suite/test_timestamp09.py", line 125, in test_timestamp_api timestamp_str(3)) AssertionError: '03' != '3'
- related to
-
WT-3631 Convert timestamps to integers in Python tests before comparing
- Closed