-
Type: Bug
-
Resolution: Unresolved
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
Detailed steps to reproduce the problem?
When a bulk write command fails with with a top-level command error or a connection error (eg AutoReconnect)? The coll.bulk_write api suffers from a problem where any batch that fails with such an error (after retries) will abandon the bulk write exception and raise AutoReconnect directly, thus losing information about previous batches that could have succeeded.
Definition of done: what must be done to consider the task complete?
Add the above behavior, and remove the skips added in PYTHON-4242.
- related to
-
PYTHON-4242 Convert retryable writes spec tests to unified test format
- Closed