[CSHARP-2258] Spec tests should use the same format for bulk writes Created: 02/May/18  Updated: 28/Oct/23  Resolved: 09/Dec/19

Status: Closed
Project: C# Driver
Component/s: Testing
Affects Version/s: None
Fix Version/s: 2.10.0

Type: Improvement Priority: Major - P3
Reporter: Rathi Gnanasekaran Assignee: Mikalai Mazurenka (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
is depended on by DRIVERS-480 Spec tests should use the same format... Closed
Gantt Dependency
has to be done before CSHARP-2517 Re-sync APM tests for removed upsert/... Closed

 Description   

There are three changes, the first two are breaking.

The two breaking changes are in three command-monitoring tests: "bulkWrite.yml", "unacknowledgedBulkWrite.yml" and "insertMany.yml":

https://github.com/mongodb/specifications/commit/bebf9b688f64afdec46a860f102bad0841b04c02

The format of the "requests" array and "ordered" option changes from this:

    operation:
      name: "bulkWrite"
      arguments:
        requests:
          - insertOne: 
              document: { _id: 4, x: 44 }
        ordered: false

To this:

    operation:
      name: "bulkWrite"
      arguments:
        requests:
          - name: "insertOne"
            arguments:
              document: { _id: 4, x: 44 }
        options:
          ordered: false

This brings Command Monitoring tests in line with the Retryable Writes and forthcoming Transactions tests.

The non-breaking change is in the Retryable Writes tests:

https://github.com/mongodb/specifications/commit/c0ce96daac5661f2603bfa52c9b3f683c176a292

Before, the tests said in prose that all MongoClients should be created with retryWrites=true. Now, the tests include the following YAML:

        clientOptions:
            retryWrites: true

The clientOptions are the same for all Retryable Writes tests. Interpreting this field now will prepare you for the Transactions tests, which make real use of the field.



 Comments   
Comment by Githook User [ 09/Dec/19 ]

Author:

{'name': 'Mikalai Mazurenka', 'username': 'MikalaiMazurenka', 'email': 'mikalai.mazurenka@mongodb.com'}

Message: CSHARP-2258: Spec tests should use the same format for bulk writes
Branch: master
https://github.com/mongodb/mongo-csharp-driver/commit/06a2ad3b1ec543e7aca8396d35b340d4face8419

Generated at Wed Feb 07 21:42:02 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.