Skip to content

Commit

Permalink
add cases in 'atlas-data-lake-testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanQingyangXu committed Oct 30, 2024
1 parent 084ee0b commit 1b02cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/atlas-data-lake-testing/tests/unified/getMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"collection": {
"$$type": "string"
},
"batchSize": 1
"batchSize": 3
},
"commandName": "getMore",
"databaseName": "cursors"
Expand Down
2 changes: 1 addition & 1 deletion source/atlas-data-lake-testing/tests/unified/getMore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:
getMore: { $$type: [ int, long ] }
# collection name will be an internal identifier
collection: { $$type: string }
batchSize: 1
batchSize: 3
commandName: getMore
# mongohoused always expects getMores on the "cursors" database
databaseName: cursors

0 comments on commit 1b02cc2

Please sign in to comment.