summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrey Fang <audrey.fang@10gen.com>2018-07-06 16:47:18 -0400
committerAudrey Fang <audrey.fang@10gen.com>2018-08-15 15:31:47 -0400
commit03d9058b54d6d898e496810f98f6618558c4e188 (patch)
treefb8275070fc825b40b784786bd30c25c202d0874
parentd0c7a5418e7759a6a85290660288631d802cdc38 (diff)
downloadmongo-03d9058b54d6d898e496810f98f6618558c4e188.tar.gz
SEVER-36001: Add requires_document_locking tag to noPassthrough/indexbg2.js to
exclude it from running on Ephemeral For Test. (cherry picked from commit 8a88dd6463e36c85420a8b03273e9e37e414cb53)
-rw-r--r--etc/evergreen.yml2
-rw-r--r--jstests/noPassthrough/indexbg2.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 721b7553ea9..1cab858df4c 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7430,7 +7430,7 @@ buildvariants:
test_flags: --storageEngine=ephemeralForTest
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ OBJCOPY=/opt/mongodbtoolchain/v2/bin/objcopy
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- variant_excluded_flags: requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,requires_journaling
+ variant_excluded_flags: requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,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: ""
diff --git a/jstests/noPassthrough/indexbg2.js b/jstests/noPassthrough/indexbg2.js
index e9ac45c8b78..34b35eb16d1 100644
--- a/jstests/noPassthrough/indexbg2.js
+++ b/jstests/noPassthrough/indexbg2.js
@@ -1,4 +1,5 @@
// Test background index creation w/ constraints
+// @tags: [requires_document_locking]
load("jstests/libs/slow_weekly_util.js");