We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46986b6 commit 71e031aCopy full SHA for 71e031a
.evergreen/scripts/setup_tests.py
@@ -176,6 +176,7 @@ def handle_test_env() -> None:
176
AUTH = "noauth"
177
178
if test_name == "data_lake":
179
+ # Stop any running mongo-orchestration which might be using the port.
180
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh")
181
run_command(f"bash {DRIVERS_TOOLS}/.evergreen/atlas_data_lake/setup.sh")
182
AUTH = "auth"
0 commit comments