Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Bulk Write API #1509

Merged
merged 16 commits into from
Jan 9, 2025
Merged

Improved Bulk Write API #1509

merged 16 commits into from
Jan 9, 2025

Conversation

stIncMale
Copy link
Member

@stIncMale stIncMale commented Sep 24, 2024

The following test runners execute the unified and prose tests added in this PR:

  • com.mongodb.client.AbstractClientSideOperationsTimeoutProseTest
  • com.mongodb.client.unified.VersionedApiTest
  • com.mongodb.client.unified.UnifiedTransactionsTest
  • com.mongodb.client.unified.ServerSelectionLoggingTest
  • com.mongodb.client.unified.UnifiedRetryableWritesTest
  • com.mongodb.client.unified.CommandMonitoringTest
  • com.mongodb.client.unified.UnifiedCrudTest
  • com.mongodb.client.CrudProseTest

JAVA-4586:

JAVA-5527
DRIVERS-2975

---------

Co-authored-by: Viacheslav Babanin <frest0512@gmail.com>
@stIncMale stIncMale self-assigned this Sep 24, 2024
…1486)

JAVA-5528, JAVA-5609

---------

Co-authored-by: Viacheslav Babanin <frest0512@gmail.com>
@jyemin jyemin marked this pull request as draft November 18, 2024 22:01
… sections, implement prose tests (#1495)

JAVA-5529
JAVA-5610
JAVA-5695

---------

Co-authored-by: Viacheslav Babanin <frest0512@gmail.com>
Co-authored-by: Jeff Yemin <jeff.yemin@mongodb.com>
stIncMale and others added 4 commits November 29, 2024 14:56
- Created and documented the new Reactive Bulk Write API.
- Enabled unified and prose tests for reactive Bulk Write API.

JAVA-5530
---------

Co-authored-by: Valentin Kovalenko <valentin.male.kovalenko@gmail.com>
@@ -125,7 +125,7 @@ public final class ClusterFixture {
private static final String MONGODB_OCSP_SHOULD_SUCCEED = "org.mongodb.test.ocsp.tls.should.succeed";
private static final String DEFAULT_DATABASE_NAME = "JavaDriverTest";
private static final int COMMAND_NOT_FOUND_ERROR_CODE = 59;
public static final long TIMEOUT = 60L;
public static final long TIMEOUT = 120L;
Copy link
Member Author

@stIncMale stIncMale Jan 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigation ticket has been created https://jira.mongodb.org/browse/JAVA-5738.

@stIncMale stIncMale marked this pull request as ready for review January 9, 2025 16:56
@stIncMale stIncMale requested a review from vbabanin January 9, 2025 17:00
Copy link
Member

@vbabanin vbabanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We checked that there are no build warnings and all TODOs have tickets linked.

@vbabanin vbabanin merged commit 355c6ea into main Jan 9, 2025
60 checks passed
@stIncMale stIncMale deleted the JAVA-4586_bulk-write branch January 10, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants