|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| README.md | há 6 anos atrás | |
| main.swift | há 2 anos atrás | |
This module implements the gRPC connection backoff interoperability test as described in the specification.
The C++ interoperability test server implements the required server and should
be targeted when running this test. It is available in the main gRPC
repository and may be built using bazel (bazel build
test/cpp/interop:reconnect_interop_server) or one of the other options for
building the C++ source.
./path/to/server --control_port=8080 --retry_port=8081swift run ConnectionBackoffInteropTestRunner 8080 8081The test takes approximately 10 minutes to complete and logs are written to
stderr.