summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py
index 6c81785c0c9..58655925563 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable16.py
@@ -125,7 +125,8 @@ class test_rollback_to_stable16(wttest.WiredTigerTestCase):
else:
values = [0x01, 0x02, 0x03, 0x04]
- create_params = 'log=(enabled=false),key_format={},value_format={}'.format(self.key_format, self.value_format)
+ # Create a table.
+ create_params = 'key_format={},value_format={}'.format(self.key_format, self.value_format)
self.session.create(uri, create_params)
# Pin oldest and stable to timestamp 1.