Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-6329

Implement Happy Path Client Bulk Write

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 6.10.0
    • Affects Version/s: None
    • Component/s: None
    • Hide

      Create a copy of the Kickoff Template with the issue key (NODE-XXX) in the filename and share a link to the new doc via this field.

      Show
      Create a copy of the Kickoff Template with the issue key (NODE-XXX) in the filename and share a link to the new doc via this field.
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Implement the happy path for the new client bulk write:

      AC:

      • Implement MongoClient#bulkWrite which takes an array of ClientBulkWriteModels and ClientBulkWriteOptions.
      • Implement the ClientBulkWriteOperation and ClientBulkWriteCursor that extends the AbstractCursor.
      • Ensure the operation exhausts the cursor and constructs the appropriate result given the provided options: SummaryClientBulkWriteResult, VerboseClientBulkWriteResult, UnacknowledgedBulkWriteResult.

      Test:

      • Sync the bulk write unified tests and skip all tests not related to the happy path.

            Assignee:
            durran.jordan@mongodb.com Durran Jordan
            Reporter:
            durran.jordan@mongodb.com Durran Jordan
            Neal Beeken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: