Skip to content

Commit d427195

Browse files
install mongodb-client-encryption
1 parent 727eae7 commit d427195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/run-socks5-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232
"$PYTHON_BINARY" "$SOCKS5_SERVER_SCRIPT" --port 1080 --auth username:p4ssw0rd --map "127.0.0.1:12345 to $FIRST_HOST" &
3333
SOCKS5_PROXY_PID=$!
3434
if [[ $TEST_SOCKS5_CSFLE == "true" ]]; then
35+
npm i --force mongodb-client-encryption@alpha
3536
[ "$SSL" == "nossl" ] && [[ "$OSTYPE" == "linux-gnu"* ]] && \
3637
env MONGODB_URI='mongodb://127.0.0.1:12345/?proxyHost=127.0.0.1&proxyUsername=username&proxyPassword=p4ssw0rd' \
3738
bash "${PROJECT_DIRECTORY}/.evergreen/run-custom-csfle-tests.sh"
@@ -44,6 +45,7 @@ kill $SOCKS5_PROXY_PID
4445
"$PYTHON_BINARY" "$SOCKS5_SERVER_SCRIPT" --port 1081 --map "127.0.0.1:12345 to $FIRST_HOST" &
4546
SOCKS5_PROXY_PID=$!
4647
if [[ $TEST_SOCKS5_CSFLE == "true" ]]; then
48+
npm i --force mongodb-client-encryption@alpha
4749
[ "$SSL" == "nossl" ] && [[ "$OSTYPE" == "linux-gnu"* ]] && \
4850
env MONGODB_URI='mongodb://127.0.0.1:12345/?proxyHost=127.0.0.1&proxyPort=1081' \
4951
bash "${PROJECT_DIRECTORY}/.evergreen/run-custom-csfle-tests.sh"

0 commit comments

Comments
 (0)