summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAudrey Fang <audrey.fang@10gen.com>2018-08-13 14:19:14 -0400
committerLouis Williams <louis.williams@mongodb.com>2018-08-22 14:14:49 -0400
commitb19ea04a46a125a20278e7b03f1ea9b2cea9cc19 (patch)
treef206f717891c6e3da046488ca86b399afb4f8e65 /etc
parent5da9e96a79e6ed225f66892ebed6edb1bbcaf873 (diff)
downloadmongo-b19ea04a46a125a20278e7b03f1ea9b2cea9cc19.tar.gz
SERVER-26387: Exclude noPassthrough/indexbg2.js from running on MMAPv1
(cherry picked from commit 8b1758c4680123934080a4ad1cb7dfc1f49a3e18)
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 5fbe3cc8d8c..3c4a833e2e6 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9943,7 +9943,7 @@ buildvariants:
- rhel62-small
batchtime: 1440 # 1 day
expansions:
- test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger
+ test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_document_locking
rlp_environment: MONGOD_UNITTEST_RLP_LANGUAGE_TEST_BTROOT=/opt/basis
compile_flags: >-
--ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release
@@ -10059,7 +10059,7 @@ buildvariants:
- windows-64-vs2015-small
batchtime: 1440 # 1 day
expansions:
- test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger
+ test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_document_locking
platform_decompress: unzip
exe: .exe
multiversion_platform: windows
@@ -10185,7 +10185,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
- test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_ssl_mongo_tools
+ test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_ssl_mongo_tools,requires_document_locking
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: >-
--ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10"
@@ -10279,7 +10279,7 @@ buildvariants:
push_arch: x86_64
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- test_flags: --nojournal --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_journaling
+ test_flags: --nojournal --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,requires_journaling,requires_document_locking
use_scons_cache: true
gorootvars: 'PATH="/opt/go1.8/go/bin:/opt/mongodbtoolchain/v2/bin/:$PATH" GOROOT=/opt/go1.8/go'
tooltags: ""