Siddharth Seth created TEZ-1202: ----------------------------------- Summary: tests in TestVertexImpl unnecessarily instantiate the default DAG Key: TEZ-1202 URL: https://issues.apache.org/jira/browse/TEZ-1202 Project: Apache Tez Issue Type: Bug Reporter: Siddharth Seth
All tests in TestVertexImpl instantiate the default dag via the @After / @Before methods. Tests which then need to use another DAG go and instantiate the specific ones. Ideally, the tests should only be instantiating the DAGs they're interested in since data structures like the vertex list are common, and all of them may not be cleared between two dags. -- This message was sent by Atlassian JIRA (v6.2#6252)