Skip to content

Commit 3dcdeec

Browse files
committed
Cherrypick #38082
1 parent 8044fcb commit 3dcdeec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/logging/GrpcLoggingServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public void testMultipleClientsFailingIsHandledGracefullyByServer() throws Excep
117117
BeamFnLoggingGrpc.newStub(channel)
118118
.logging(
119119
TestStreams.withOnNext(messageDiscarder)
120+
.withOnCompleted(new CountDown(waitForTermination))
120121
.withOnError(new CountDown(waitForTermination))
121122
.build());
122123
outboundObserver.onNext(createLogsWithIds(instructionId, -instructionId));

0 commit comments

Comments
 (0)