-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Many of the CRUD bulkWrite JSON spec tests currently fail and/or are flaky. The problematic tests are:
/crud/unified/bulkWrite-deleteOne-let/"BulkWrite deleteOne with let option unsupported (server-side error)" /crud/unified/bulkWrite-replaceOne-let/"BulkWrite replaceOne with let option unsupported (server-side error)" /crud/unified/bulkWrite-updateMany-let/"BulkWrite updateMany with let option unsupported (server-side error)" /crud/unified/bulkWrite-updateOne-let/"BulkWrite updateOne with let option unsupported (server-side error)"
The tests fail with this error:
error: expected error, but no error
They are currently being skipped, so to work on them, it will first be necessary to remove them from .evergreen/skip-tests.txt and run a patch build to determine the current failure mode(s).