Skip to content

Revert "all: let interop test use shaded dependency correctly (#6780)"#6791

Merged
dapengzhang0 merged 1 commit intogrpc:masterfrom
dapengzhang0:revert
Mar 2, 2020
Merged

Revert "all: let interop test use shaded dependency correctly (#6780)"#6791
dapengzhang0 merged 1 commit intogrpc:masterfrom
dapengzhang0:revert

Conversation

@dapengzhang0
Copy link
Copy Markdown
Contributor

@dapengzhang0 dapengzhang0 commented Mar 2, 2020

This reverts commit c5f48b8.

Revert because caused a regression in the ALTS tests. https://source.cloud.google.com/results/invocations/691d9965-fea1-487d-b606-352a5234039e/targets/grpc%2Fcore%2Fpull_request%2Flinux%2Fgrpc_interop_toprod/log

2020-03-01 20:02:12,491 Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/SystemUtils
at io.grpc.alts.CheckGcpEnvironment.isRunningOnGcp(CheckGcpEnvironment.java:69)
at io.grpc.alts.CheckGcpEnvironment.isOnGcp(CheckGcpEnvironment.java:44)
at io.grpc.alts.ComputeEngineChannelBuilder.(ComputeEngineChannelBuilder.java:62)
at io.grpc.alts.ComputeEngineChannelBuilder.forTarget(ComputeEngineChannelBuilder.java:72)
at io.grpc.alts.ComputeEngineChannelBuilder.forAddress(ComputeEngineChannelBuilder.java:77)
at io.grpc.testing.integration.TestServiceClient$Tester.createChannel(TestServiceClient.java:399)
at io.grpc.testing.integration.AbstractInteropTest.setUp(AbstractInteropTest.java:309)
at io.grpc.testing.integration.TestServiceClient.setUp(TestServiceClient.java:198)
at io.grpc.testing.integration.TestServiceClient.main(TestServiceClient.java:56)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.SystemUtils
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 9 more

@dapengzhang0 dapengzhang0 requested a review from ejona86 March 2, 2020 18:00
@ejona86
Copy link
Copy Markdown
Member

ejona86 commented Mar 2, 2020

This reverts #6780.

@dapengzhang0 dapengzhang0 merged commit 1df7d7e into grpc:master Mar 2, 2020
dapengzhang0 added a commit that referenced this pull request Mar 5, 2020
First rolls forward #6791, then fixes the issue of missing transitive dependency for the shadow configuration.
dfawley pushed a commit to dfawley/grpc-java that referenced this pull request Jan 15, 2021
First rolls forward grpc#6791, then fixes the issue of missing transitive dependency for the shadow configuration.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants