summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
index ad3b85ba893..9376eaf2308 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable24.py
@@ -72,8 +72,7 @@ class test_rollback_to_stable24(wttest.WiredTigerTestCase):
def test_rollback_to_stable24(self):
# Create a table without logging.
uri = "table:rollback_to_stable24"
- format = 'key_format={},value_format=S'.format(self.key_format)
- self.session.create(uri, format + ', log=(enabled=false)')
+ self.session.create(uri, 'key_format={},value_format=S'.format(self.key_format))
# Pin oldest timestamp to 10.
self.conn.set_timestamp('oldest_timestamp=' + self.timestamp_str(10))