-
Notifications
You must be signed in to change notification settings - Fork 532
RUBY-2682 RUBY-2443 test that driver closes cursors left open by server when result set is fully iterated #2378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
25703d2
e1d0dd7
79b7154
3203887
4870b33
70c67ec
97e3a9e
c11872e
77544e7
ef8fa2d
18b1ef9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,8 +69,7 @@ tests: | |
command: | ||
getMore: { $$type: [ int, long ] } | ||
collection: *collection0Name | ||
# https://jira.mongodb.org/browse/RUBY-2443 | ||
batchSize: 3 | ||
batchSize: 1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This test was not consistent with the specs because of how we implemented Additionally, it seems that RUBY-2443 can be closed as fixed from this PR. Although, I'm not sure we implemented number_returned exactly how that ticket suggested. (Although, they also seem to default to 0) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
commandName: getMore | ||
databaseName: *database0Name | ||
- commandSucceededEvent: | ||
|
Uh oh!
There was an error while loading. Please reload this page.