summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs07.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs07.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs07.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs07.py b/src/third_party/wiredtiger/test/suite/test_hs07.py
index 98bca0ab7ba..14ad15c3281 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs07.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs07.py
@@ -38,7 +38,8 @@ def timestamp_str(t):
# Test that the history store sweep cleans the obsolete history store entries and gives expected results.
class test_hs07(wttest.WiredTigerTestCase):
# Force a small cache.
- conn_config = 'cache_size=50MB,log=(enabled)'
+ conn_config = ('cache_size=50MB,eviction_updates_trigger=95,'
+ 'eviction_updates_target=80,log=(enabled)')
session_config = 'isolation=snapshot'
def large_updates(self, uri, value, ds, nrows, commit_ts):