Description
test_collection.TestCollection.test_acknowledged_delete is failing on latest because of the changes in SERVER-63201:
[2022/04/12 23:26:12.028] FAIL [0.028s]: test_acknowledged_delete (test_collection.TestCollection)
|
[2022/04/12 23:26:12.028] ----------------------------------------------------------------------
|
[2022/04/12 23:26:12.028] Traceback (most recent call last):
|
[2022/04/12 23:26:12.028] File "/data/mci/be9c9976809b0815c147ee525ca92de1/src/test/test_collection.py", line 1429, in test_acknowledged_delete
|
[2022/04/12 23:26:12.028] self.assertRaises(OperationFailure, db.test.delete_one, {"x": 1})
|
[2022/04/12 23:26:12.028] AssertionError: OperationFailure not raised by delete_one
|
Attachments
Issue Links
- is caused by
-
SERVER-63201 Relax restriction of deletion ops in applyOps command.
-
- Closed
-