umustafi commented on code in PR #4002:
URL: https://github.com/apache/gobblin/pull/4002#discussion_r1678490748


##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/proc/LaunchDagProcTest.java:
##########
@@ -135,6 +138,10 @@ public void launchDagWithMultipleParallelJobs() throws 
IOException, InterruptedE
         flowCompilationValidationHelper);
 
     launchDagProc.process(this.dagManagementStateStore);
+
+    // Verify adhoc flow spec will be removed from catalog
+    
Mockito.verify(this.dagManagementStateStore,Mockito.times(2)).removeFlowSpec(any());

Review Comment:
   I would expect the number of deletions here to be 3 but it repeatedly fails 
the test when I set to 3 and repeatedly passes with 2. @arjun4084346 any idea/



-- 
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]

Reply via email to