vsinghal85 commented on code in PR #4076:
URL: https://github.com/apache/gobblin/pull/4076#discussion_r1848878012


##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/OrchestratorTest.java:
##########
@@ -324,10 +323,10 @@ public void createFlowSpec() throws Throwable {
 
   /*
      If another flow has already acquired lease for this flowspec details 
within
-     epsilon time, then we do not execute this flow, hence do not process and 
store the spec
-     and throw LeaseUnavailableException
+     lease consolidation time, then we do not execute this flow, hence do not 
process and store the spec
+     and throw RuntimeException
    */
-  @Test(expectedExceptions = TooSoonToRerunSameFlowException.class)
+  @Test(expectedExceptions = RuntimeException.class)

Review Comment:
   Sure updated as per suggestion



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