-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Shell
-
None
-
ALL
-
Repl 2021-04-05, Repl 2021-04-19
The following shell script:
for (var i=0; i<200;i++) { db.t.insert({a:1}); } cur = db.t.find().limit(100).batchSize(10); res = cur.toArray();
fails in "getMore" with:
"errmsg" : "Cannot pass in API parameter field apiVersion"
- is related to
-
SERVER-49380 mongo shell changes for MongoDB Stable API
- Closed
-
SERVER-55614 Permit Versioned API options for getMore and transaction-continuing commands
- Closed
- related to
-
SERVER-55891 Create apiVersion test suites
- Closed