-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement prose tests checking that neither mongocryptd nor its client are created when they are not supposed to be
#1113
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
Changes from 5 commits
f77fbc8
7925496
2e1a236
0a70bc6
6241f65
5008efc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,12 +64,10 @@ echo "Running tests with Java ${JAVA_VERSION}" | |
| ${GRADLE_EXTRA_VARS} \ | ||
| --stacktrace --info --continue \ | ||
| driver-legacy:test \ | ||
| --tests com.mongodb.ClientSideEncryptionLegacyTest \ | ||
| --tests "*.ClientEncryption*" --tests "*.ClientSideEncryption*" \ | ||
| driver-sync:test \ | ||
| --tests com.mongodb.client.ClientSideEncryptionTest \ | ||
| --tests com.mongodb.client.unified.ClientSideEncryptionTest \ | ||
| --tests "*.ClientEncryption*" --tests "*.ClientSideEncryption*" \ | ||
| driver-reactive-streams:test \ | ||
| --tests com.mongodb.reactivestreams.client.ClientSideEncryptionTest \ | ||
| --tests com.mongodb.reactivestreams.client.unified.ClientSideEncryptionTest \ | ||
| --tests "*.ClientEncryption*" --tests "*.ClientSideEncryption*" \ | ||
| driver-scala:integrationTest \ | ||
| --tests org.mongodb.scala.ClientSideEncryptionTest | ||
| --tests "*.ClientEncryption*" --tests "*.ClientSideEncryption*" | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.