Skip to content

Conversation

@baileympearson
Copy link
Contributor

Description

Summary of Changes

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Release notes highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

await client.connect();

await configureFailPoint(this.configuration, {
configureFailPoint: 'failCommand',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a version check around these tests?

From #4759 (comment)

failCommand requires 4.4+ servers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually yes. This PR is a work in progress (sorry if that wasn't clear, we usually mark PRs like this as WIP in the title and add the label). This won't merge for while yet (the design isn't finished, and then the spec needs to be implemented)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants