summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-05-05 15:09:25 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-05 05:35:15 +0000
commitf37bd161f03faa2de6a0a03eae34b25d532c3d10 (patch)
tree106f6c4577442b3a2ce73db485aee2d06954f2fc
parentc21af7e992ac945f694e469adbd608e3e6081975 (diff)
downloadmongo-f37bd161f03faa2de6a0a03eae34b25d532c3d10.tar.gz
Import wiredtiger: d8fc01e0235d9eda1fc149d7adb723add0862025 from branch mongodb-6.0
ref: 0393d02cd3..d8fc01e023 for: 6.0.0-rc5 WT-8431 Increase test_hs14 cache size to reduce eviction activity
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_hs14.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 9ce9ba5f686..9a3a70b8f97 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-6.0",
- "commit": "0393d02cd3a826511c57698e5110e15c50559a80"
+ "commit": "d8fc01e0235d9eda1fc149d7adb723add0862025"
}
diff --git a/src/third_party/wiredtiger/test/suite/test_hs14.py b/src/third_party/wiredtiger/test/suite/test_hs14.py
index 06ea44b9716..2afd4b53198 100755
--- a/src/third_party/wiredtiger/test/suite/test_hs14.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs14.py
@@ -33,7 +33,7 @@ from wtscenario import make_scenarios
# Ensure that point in time reads with few visible history store records don't
# damage performance.
class test_hs14(wttest.WiredTigerTestCase):
- conn_config = 'cache_size=50MB'
+ conn_config = 'cache_size=500MB'
format_values = [
('column', dict(key_format='r', value_format='S')),
('column-fix', dict(key_format='r', value_format='8t')),