HADOOP-16605. Fix testcase testSSLChannelModeConfig

Contributed by Sneha Vijayarajan.
This commit is contained in:
Sneha Vijayarajan 2019-10-03 03:13:55 -07:00 committed by Steve Loughran
parent 0e026cb0ce
commit c19fa3d4fe
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class TestAdlSdkConfiguration {
conf = AdlStorageConfiguration.getConfiguration();
conf.set(ADL_SSL_CHANNEL_MODE, sslChannelModeConfigValue);
fs = (AdlFileSystem) (AdlStorageConfiguration.createStorageConnector(conf));
Assume.assumeNotNull(fs);
SSLChannelMode sslChannelMode = fs.getAdlClient().getSSLChannelMode();
Assert.assertEquals(