summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg McKeon <greg.mckeon@mongodb.com>2019-11-08 19:18:46 -0800
committerGreg McKeon <greg.mckeon@mongodb.com>2019-11-08 19:18:46 -0800
commitb511a045ab9bff4778dbf3bbf87fed6fcb44b9b2 (patch)
tree2c79e1b82332704ed54a7ebfc991167c5688186e
parentedf6d45851c0b9ee15548f0f847df141764a317e (diff)
downloadmongo-b511a045ab9bff4778dbf3bbf87fed6fcb44b9b2.tar.gz
Updated aggregation test tags
-rw-r--r--jstests/aggregation/bugs/server37750.js4
-rw-r--r--jstests/aggregation/bugs/server42756.js1
-rw-r--r--jstests/aggregation/pipeline_pass_through_from_mongos.js2
-rw-r--r--jstests/aggregation/sharded_agg_cleanup_on_error.js2
-rw-r--r--jstests/aggregation/sources/merge/exchange_explain.js2
-rw-r--r--jstests/aggregation/sources/merge/use_cases.js2
6 files changed, 7 insertions, 6 deletions
diff --git a/jstests/aggregation/bugs/server37750.js b/jstests/aggregation/bugs/server37750.js
index 902c427c292..c1104b29650 100644
--- a/jstests/aggregation/bugs/server37750.js
+++ b/jstests/aggregation/bugs/server37750.js
@@ -3,7 +3,7 @@
* capable of yielding.
*
* @tags: [assumes_read_concern_unchanged, do_not_wrap_aggregations_in_facets, requires_journaling,
- * requires_sharding]
+ * requires_sharding, requires_spawning_own_processes]
*/
(function() {
"use strict";
@@ -77,4 +77,4 @@ assert.eq(sampleCursor.toArray().length, 3);
// Confirm that the parallel shell completes successfully, and tear down the cluster.
awaitShell();
st.stop();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/aggregation/bugs/server42756.js b/jstests/aggregation/bugs/server42756.js
index 6fb7a10ac30..2e7eb803b61 100644
--- a/jstests/aggregation/bugs/server42756.js
+++ b/jstests/aggregation/bugs/server42756.js
@@ -1,5 +1,6 @@
// SERVER-42756 Test that commutative arithmetic operations with special arguments doesn't violate
// commutativity.
+// @tags: [uses_testing_only_commands]
(function() {
"use strict";
diff --git a/jstests/aggregation/pipeline_pass_through_from_mongos.js b/jstests/aggregation/pipeline_pass_through_from_mongos.js
index 3c3694e3931..085ed074965 100644
--- a/jstests/aggregation/pipeline_pass_through_from_mongos.js
+++ b/jstests/aggregation/pipeline_pass_through_from_mongos.js
@@ -2,7 +2,7 @@
* Tests to verify that the aggregation pipeline passthrough behaviour works as expected for stages
* which have sub-pipelines, whose stages may have differing passthrough constraints. This test
* exercises the fix for SERVER-41290.
- * @tags: [requires_sharding]
+ * @tags: [requires_sharding, requires_spawning_own_processes]
*/
(function() {
'use strict';
diff --git a/jstests/aggregation/sharded_agg_cleanup_on_error.js b/jstests/aggregation/sharded_agg_cleanup_on_error.js
index cbcb1f02e53..52cd09cb842 100644
--- a/jstests/aggregation/sharded_agg_cleanup_on_error.js
+++ b/jstests/aggregation/sharded_agg_cleanup_on_error.js
@@ -5,7 +5,7 @@
* Must be banned from suites that use a sharding fixture, since this test starts its own sharded
* cluster. Must be banned in the $facet passthrough, since that suite changes the pipeline
* splitting and merging behavior expected by this test.
- * @tags: [requires_sharding,do_not_wrap_aggregations_in_facets]
+ * @tags: [requires_sharding,do_not_wrap_aggregations_in_facets, requires_spawning_own_processes]
*/
(function() {
"use strict";
diff --git a/jstests/aggregation/sources/merge/exchange_explain.js b/jstests/aggregation/sources/merge/exchange_explain.js
index 23bed99973d..718ab6fb84d 100644
--- a/jstests/aggregation/sources/merge/exchange_explain.js
+++ b/jstests/aggregation/sources/merge/exchange_explain.js
@@ -1,7 +1,7 @@
/**
* Test $merge and exchange with explain.
*
- * @tags: [requires_sharding]
+ * @tags: [requires_sharding, requires_spawning_own_processes]
*/
load('jstests/aggregation/extras/utils.js');
diff --git a/jstests/aggregation/sources/merge/use_cases.js b/jstests/aggregation/sources/merge/use_cases.js
index 6c1c71b9419..b0aa0b89a97 100644
--- a/jstests/aggregation/sources/merge/use_cases.js
+++ b/jstests/aggregation/sources/merge/use_cases.js
@@ -2,7 +2,7 @@
* Tests a practical use case for $merge from a collection of samples to an hourly rollup output
* collection.
*
- * @tags: [requires_sharding]
+ * @tags: [requires_sharding, requires_spawning_own_processes]
*/
(function() {
"use strict";