mudit-97 commented on code in PR #266:
URL: https://github.com/apache/tez/pull/266#discussion_r1116703802


##########
tez-dag/src/test/java/org/apache/tez/dag/app/TestDAGAppMaster.java:
##########
@@ -96,6 +105,7 @@ public class TestDAGAppMaster {
   private static final String CLASS_SUFFIX = "_CLASS";
   private static final File TEST_DIR = new 
File(System.getProperty("test.build.data"),
       TestDAGAppMaster.class.getName()).getAbsoluteFile();
+  private final FileSystem mockFs = mock(FileSystem.class);

Review Comment:
   done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to