-
- Downloads
Testing port server
run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
Showing
- BUILD 18 additions, 14 deletionsBUILD
- Makefile 6 additions, 6 deletionsMakefile
- build.json 6 additions, 7 deletionsbuild.json
- gRPC.podspec 9 additions, 11 deletionsgRPC.podspec
- src/core/httpcli/httpcli.c 29 additions, 42 deletionssrc/core/httpcli/httpcli.c
- src/core/httpcli/httpcli.h 12 additions, 2 deletionssrc/core/httpcli/httpcli.h
- src/core/httpcli/httpcli_security_connector.c 47 additions, 2 deletionssrc/core/httpcli/httpcli_security_connector.c
- src/core/httpcli/httpcli_security_connector.h 0 additions, 43 deletionssrc/core/httpcli/httpcli_security_connector.h
- src/core/security/credentials.c 2 additions, 2 deletionssrc/core/security/credentials.c
- src/core/security/jwt_verifier.c 2 additions, 2 deletionssrc/core/security/jwt_verifier.c
- test/core/httpcli/httpcli_test.c 2 additions, 2 deletionstest/core/httpcli/httpcli_test.c
- test/core/security/credentials_test.c 3 additions, 3 deletionstest/core/security/credentials_test.c
- test/core/security/jwt_verifier_test.c 5 additions, 5 deletionstest/core/security/jwt_verifier_test.c
- test/core/util/port_posix.c 66 additions, 0 deletionstest/core/util/port_posix.c
- tools/doxygen/Doxyfile.core.internal 6 additions, 7 deletionstools/doxygen/Doxyfile.core.internal
- tools/run_tests/jobset.py 14 additions, 14 deletionstools/run_tests/jobset.py
- tools/run_tests/port_server.py 105 additions, 0 deletionstools/run_tests/port_server.py
- tools/run_tests/run_tests.py 44 additions, 2 deletionstools/run_tests/run_tests.py
- tools/run_tests/sources_and_headers.json 9 additions, 2 deletionstools/run_tests/sources_and_headers.json
- vsprojects/grpc/grpc.vcxproj 9 additions, 10 deletionsvsprojects/grpc/grpc.vcxproj
Loading
Please register or sign in to comment