arjun4084346 commented on code in PR #4031: URL: https://github.com/apache/gobblin/pull/4031#discussion_r1737693010
########## gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/InMemoryUserQuotaManagerTest.java: ########## @@ -45,8 +48,8 @@ public void setUp() { // Tests that if exceeding the quota on startup, do not throw an exception and do not decrement the counter @Test public void testExceedsQuotaOnStartup() throws Exception { - List<Dag<JobExecutionPlan>> dags = DagManagerTest.buildDagList(2, "user", ConfigFactory.empty()); - // Ensure that the current attempt is 1, normally done by DagManager + List<Dag<JobExecutionPlan>> dags = DagTestUtils.buildDagList(2, "user", ConfigFactory.empty()); + // Ensure that the current attempt is 1, normally done by DagProcs Review Comment: both. added -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org