summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2023-04-27 13:52:45 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-27 04:23:54 +0000
commitc974b94d01f529df754554605e5ea3e4d675aaf4 (patch)
tree5a3f9f03f251eaa2c01483689fb6c5d56dd0e5ff
parent1deb4f36dd1845450929fb692965b14838007a08 (diff)
downloadmongo-c974b94d01f529df754554605e5ea3e4d675aaf4.tar.gz
Import wiredtiger: 282fe2bab684f89ea92edf111461ccbe1b469375 from branch mongodb-6.0
ref: f8ae3dd23b..282fe2bab6 for: 6.0.6 WT-10447 Upgrade instance for cppsuite tests
-rw-r--r--src/third_party/wiredtiger/import.data2
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt5
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt5
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml2
4 files changed, 4 insertions, 10 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 8719b80e2e2..39ed9e47ff2 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": "f8ae3dd23b502c671c940eaafa5cdbbc47fdae26"
+ "commit": "282fe2bab684f89ea92edf111461ccbe1b469375"
}
diff --git a/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt b/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt
index bce5248222a..b859727d4d9 100644
--- a/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt
+++ b/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt
@@ -34,14 +34,13 @@ runtime_monitor=
),
stat_cache_size=
(
- max=110,
- runtime=true,
+ max=200,
+ runtime=false,
),
# The data files compress to around 25MB per table at the end of a run so 250MB total.
# +1.4GB for the history store. With an additional 150MB margin.
stat_db_size=
(
- max=1900000000,
save=true,
),
),
diff --git a/src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt b/src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt
index 5085f9ebe17..e5c25561925 100644
--- a/src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt
+++ b/src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt
@@ -11,11 +11,6 @@ runtime_monitor=
(
stat_db_size=
(
- #At the end of the run the data files are approximately 2.3MB each. Which is a total of:
- #1.15GB, the history store isn't significant. Give the workload an extra 200MB of margin.
- max=1350000000,
- # FIXME-WT-8886 - This check has been disabled to remove noisy failures in evergreen and
- # will be properly corrected in WT-8886.
runtime=false,
save=true,
)
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 6f61777a941..ebd983cdf74 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -4026,7 +4026,7 @@ buildvariants:
display_name: "Cppsuite Stress Tests"
batchtime: 480 # 3 times a day
run_on:
- - ubuntu2004-test
+ - ubuntu2004-medium
expansions:
test_env_vars:
WT_TOPDIR=$(git rev-parse --show-toplevel)