Skip to content

Commit 1c1b6e1

Browse files
more
1 parent b142b09 commit 1c1b6e1

File tree

6 files changed

+238
-501
lines changed

6 files changed

+238
-501
lines changed

.evergreen/run-socks5-proxy-test.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ FEATURE_FLAGS+=("socks5-proxy")
99
CARGO_OPTIONS+=("--ignore-default-filter")
1010

1111
# with auth
12-
$PYTHON3 .evergreen/socks5srv.py --port 1080 --auth "username:p4ssw0rd" --map "localhost:12345 to localhost:27017" &
12+
$PYTHON3 $DRIVERS_TOOLS/.evergreen/socks5srv.py --port 1080 --auth "username:p4ssw0rd" --map "localhost:12345 to localhost:27017" &
1313
AUTH_PID=$!
1414
# without auth
15-
$PYTHON3 .evergreen/socks5srv.py --port 1081 --map "localhost:12345 to localhost:27017" &
15+
$PYTHON3 $DRIVERS_TOOLS/.evergreen/socks5srv.py --port 1081 --map "localhost:12345 to localhost:27017" &
1616
NOAUTH_PID=$!
1717

18-
echo "testing socks5proxy with URI $MONGODB_URI"
19-
2018
set +o errexit
2119

2220
cargo_test socks5_proxy

.evergreen/socks5srv.py

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)