diff options
author | Jonathan Ma <jonathan.ma@mongodb.com> | 2018-12-21 14:02:16 -0800 |
---|---|---|
committer | Jonathan Ma <jonathan.ma@mongodb.com> | 2018-12-21 14:13:58 -0800 |
commit | 702d0c30fc2a1d923eaf36f418838fc949cb1fec (patch) | |
tree | a02f148636488e9aa0bbb5294700cc1313f2f3a4 /jstests | |
parent | 435200964a1fc9de566e74bd579e99c308551670 (diff) | |
download | mongo-702d0c30fc2a1d923eaf36f418838fc949cb1fec.tar.gz |
SERVER-36416 add replication/sharding required tags to tests
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/noPassthrough/drop_connections_replSet.js | 5 | ||||
-rw-r--r-- | jstests/noPassthrough/drop_connections_sharded.js | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/jstests/noPassthrough/drop_connections_replSet.js b/jstests/noPassthrough/drop_connections_replSet.js index 29c41659107..0d96a9a65b9 100644 --- a/jstests/noPassthrough/drop_connections_replSet.js +++ b/jstests/noPassthrough/drop_connections_replSet.js @@ -1,4 +1,7 @@ -// verify dropConnections command works for replica sets +/** + * verify dropConnections command works for replica sets + * @tags: [requires_replication] + */ (function() { "use strict"; diff --git a/jstests/noPassthrough/drop_connections_sharded.js b/jstests/noPassthrough/drop_connections_sharded.js index f41aa653b4d..7ac8e2e8d4d 100644 --- a/jstests/noPassthrough/drop_connections_sharded.js +++ b/jstests/noPassthrough/drop_connections_sharded.js @@ -1,4 +1,7 @@ -// verify dropConnections command works for sharded clusters +/** + * verify dropConnections command works for sharded clusters + * @tags: [requires_replication, requires_sharding] + */ (function() { "use strict"; |