summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/ttl_repl.js
diff options
context:
space:
mode:
authornehakhatri5 <neha.khatr@mongodb.com>2018-01-16 16:15:53 +1100
committernehakhatri5 <neha.khatr@mongodb.com>2018-01-18 08:52:14 +1100
commit076a499621f7b423d6541dc96254e7c947c33413 (patch)
treedd9177faf80ffeedb75cae0e3d1eb66eefe96b22 /jstests/noPassthroughWithMongod/ttl_repl.js
parent8ee6b3d31756d7939480f1283ec53af3bd6eb489 (diff)
downloadmongo-076a499621f7b423d6541dc96254e7c947c33413.tar.gz
SERVER-32507 Mobile SE: Include more suites in evergreen variant
Included the suites noPassthrough and noPassthroughWithMongod in Mobile SE evergreen variant. Excluded some of the failing jstests from the suites.
Diffstat (limited to 'jstests/noPassthroughWithMongod/ttl_repl.js')
-rw-r--r--jstests/noPassthroughWithMongod/ttl_repl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/ttl_repl.js b/jstests/noPassthroughWithMongod/ttl_repl.js
index bb6caf8a0d4..92d570fed5d 100644
--- a/jstests/noPassthroughWithMongod/ttl_repl.js
+++ b/jstests/noPassthroughWithMongod/ttl_repl.js
@@ -3,6 +3,7 @@
* Check that the correct # of docs age out.
* Part 2: Add a new member to the set. Check that it also gets the correct # of docs.
* Part 3: Change the TTL expireAfterSeconds field and check successful propogation to secondary.
+ * @tags: [requires_replication]
*/
load("jstests/replsets/rslib.js");