George Barnett b76f4b4d69 Re-format code před 2 roky
..
README.md d2c0fce9c1 Add the connection backoff interop test (#557) před 6 roky
main.swift b76f4b4d69 Re-format code před 2 roky

README.md

gRPC Connection Backoff Interoperability Test

This module implements the gRPC connection backoff interoperability test as described in the specification.

Running the Test

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.

  1. Start the server: ./path/to/server --control_port=8080 --retry_port=8081
  2. Start the test: swift run ConnectionBackoffInteropTestRunner 8080 8081

The test takes approximately 10 minutes to complete and logs are written to stderr.