iwasakims commented on a change in pull request #1737: HDFS-14522. Allow
compact property description in xml in httpfs.
URL: https://github.com/apache/hadoop/pull/1737#discussion_r354309758
##########
File path:
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/lib/util/TestConfigurationUtils.java
##########
@@ -124,4 +127,22 @@ public void testVarResolutionAndSysProps() {
assertEquals(conf.get("user.name"), "foo");
}
+ @Test
+ public void testCompactFormatProperty() throws IOException {
Review comment:
The `ConfigurationUtils#load` takes only InputStream as input and does not
care about where the data come from. I think loading configs from file is
covered by test cases in o.a.h.lib.server.TestServer.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]