summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_checkpoint25.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_checkpoint25.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_checkpoint25.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_checkpoint25.py b/src/third_party/wiredtiger/test/suite/test_checkpoint25.py
index fb13ef84d81..aef9abeabbf 100644
--- a/src/third_party/wiredtiger/test/suite/test_checkpoint25.py
+++ b/src/third_party/wiredtiger/test/suite/test_checkpoint25.py
@@ -103,7 +103,6 @@ class test_checkpoint(wttest.WiredTigerTestCase):
if ts is not None:
cfg += ',debug=(checkpoint_read_timestamp=' + self.timestamp_str(ts) + ')'
cursor = self.session.open_cursor(ds.uri, None, cfg)
- #self.session.begin_transaction()
count = 0
zcount = 0
for k, v in cursor:
@@ -112,7 +111,6 @@ class test_checkpoint(wttest.WiredTigerTestCase):
else:
self.assertEqual(v, value)
count += 1
- #self.session.rollback_transaction()
self.assertEqual(count, nrows)
self.assertEqual(zcount, zeros if self.value_format == '8t' else 0)
cursor.close()