summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-10-10 12:55:41 +0000
committerevergreen <evergreen@mongodb.com>2019-10-10 12:55:41 +0000
commit69ef3ed5cf4ac634fd7a749f9428871ec6f40fd2 (patch)
treecd9e24fc017d5e2f1146b065c3968ead45b5ab82 /jstests/noPassthroughWithMongod
parent424c1eb4c8cc50219d2a741741275dfdc3ecf3fa (diff)
downloadmongo-69ef3ed5cf4ac634fd7a749f9428871ec6f40fd2.tar.gz
SERVER-43639 fix tests to support two phase index builds
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_restart_secondary_noretry.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_restart_secondary_noretry.js b/jstests/noPassthroughWithMongod/indexbg_restart_secondary_noretry.js
index 19fbb4b4879..9de2404e836 100644
--- a/jstests/noPassthroughWithMongod/indexbg_restart_secondary_noretry.js
+++ b/jstests/noPassthroughWithMongod/indexbg_restart_secondary_noretry.js
@@ -2,9 +2,14 @@
* Starts a replica set, builds an index in background. Kills the secondary with a failpoint once
* the index build starts. It should *not* build an index on the secondary on restart due to
* `--noIndexBuildRetry` option being supplied.
+ *
+ * @tags: [
+ * requires_persistence,
+ * requires_journaling,
+ * requires_replication,
+ * two_phase_index_builds_unsupported,
+ * ]
*/
-
-// @tags: [requires_persistence, requires_journaling, requires_replication]
(function() {
'use strict';