We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c404ef commit ea6a4aaCopy full SHA for ea6a4aa
1 file changed
interop-testing/src/main/java/io/grpc/testing/integration/TestServiceClient.java
@@ -565,7 +565,7 @@ private void runTest(TestCases testCase) throws Exception {
565
}
566
567
case MAX_CONCURRENT_STREAMS_CONNECTION_SCALING: {
568
- tester.testMcs(TestServiceGrpc.newStub(tester.createChannelBuilder().build()));
+ tester.testMcs();
569
break;
570
571
default:
@@ -1076,7 +1076,7 @@ Object take() throws InterruptedException {
1076
1077
1078
1079
- public void testMcs(TestServiceGrpc.TestServiceStub asyncStub) throws Exception {
+ public void testMcs() throws Exception {
1080
final Object lastItem = new Object();
1081
StreamingOutputCallResponseObserver responseObserver1 =
1082
new StreamingOutputCallResponseObserver(lastItem);
0 commit comments