-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Spec Test Coverage
The crud spec specifies two prose tests. We have not implemented #1 in the driver, and #2 needs a closer look to ensure we are covering what we are supposed to.
Acceptance Criteria
- Fix test #2 to ensure we are actually testing what is meant by WriteError
- Currently, there are two tests: one for a MongoServerError on a single insert, and one for MongoBulkWriteError for an insertMany
- Open question: which error class(es) should we actually be testing?
- Implement test #1 as written
- is related to
-
NODE-3719 Review spec test files and identify any missing prose tests
- Closed