arjun4084346 commented on code in PR #4029:
URL: https://github.com/apache/gobblin/pull/4029#discussion_r1719144854
##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/proc/KillDagProcTest.java:
##########
@@ -215,8 +216,6 @@ public void killDagNode() throws IOException,
URISyntaxException, InterruptedExc
.getInvocations()
.stream()
.filter(a -> a.getMethod().getName().equals("cancelJob"))
- .filter(a -> ((Properties) a.getArgument(1))
Review Comment:
the first job was launched, but we are cancelling the 3rd job, so the
cancelParams will not have "SPEC_PRODUCER_SERIALIZED_FUTURE". this is realized
when i fixed the test mock behavior above
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]