[
https://issues.apache.org/jira/browse/GOBBLIN-2112?focusedWorklogId=928565&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-928565
]
ASF GitHub Bot logged work on GOBBLIN-2112:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Aug/24 18:42
Start Date: 02/Aug/24 18:42
Worklog Time Spent: 10m
Work Description: umustafi commented on code in PR #4014:
URL: https://github.com/apache/gobblin/pull/4014#discussion_r1702197248
##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/MysqlDagStateStoreWithDagNodesTest.java:
##########
@@ -79,6 +79,8 @@ public void testAddGetAndDeleteDag() throws Exception{
Dag<JobExecutionPlan> originalDag2 = DagTestUtils.buildDag("random_2",
456L);
DagManager.DagId dagId1 = DagManagerUtils.generateDagId(originalDag1);
DagManager.DagId dagId2 = DagManagerUtils.generateDagId(originalDag2);
+ originalDag1.getStartNodes().get(0).getValue().setCurrentGeneration(2);
Review Comment:
can we add one test where the dag uses the default generation and attempts
(1.0)?
Issue Time Tracking
-------------------
Worklog Id: (was: 928565)
Time Spent: 20m (was: 10m)
> fix build issues in gradle-nexus-plugin and build-info-extractor-gradle
> -----------------------------------------------------------------------
>
> Key: GOBBLIN-2112
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2112
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)