summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen.yml
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-06-06 10:08:02 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-06 00:50:42 +0000
commit49a1b239f122661789b8a0468cba33349f8aece3 (patch)
tree89863f289d84f900a60463189da8309116f86da8 /src/third_party/wiredtiger/test/evergreen.yml
parentd8d2c708b1b0e01e688aece063b979b7eb2cc5da (diff)
downloadmongo-49a1b239f122661789b8a0468cba33349f8aece3.tar.gz
Import wiredtiger: b017f238da1ffd71a0623f6bc2e9eb2425887d44 from branch mongodb-master
ref: dd171a05d5..b017f238da for: 6.1.0-rc0 WT-9400 Read at or before the stable timestamp in the CppSuite.
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index d431af14ddf..105abffe6d7 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -1030,6 +1030,8 @@ tasks:
- func: "compile wiredtiger"
vars:
posix_configure_flags: -DENABLE_STRICT=1 -DHAVE_DIAGNOSTIC=1 -DENABLE_LZ4=1 -DENABLE_SNAPPY=1 -DENABLE_ZLIB=1 -DHAVE_UNITTEST=1
+ # Different flags for windows based on what is supported and enabled by default.
+ windows_configure_flags: -DHAVE_DIAGNOSTIC=1 -DHAVE_UNITTEST=1
- command: shell.exec
params:
working_dir: "wiredtiger/cmake_build"
@@ -4353,6 +4355,7 @@ buildvariants:
- name: make-check-test
- name: ".unit_test"
- name: fops
+ - name: unittest-test
- name: macos-1014
display_name: "OS X 10.14"