Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helloworld_test to work on hosts without IPv6 #185

Closed
wants to merge 1 commit into from

Commits on Jan 12, 2019

  1. Fix helloworld_test to work on hosts without IPv6

    Saw this in the logs after we migrated to run all CI jobs in Docker containers:
    
    ```
    Started server on port 34711
    thread 'test_client_server' panicked at ''message: "Hello world"' not found in 'Err(Http(ClientDied(Some(IoError(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })))))
    '', external/examples/proto/helloworld/helloworld_test.rs:112:5
    note: Run with `RUST_BACKTRACE=1` for a backtrace.
    ```
    (from https://storage.googleapis.com/bazel-untrusted-buildkite-artifacts/9488b198-a478-4957-b975-e73ac35e3108/xamples/proto/helloworld/helloworld_test/attempt_1.log)
    philwo committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    2ec1534 View commit details
    Browse the repository at this point in the history