summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/ttl_repl_maintenance.js
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-02-01 11:26:23 +1100
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2018-02-01 11:26:23 +1100
commit0acb8be92a5af1ee844d389b67a6d4b4bd387b9c (patch)
tree688c04508b700e9cdd70c5d6dda1a764a0cdbddf /jstests/noPassthroughWithMongod/ttl_repl_maintenance.js
parent4232d7725f405f8ccd58d4415c711ba814a991d4 (diff)
downloadmongo-0acb8be92a5af1ee844d389b67a6d4b4bd387b9c.tar.gz
SERVER-32675 Make jstest changes for Mobile SE Concurrency issues
Diffstat (limited to 'jstests/noPassthroughWithMongod/ttl_repl_maintenance.js')
-rw-r--r--jstests/noPassthroughWithMongod/ttl_repl_maintenance.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/ttl_repl_maintenance.js b/jstests/noPassthroughWithMongod/ttl_repl_maintenance.js
index 44250c4f1d2..53e704ab8fe 100644
--- a/jstests/noPassthroughWithMongod/ttl_repl_maintenance.js
+++ b/jstests/noPassthroughWithMongod/ttl_repl_maintenance.js
@@ -3,6 +3,7 @@
* dummy replset config & TTL collection, then restarts the member and ensures that it doesn't
* time out the docs in the TTL collection. Then it removes the "config" and
* restarts, ensuring that the TTL monitor deletes the docs.
+ * @tags: [SERVER-32997]
*/
var runner;