summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Percy <david.percy@mongodb.com>2020-09-14 17:04:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-14 17:52:50 +0000
commit220d72da13180652f4986bc65a0dd95966973dd0 (patch)
treec8f72cbd3e7e87722feb00e0da13f4529eee9c03
parentf815b3e1a078b4d803614afb6b8603ea561505ce (diff)
downloadmongo-220d72da13180652f4986bc65a0dd95966973dd0.tar.gz
SERVER-31368 Tag log_remote_op_wait.js
-rw-r--r--jstests/sharding/log_remote_op_wait.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/log_remote_op_wait.js b/jstests/sharding/log_remote_op_wait.js
index af7fd38ade5..7d3d3440445 100644
--- a/jstests/sharding/log_remote_op_wait.js
+++ b/jstests/sharding/log_remote_op_wait.js
@@ -1,6 +1,8 @@
/*
* Test that aggregation log lines include remoteOpWaitMillis: the amount of time the merger spent
* waiting for results from shards.
+ *
+ * @tags: [uses_change_streams]
*/
(function() {