summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/aggregation_zero_batchsize.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/aggregation_zero_batchsize.js')
-rw-r--r--jstests/noPassthrough/aggregation_zero_batchsize.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/jstests/noPassthrough/aggregation_zero_batchsize.js b/jstests/noPassthrough/aggregation_zero_batchsize.js
index c53edf21355..7660985af74 100644
--- a/jstests/noPassthrough/aggregation_zero_batchsize.js
+++ b/jstests/noPassthrough/aggregation_zero_batchsize.js
@@ -59,8 +59,7 @@
cursor: {batchSize: 0}
}));
cursor = new DBCommandCursor(conn, res);
- // SERVER-28309 We should only report 1 open cursor per aggregation.
- assertNumOpenCursors(2);
+ assertNumOpenCursors(1);
assert.throws(() => cursor.itcount(), [], "expected getMore to fail");
assertNumOpenCursors(0);
@@ -76,8 +75,7 @@
cursor: {batchSize: 0}
}));
cursor = new DBCommandCursor(conn, res);
- // SERVER-28309 We should only report 1 open cursor per aggregation.
- assertNumOpenCursors(2);
+ assertNumOpenCursors(1);
// Add a document validation rule to the $out collection so that insertion will fail.
assert.commandWorked(testDB.runCommand(