You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/15 17:42:32 UTC

[GitHub] [beam] robertwb commented on a change in pull request #11358: [BEAM-9729, BEAM-8486] Runner-side bundle registration cleanup.

robertwb commented on a change in pull request #11358: [BEAM-9729, BEAM-8486] Runner-side bundle registration cleanup.
URL: https://github.com/apache/beam/pull/11358#discussion_r409020580
 
 

 ##########
 File path: runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/SdkHarnessClientTest.java
 ##########
 @@ -573,7 +577,7 @@ public void handleCleanupWithStateWhenAwaitingOnClosingOutputReceivers() throws
   @Test
   public void verifyCacheTokensAreUsedInNewBundleRequest() throws InterruptedException {
     when(fnApiControlClient.handle(any(BeamFnApi.InstructionRequest.class)))
-        .thenReturn(createRegisterResponse());
+        .thenReturn(createAnyResponse());
 
 Review comment:
   Makes sense. Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services