[ 
https://issues.apache.org/jira/browse/GOBBLIN-2015?focusedWorklogId=909727&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-909727
 ]

ASF GitHub Bot logged work on GOBBLIN-2015:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Mar/24 19:42
            Start Date: 13/Mar/24 19:42
    Worklog Time Spent: 10m 
      Work Description: phet commented on code in PR #3893:
URL: https://github.com/apache/gobblin/pull/3893#discussion_r1523827258


##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/MostlyMySqlDagManagementStateStoreTest.java:
##########
@@ -52,14 +52,9 @@ public class MostlyMySqlDagManagementStateStoreTest {
   private static final String TEST_PASSWORD = "testPassword";
   private static final String TEST_DAG_STATE_STORE = "TestDagStateStore";
   private static final String TEST_TABLE = "quotas";
-  static ITestMetastoreDatabase testMetastoreDatabase;
-
-
-  @BeforeClass
-  public void setUp() throws Exception {
-    // Setting up mock DB
-    testMetastoreDatabase = TestMetastoreDatabaseFactory.get();
 
+  public static MostlyMySqlDagManagementStateStore 
getDummyDMSS(ITestMetastoreDatabase testMetastoreDatabase) throws Exception {
+    MostlyMySqlDagManagementStateStore dagManagementStateStore;

Review Comment:
   sorry for the confusion: I was asking about the local var:
   `MostlyMySqlDagManagementStateStore dagManagementStateStore`





Issue Time Tracking
-------------------

    Worklog Id:     (was: 909727)
    Time Spent: 2h 40m  (was: 2.5h)

> implement LaunchDagProc
> -----------------------
>
>                 Key: GOBBLIN-2015
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2015
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to