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

gRPC interop: per_rpc_creds test fails #891

Open
stevej opened this issue Jan 5, 2017 · 0 comments
Open

gRPC interop: per_rpc_creds test fails #891

stevej opened this issue Jan 5, 2017 · 0 comments
Labels

Comments

@stevej
Copy link

stevej commented Jan 5, 2017

Running the grpc-java interop test suite through linkerd results in a failure

INFO: [io.grpc.internal.ManagedChannelImpl-1] Created with target directaddress:https:///proxy-test-4b/10.240.0.10:
4141
Running test per_rpc_creds
Jan 05, 2017 8:48:35 PM io.grpc.internal.ManagedChannelImpl maybeTerminateChannel
INFO: [io.grpc.internal.ManagedChannelImpl-1] Terminated
Exception in thread "main" java.lang.NullPointerException
        at java.io.File.<init>(File.java:277)
        at io.grpc.testing.integration.TestServiceClient.runTest(TestServiceClient.java:260)
        at io.grpc.testing.integration.TestServiceClient.run(TestServiceClient.java:200)
        at io.grpc.testing.integration.TestServiceClient.main(TestServiceClient.java:84)
Shutting down```
@olix0r olix0r added the gRPC label Jan 6, 2017
Tim-Brooks pushed a commit to Tim-Brooks/linkerd that referenced this issue Dec 20, 2018
The proxy's Dockerfile is split into stages: build and runtime.
The build stage includes all of the intermdiate build information, and
the runtime image discards these layers with a small production-ready
image.

In order to improve docker build times, we can save this build layer to
be reused.

This reduces the docker build of the proxy in CI from 15 minutes to
about 7.5 minutes (when the proxy is not changed).
Tim-Brooks pushed a commit to Tim-Brooks/linkerd that referenced this issue Dec 20, 2018
PR linkerd#891 introduced a change that broke the formatting of .travis.yml for
docker deployments.

This change resolves it.

Fixes linkerd#931
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants