summaryrefslogtreecommitdiff
path: root/jstests/core/mr_killop.js
diff options
context:
space:
mode:
authorclang-format-7.0.1 <adam.martin@10gen.com>2019-07-26 18:20:35 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2019-07-27 11:02:23 -0400
commit134a4083953270e8a11430395357fb70a29047ad (patch)
treedd428e1230e31d92b20b393dfdc17ffe7fa79cb6 /jstests/core/mr_killop.js
parent1e46b5049003f427047e723ea5fab15b5a9253ca (diff)
downloadmongo-134a4083953270e8a11430395357fb70a29047ad.tar.gz
SERVER-41772 Apply clang-format 7.0.1 to the codebase
Diffstat (limited to 'jstests/core/mr_killop.js')
-rw-r--r--jstests/core/mr_killop.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/jstests/core/mr_killop.js b/jstests/core/mr_killop.js
index 56a025dc4b5..168b54a5f6d 100644
--- a/jstests/core/mr_killop.js
+++ b/jstests/core/mr_killop.js
@@ -60,17 +60,17 @@ function op(childLoop) {
}
/**
-* Run one map reduce with the specified parameters in a parallel shell, kill the
-* map reduce op or its child op with killOp, and wait for the map reduce op to
-* terminate.
-* @param childLoop - if true, a distinct $where op is killed rather than the map reduce op.
-* This is necessay for a child distinct $where of a map reduce op because child
-* ops currently mask parent ops in currentOp.
-*/
+ * Run one map reduce with the specified parameters in a parallel shell, kill the
+ * map reduce op or its child op with killOp, and wait for the map reduce op to
+ * terminate.
+ * @param childLoop - if true, a distinct $where op is killed rather than the map reduce op.
+ * This is necessay for a child distinct $where of a map reduce op because child
+ * ops currently mask parent ops in currentOp.
+ */
function testOne(map, reduce, finalize, scope, childLoop, wait) {
- debug("testOne - map = " + tojson(map) + "; reduce = " + tojson(reduce) + "; finalize = " +
- tojson(finalize) + "; scope = " + tojson(scope) + "; childLoop = " + childLoop +
- "; wait = " + wait);
+ debug("testOne - map = " + tojson(map) + "; reduce = " + tojson(reduce) +
+ "; finalize = " + tojson(finalize) + "; scope = " + tojson(scope) +
+ "; childLoop = " + childLoop + "; wait = " + wait);
t.drop();
t2.drop();