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

@vbabanin

@vbabanin self-assigned this

Nov 1, 2025

@vbabanin vbabanin changed the title Remove assertion. Remove assertion for verbose result

Nov 1, 2025

stIncMale

vbabanin

@vbabanin vbabanin marked this pull request as ready for review

November 13, 2025 22:36

@vbabanin

…tBulkWriteOperationTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

@rozza

stIncMale

@vbabanin

stIncMale

@vbabanin

vbabanin added a commit to vbabanin/mongo-java-driver that referenced this pull request

Dec 3, 2025
- 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)

nhachicha pushed a commit that referenced this pull request

Jan 19, 2026
- 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>