Skip to content

Commit 64c030f

Browse files
authored
Implement prose tests checking that neither mongocryptd nor its client are created when they are not supposed to be (#1113)
JAVA-4741 JAVA-4794
1 parent a176a6b commit 64c030f

11 files changed

+621
-516
lines changed

.evergreen/run-csfle-tests-with-mongocryptd.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ echo "Running tests with Java ${JAVA_VERSION}"
6464
${GRADLE_EXTRA_VARS} \
6565
--stacktrace --info --continue \
6666
driver-legacy:test \
67-
--tests com.mongodb.ClientSideEncryptionLegacyTest \
67+
--tests "*.Client*Encryption*" \
6868
driver-sync:test \
69-
--tests com.mongodb.client.ClientSideEncryptionTest \
70-
--tests com.mongodb.client.unified.ClientSideEncryptionTest \
69+
--tests "*.Client*Encryption*" \
7170
driver-reactive-streams:test \
72-
--tests com.mongodb.reactivestreams.client.ClientSideEncryptionTest \
73-
--tests com.mongodb.reactivestreams.client.unified.ClientSideEncryptionTest \
71+
--tests "*.Client*Encryption*" \
7472
driver-scala:integrationTest \
75-
--tests org.mongodb.scala.ClientSideEncryptionTest
73+
--tests "*.Client*Encryption*"

0 commit comments

Comments
 (0)