abstractdog commented on code in PR #539:
URL: https://github.com/apache/tez/pull/539#discussion_r4061881231


##########
tez-dag/src/test/java/org/apache/tez/dag/history/utils/TestDAGUtils.java:
##########
@@ -222,4 +222,32 @@ public void testConvertDAGPlanToATSMap() throws 
IOException, JSONException {
     }
   }
 
+  @Test
+  public void testConvertConfigurationToATSMapRedactsSecrets() {
+    Configuration conf = new Configuration(false);

Review Comment:
   ack, DAGAppMaster for example simply instantiates `new Configuration()`, so 
this makes sense



-- 
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