dgrove-oss commented on a change in pull request #2948: Programmatic lazy 
creation of completedN and invokerN topics
URL: 
https://github.com/apache/incubator-openwhisk/pull/2948#discussion_r149984924
 
 

 ##########
 File path: 
tests/src/test/scala/whisk/core/loadBalancer/test/InvokerSupervisionTests.scala
 ##########
 @@ -206,7 +206,8 @@ class InvokerSupervisionTests
 
     sendActivationToInvoker
       .when(activationMessage, invokerInstance)
-      .returns(Future.successful(new RecordMetadata(new 
TopicPartition(invokerName, 0), 0L, 0L, 0L, 0L, 0, 0)))
+      .returns(Future.successful(
+        new RecordMetadata(new TopicPartition(invokerName, 0), 0L, 0L, 0L, 
java.lang.Long.valueOf(0L), 0, 0)))
 
 Review comment:
   yeah, someone is playing a game with overloading and deprecation.  Must be a 
story behind it in kafka land...

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


With regards,
Apache Git Services

Reply via email to