HADOOP-13943. TestCommonConfigurationFields#testCompareXmlAgainstConfigurationClass fails after HADOOP-13863. Contributed by Brahma Reddy Battula.

(cherry picked from commit 0665c5f09a)
This commit is contained in:
Akira Ajisaka 2016-12-28 01:39:30 +09:00
parent 28b605dd1a
commit 74dd2770cc
1 changed files with 7 additions and 0 deletions

View File

@ -102,6 +102,13 @@ public class TestCommonConfigurationFields extends TestConfigurationFieldsBase {
xmlPrefixToSkipCompare.add("s3.");
xmlPrefixToSkipCompare.add("s3native.");
// Azure properties are in a different class
// - org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
// - org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
xmlPropsToSkipCompare.add("fs.azure.sas.expiry.period");
xmlPropsToSkipCompare.add("fs.azure.local.sas.key.mode");
xmlPropsToSkipCompare.add("fs.azure.secure.mode");
// Deprecated properties. These should eventually be removed from the
// class.
configurationPropsToSkipCompare