summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/flow_control_logging.js
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2019-05-13 11:53:37 -0400
committerMaria van Keulen <maria@mongodb.com>2019-05-13 15:18:13 -0400
commite4b13ae68a4eef9393357038f09f14bfd8102050 (patch)
tree5c7cb6443c45fc0b7573c14885fa66aa885549b9 /jstests/noPassthrough/flow_control_logging.js
parent1c15dffa313e6b2ab49284ad0d93c206e14cd054 (diff)
downloadmongo-e4b13ae68a4eef9393357038f09f14bfd8102050.tar.gz
SERVER-41111 Exclude flow control tests from flow control off variant
Diffstat (limited to 'jstests/noPassthrough/flow_control_logging.js')
-rw-r--r--jstests/noPassthrough/flow_control_logging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/flow_control_logging.js b/jstests/noPassthrough/flow_control_logging.js
index b22758d5a89..e15186654d8 100644
--- a/jstests/noPassthrough/flow_control_logging.js
+++ b/jstests/noPassthrough/flow_control_logging.js
@@ -3,6 +3,7 @@
*
* @tags: [
* requires_replication,
+ * requires_flow_control,
* requires_majority_read_concern,
* ]
*/
@@ -14,7 +15,6 @@
const replSet = new ReplSetTest({name: "flow_control_logging", nodes: 3});
replSet.startSet({
setParameter: {
- enableFlowControl: true,
flowControlSamplePeriod:
1, // Increase resolution to detect lag in a light write workload.
flowControlWarnThresholdSeconds: 1,