-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(NODE-6493): CSOT clean ups and sync runCursorCommand test #4309
Conversation
test/unit/explain.test.ts
Outdated
const cursor = new FindCursor( | ||
new MongoClient('mongodb://localhost:27027'), | ||
MongoDBNamespace.fromString('foo.bar'), | ||
{}, | ||
{} | ||
); | ||
|
||
it('parseTimeoutOptions()', function () { | ||
it('resolveExplainTimeoutOptions(no arguments)', function () { |
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.
as long as we're improving this, can we update all these to actually be meaningful? e.g. does not set timeout or explain when no arguments are provided
, sets only timeout when only timeoutMS is provided
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.
Updated!
804f996
to
4265508
Compare
I was able to unskip some of the tests that were marked with the closed cursor ticket, the two that are still skipped are related to the |
Description
What is changing?
Is there new documentation needed for these changes?
What is the motivation for this change?
Remaining cleanups for CSOT branch
Release Highlight
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript