summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test')
-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
3 files changed, 7 insertions, 6 deletions
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