mongo-java-driver icon indicating copy to clipboard operation
mongo-java-driver copied to clipboard

Implement splitting and encoding `ops`, `nsInfo` as separate `OP_MSG` sections, implement prose tests

Open stIncMale opened this issue 1 year ago • 0 comments

The first four commits are well-organized to allow reviewing them one by one.

This PR depends on https://github.com/mongodb/mongo-java-driver/pull/1486.

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

  • com.mongodb.client.CrudProseTest
  • com.mongodb.client.AbstractClientSideOperationsTimeoutProseTest

JAVA-5529 JAVA-5610

stIncMale avatar Sep 09 '24 07:09 stIncMale