umustafi commented on code in PR #3899:
URL: https://github.com/apache/gobblin/pull/3899#discussion_r1543837020
##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/DagProcessingEngineTest.java:
##########
@@ -78,8 +80,10 @@ public void setUp() throws Exception {
topologySpecMap.put(specExecURI, topologySpec);
this.dagManagementStateStore = new
MostlyMySqlDagManagementStateStore(config, null, null, null);
this.dagManagementStateStore.setTopologySpecMap(topologySpecMap);
+ // TODO create another test with multiActiveExecution enabled
Review Comment:
no longer, in prev version we were using a dummy lease arbiter but no need
to add more tests here instead, we will test the reminder setting in unit tests
separately.
--
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]