summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
index 9a3ba74c672..48b1a4b46c0 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable27.py
@@ -52,8 +52,7 @@ class test_rollback_to_stable27(test_rollback_to_stable_base):
def conn_config(self):
if self.in_memory:
return 'in_memory=true'
- else:
- return 'in_memory=false'
+ return ''
# Evict the page to force reconciliation.
def evict(self, uri, key, check_value):
@@ -68,10 +67,9 @@ class test_rollback_to_stable27(test_rollback_to_stable_base):
def test_rollback_to_stable(self):
nrows = 10
- # Create a table without logging.
+ # Create a table.
uri = "table:rollback_to_stable27"
- ds = SimpleDataSet(
- self, uri, 0, key_format=self.key_format, value_format="S", config='log=(enabled=false)')
+ ds = SimpleDataSet(self, uri, 0, key_format=self.key_format, value_format="S")
ds.populate()
value_a = "aaaaa" * 10