-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: Testing
-
None
GODRIVER-2315 recently updated a number of our integration tests for delete , deleteMany and bulk-write deletes that relied on capped collections returning a writeError on attempted deletes. As of 5.3, capped collections now allow deletes, so these tests were capped at server version 5.2.
Add support for these tests on 5.3+ using either failpoints (not possible at the time of writing, see SERVER-51297) or some other method of forcing a writeError.
- depends on
-
SERVER-51297 Allow writeErrors to be specified via failCommand
- Backlog