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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Improved Bulk Write API #1509

wants to merge 10 commits into from

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

Choose a reason for hiding this comment

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

- Add sync and coroutine Bulk Write API.
- Enable unified spec tests.

JAVA-5532
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