saxenapranav commented on code in PR #5979:
URL: https://github.com/apache/hadoop/pull/5979#discussion_r1303777946
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/TestAccountConfiguration.java:
##########
@@ -382,6 +382,7 @@ public void testConfigPropNotFound() throws Throwable {
for (String key : CONFIG_KEYS) {
setAuthConfig(abfsConf, true, AuthType.OAuth);
+ abfsConf.unset(key);
Review Comment:
Can you please share in description why we are unsetting it. Does this get
ignored somehow in current tests.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]