summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-05-12 17:14:29 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-12 07:39:42 +0000
commit23bea78e485ce16d6f00141ebb6e67ad758649cf (patch)
tree5b0a18d253febef1142474e3a47549bf24144efc
parent3ea669ee446b6dd6335050f6194e40477d174911 (diff)
downloadmongo-23bea78e485ce16d6f00141ebb6e67ad758649cf.tar.gz
Import wiredtiger: 50aa449b701f987e5c5379379cc2c99054872b2a from branch mongodb-6.0
ref: ba455f3c9b..50aa449b70 for: 6.0.0-rc6 WT-8152 Remove stat_db_size runtime check from operations_test and rename cpp evergreen tasks
-rw-r--r--src/third_party/wiredtiger/import.data2
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_stress.txt1
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/operations_test_stress.txt4
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml8
4 files changed, 8 insertions, 7 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 8ead58cb2ae..3a571789e1c 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": "ba455f3c9bd7c3fd1d2b43fb659c53f9822c0c6b"
+ "commit": "50aa449b701f987e5c5379379cc2c99054872b2a"
}
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 1990d066fb4..bce5248222a 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
@@ -42,7 +42,6 @@ runtime_monitor=
stat_db_size=
(
max=1900000000,
- runtime=false,
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 19cf70bfeae..8776f4f3592 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
@@ -14,7 +14,9 @@ runtime_monitor=
#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,
- runtime=true,
+ # 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 d54464daf43..1eb0ac2ae5e 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -992,7 +992,7 @@ tasks:
# All cppsuite pull request tasks must supply the relative path to the config file as we are in
# the cmake build working directory and the LD_LIBRARY_PATH is .libs.
- - name: cppsuite-base-test-default
+ - name: cppsuite-operations-test-default
tags: ["pull_request"]
depends_on:
- name: compile
@@ -1064,7 +1064,7 @@ tasks:
vars:
test_path: test/cppsuite/search_near_03
- - name: cppsuite-base-test-stress
+ - name: cppsuite-operations-test-stress
depends_on:
- name: compile
commands:
@@ -3835,7 +3835,7 @@ buildvariants:
- name: examples-c-production-disable-static-test
- name: format-stress-pull-request-test
- name: make-check-test
- - name: cppsuite-base-test-default
+ - name: cppsuite-operations-test-default
- name: cppsuite-hs-cleanup-default
- name: cppsuite-search-near-01-default
- name: cppsuite-search-near-02-default
@@ -4051,7 +4051,7 @@ buildvariants:
-DCMAKE_PREFIX_PATH="$(pwd)/../TCMALLOC_LIB"
tasks:
- name: compile
- - name: cppsuite-base-test-stress
+ - name: cppsuite-operations-test-stress
- name: cppsuite-hs-cleanup-stress
- name: cppsuite-search-near-01-stress
- name: cppsuite-search-near-02-stress