summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare03.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_prepare03.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare03.py b/src/third_party/wiredtiger/test/suite/test_prepare03.py
index 5e15bfa363a..44a2268dd57 100755
--- a/src/third_party/wiredtiger/test/suite/test_prepare03.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare03.py
@@ -192,8 +192,7 @@ class test_prepare03(wttest.WiredTigerTestCase):
self.session.timestamp_transaction("commit_timestamp=2b")
self.session.timestamp_transaction("durable_timestamp=2b")
self.session.commit_transaction()
- # There is a bug with search_near operation when no key is set.
- # This fix is being tracked in WT-3918.
+ # FIXME-WT-3682: There is a bug with search_near operation when no key is set.
if self.uri == 'lsm':
cursor.set_key(self.genkey(self.nentries))
cursor.search_near()