File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
22
22
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
23
23
24
24
./gradlew --stacktrace --info -Dorg.mongodb.test.uri=${MONGODB_URI} \
25
- --no-build-cache driver-sync:cleanTest driver-sync:test --tests ClientSideEncryptionAwsCredentialFromEnvironmentTest
25
+ driver-sync:cleanTest driver-sync:test --tests ClientSideEncryptionAwsCredentialFromEnvironmentTest
26
26
first=$?
27
27
echo $first
28
28
29
29
./gradlew --stacktrace --info -Dorg.mongodb.test.uri=${MONGODB_URI} \
30
- --no-build-cache driver-reactive-streams:cleanTest driver-reactive-streams:test --tests ClientSideEncryptionAwsCredentialFromEnvironmentTest
30
+ driver-reactive-streams:cleanTest driver-reactive-streams:test --tests ClientSideEncryptionAwsCredentialFromEnvironmentTest
31
31
second=$?
32
32
echo $second
33
33
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ export KMS_TLS_ERROR_TYPE=${KMS_TLS_ERROR_TYPE}
24
24
25
25
./gradlew --stacktrace --info ${GRADLE_EXTRA_VARS} -Dorg.mongodb.test.uri=${MONGODB_URI} \
26
26
-Dorg.mongodb.test.kms.tls.error.type=${KMS_TLS_ERROR_TYPE} \
27
- --no-build-cache driver-sync:cleanTest driver-sync:test --tests ClientSideEncryptionKmsTlsTest
27
+ driver-sync:cleanTest driver-sync:test --tests ClientSideEncryptionKmsTlsTest
28
28
first=$?
29
29
echo $first
30
30
31
31
./gradlew --stacktrace --info ${GRADLE_EXTRA_VARS} -Dorg.mongodb.test.uri=${MONGODB_URI} \
32
32
-Dorg.mongodb.test.kms.tls.error.type=${KMS_TLS_ERROR_TYPE} \
33
- --no-build-cache driver-reactive-streams:cleanTest driver-reactive-streams:test --tests ClientSideEncryptionKmsTlsTest
33
+ driver-reactive-streams:cleanTest driver-reactive-streams:test --tests ClientSideEncryptionKmsTlsTest
34
34
second=$?
35
35
echo $second
36
36
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ echo "Running tests with Java ${JAVA_VERSION}"
28
28
# to run cleanTest to ensure that the test actually executes each run
29
29
./gradlew -PjavaVersion=" ${JAVA_VERSION} " -Dorg.mongodb.test.uri=" ${MONGODB_URI} " \
30
30
-Dorg.mongodb.test.aws.credential.provider=" ${AWS_CREDENTIAL_PROVIDER} " \
31
- --stacktrace --debug --info --no-build-cache driver-core:cleanTest driver-core:test --tests AwsAuthenticationSpecification
31
+ --stacktrace --debug --info driver-core:cleanTest driver-core:test --tests AwsAuthenticationSpecification
Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ REPLACEMENT="mongodb://$OIDC_ADMIN_USER:$OIDC_ADMIN_PWD@"
50
50
ADMIN_URI=${MONGODB_URI/ $TO_REPLACE / $REPLACEMENT }
51
51
52
52
./gradlew -Dorg.mongodb.test.uri=" $ADMIN_URI " \
53
- --stacktrace --debug --info --no-build-cache driver-core:cleanTest \
53
+ --stacktrace --debug --info driver-core:cleanTest \
54
54
driver-sync:test --tests OidcAuthenticationProseTests --tests UnifiedAuthTest \
55
55
driver-reactive-streams:test --tests OidcAuthenticationAsyncProseTests \
You can’t perform that action at this time.
0 commit comments