File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 32
32
" $PYTHON_BINARY " " $SOCKS5_SERVER_SCRIPT " --port 1080 --auth username:p4ssw0rd --map " 127.0.0.1:12345 to $FIRST_HOST " &
33
33
SOCKS5_PROXY_PID=$!
34
34
if [[ $TEST_SOCKS5_CSFLE == " true" ]]; then
35
+ npm i --force mongodb-client-encryption@alpha
35
36
[ " $SSL " == " nossl" ] && [[ " $OSTYPE " == " linux-gnu" * ]] && \
36
37
env MONGODB_URI=' mongodb://127.0.0.1:12345/?proxyHost=127.0.0.1&proxyUsername=username&proxyPassword=p4ssw0rd' \
37
38
bash " ${PROJECT_DIRECTORY} /.evergreen/run-custom-csfle-tests.sh"
@@ -44,6 +45,7 @@ kill $SOCKS5_PROXY_PID
44
45
" $PYTHON_BINARY " " $SOCKS5_SERVER_SCRIPT " --port 1081 --map " 127.0.0.1:12345 to $FIRST_HOST " &
45
46
SOCKS5_PROXY_PID=$!
46
47
if [[ $TEST_SOCKS5_CSFLE == " true" ]]; then
48
+ npm i --force mongodb-client-encryption@alpha
47
49
[ " $SSL " == " nossl" ] && [[ " $OSTYPE " == " linux-gnu" * ]] && \
48
50
env MONGODB_URI=' mongodb://127.0.0.1:12345/?proxyHost=127.0.0.1&proxyPort=1081' \
49
51
bash " ${PROJECT_DIRECTORY} /.evergreen/run-custom-csfle-tests.sh"
You can’t perform that action at this time.
0 commit comments