-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(NODE-4185): Allow opting out of disk use on cursor builder #3230
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
Conversation
I can't tell if/where to add tests. |
Hey @lerouxb and @addaleax - the Node team discussed this work yesterday during our triage. The Node driver currently doesn't pass along a value for |
Talked with @baileympearson on Slack, it seems like #3231 makes this appear like something that’s already done, but in reality the tests there don’t test the builder API, only the options object API, so we do still want this 🙂 |
Yup. We still want to make this change, but we should add tests for the new options. I think the tests should go in As far as testing this option, we can use command monitoring on the MongoClient to ensure that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add tests for this new function? See my previous comment. I'm just requesting changes for visibility on this PR 😄
See also:
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>