Skip to content
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

fix(NODE-3565): Error for insertMany with partially empty array is unhelpful #3221

Merged
merged 14 commits into from May 5, 2022

Commits on Apr 27, 2022

  1. chore(NODE-3565): Error for insertMany with partially empty array is …

    …unhelpful
    Kwabena Ampofo committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0a668ee View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. write tests for code changes

    Kwabena Ampofo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7ce28fc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Delete unecessary test

    Kwabena Ampofo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    73cb6fb View commit details
    Browse the repository at this point in the history
  2. address comments, code clean up

    Kwabena Ampofo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    adffcfc View commit details
    Browse the repository at this point in the history
  3. Clean up tests address comments

    Kwabena Ampofo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c1d88f7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Close clients properly to fix evergreen time-outs

    Kwabena Ampofo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    4524a71 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    Kwabena Ampofo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    b16ced4 View commit details
    Browse the repository at this point in the history
  3. Update test to be more specific

    Kwabena Ampofo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    52af24c View commit details
    Browse the repository at this point in the history
  4. Remove .only from test

    Kwabena Ampofo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f7cce97 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Throw specific error in the case of a sparse array, create new test t…

    …o check the expected error message has not been changed, fix grammar issues
    Kwabena Ampofo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d1e0224 View commit details
    Browse the repository at this point in the history
  2. Remove unecessary comment, and .only from test

    Kwabena Ampofo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    77f18aa View commit details
    Browse the repository at this point in the history
  3. Address comments

    Kwabena Ampofo committed May 4, 2022
    Configuration menu
    Copy the full SHA
    deb3196 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. improve test wording

    Kwabena Ampofo committed May 5, 2022
    Configuration menu
    Copy the full SHA
    691fb79 View commit details
    Browse the repository at this point in the history
  2. Fix test description to match convention

    Kwabena Ampofo committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d36af4b View commit details
    Browse the repository at this point in the history