Skip to content

Commit

Permalink
WT-6625 Remove outdated TODO. (#5983)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo-cpp committed Aug 28, 2020
1 parent 3aad1a7 commit cf3c0c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/suite/test_hs06.py
Expand Up @@ -95,7 +95,12 @@ def test_hs_reads(self):
self.conn.set_timestamp('stable_timestamp=' + timestamp_str(2))
self.session.checkpoint()

# Check the checkpoint wrote the expected values. Todo: Fix checkpoint cursors WT-5492.
# Check the checkpoint wrote the expected values.
#
# FIXME-WT-5927: Checkpoint cursors are known to have issues in durable history so we've
# removing the use of checkpoint handles in this test. As part of WT-5927, we should either
# re-enable the testing of checkpoint cursors or remove this comment.
#
# cursor2 = self.session.open_cursor(uri, None, 'checkpoint=WiredTigerCheckpoint')
cursor2 = self.session.open_cursor(uri)
self.session.begin_transaction('read_timestamp=' + timestamp_str(2))
Expand Down

0 comments on commit cf3c0c1

Please sign in to comment.