Run gRPC tests with Netty instrumentation (#3166)

This commit is contained in:
Anuraag Agrawal 2021-06-02 18:40:12 +09:00 committed by GitHub
parent be6816489a
commit 698faac39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ dependencies {
library "io.grpc:grpc-core:${grpcVersion}" library "io.grpc:grpc-core:${grpcVersion}"
testInstrumentation project(':instrumentation:netty:netty-4.1:javaagent')
testLibrary "io.grpc:grpc-netty:${grpcVersion}" testLibrary "io.grpc:grpc-netty:${grpcVersion}"
testLibrary "io.grpc:grpc-protobuf:${grpcVersion}" testLibrary "io.grpc:grpc-protobuf:${grpcVersion}"
testLibrary "io.grpc:grpc-services:${grpcVersion}" testLibrary "io.grpc:grpc-services:${grpcVersion}"