Remove assertion for verbose result (#1835) by vbabanin · Pull Request #1850 · mongodb/mongo-java-driver

@vbabanin

- Remove an assertion that was failing due to server bug SERVER-113344 where successful operation results are unexpectedly returned in the cursor when verbose results are disabled.
- Add unit tests for JAVA-6001 and JAVA-5986.

JAVA-6001
JAVA-5986
---------
Co-authored-by: Ross Lawley <ross@mongodb.com>

(cherry picked from commit 96d0c6b)

@vbabanin self-assigned this

Dec 3, 2025

@vbabanin

@vbabanin vbabanin marked this pull request as ready for review

December 4, 2025 00:33

stIncMale