Add note about starting port server out of band (#28012)

pull/28028/head
Richard Belleville 3 years ago committed by GitHub
parent 38340ed694
commit 8f50d574fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/internal_ci/windows/grpc_run_tests_matrix.bat

@ -20,6 +20,9 @@ If Not "%RUN_TESTS_FLAGS%"=="%RUN_TESTS_FLAGS:python=%" (
)
call tools/internal_ci/helper_scripts/prepare_build_windows.bat || exit /b 1
@rem TODO(https://github.com/grpc/grpc/issues/28011): Remove once Windows Kokoro workers'
@rem Python installs have been upgraded. Currently, removing this line will cause
@rem run_tests.py to fail to spawn test subprocesses.
python3 tools/run_tests/start_port_server.py
python3 tools/run_tests/run_tests_matrix.py %RUN_TESTS_FLAGS%

Loading…
Cancel
Save