File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ check_mongocryptd() {
120
120
}
121
121
122
122
# TODO: run all tests.
123
- TEST_ARGS=" $TEST_ARGS -l /client_side_encryption/kmipKMS "
123
+ TEST_ARGS=" $TEST_ARGS -l /client_side_encryption/* "
124
124
125
125
export MONGOC_TEST_MONITORING_VERBOSE=on
126
126
@@ -142,6 +142,7 @@ if [ "$CLIENT_SIDE_ENCRYPTION" = "on" ]; then
142
142
wait_for_kms_server 7999
143
143
wait_for_kms_server 8000
144
144
wait_for_kms_server 8001
145
+ wait_for_kms_server 5698
145
146
echo " Waiting for mock KMS servers to start... done."
146
147
fi
147
148
@@ -168,12 +169,6 @@ if [ "$LOADBALANCED" != "noloadbalanced" ]; then
168
169
TEST_ARGS=" $TEST_ARGS -l /command_monitoring/unified/*"
169
170
fi
170
171
171
- echo " sleeping for 120 seconds to wait for KMS server"
172
- ps aux
173
- sleep 120
174
- ps aux
175
- curl localhost:5698 || true
176
-
177
172
case " $OS " in
178
173
cygwin* )
179
174
export PATH=$PATH :/cygdrive/c/mongodb/bin:/cygdrive/c/libmongocrypt/bin
You can’t perform that action at this time.
0 commit comments