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

Run more tests concurrently in CI

Open jyemin opened this issue 4 months ago • 3 comments

Make these suites run concurrently on the main matrices

  • driver-sync
  • driver-reactive-streams
  • driver-core
  • driver-legacy

Additionally, run unit tests once per JDK rather than on every MongoDB deployment variant

  • bson
  • mongodb-crypt

JAVA-5628

Patch builds show that the slowest task drops from ~45 minutes to ~20 minutes

jyemin avatar Sep 25 '24 13:09 jyemin