[ https://issues.apache.org/jira/browse/TEZ-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
László Bodor updated TEZ-4472: ------------------------------ Fix Version/s: 0.10.3 > Use unique DAG names in tests > ----------------------------- > > Key: TEZ-4472 > URL: https://issues.apache.org/jira/browse/TEZ-4472 > Project: Apache Tez > Issue Type: Improvement > Reporter: László Bodor > Assignee: Ayush Saxena > Priority: Major > Fix For: 0.10.3 > > Time Spent: 2h 10m > Remaining Estimate: 0h > > e.g. in TestLocalMode: > {code} > DAG dag1 = createSimpleDAG("dag1", SleepProcessor.class.getName()); > {code} > {code} > 2023-02-08 13:31:53,259 INFO [Thread-1291] client.TezClient > (TezClient.java:submitDAGApplication(1065)) - Submitting DAG to YARN, > applicationId=application_1675863113187_0001, dagName=dag1 > {code} > when we run the whole class, there are multiple dags in the log with the name > dag1, so it's very hard to distinguish from the logs -- This message was sent by Atlassian Jira (v8.20.10#820010)