steveloughran commented on PR #4262:
URL: https://github.com/apache/hadoop/pull/4262#issuecomment-1458542906

   that test looks like it is failing because it was expecting a failure and 
now you've made an option optional, it isn't
   ```
     private static final List<String> CONFIG_KEYS =
         Collections.unmodifiableList(Arrays.asList(
             FS_AZURE_ACCOUNT_OAUTH_CLIENT_ENDPOINT,
             FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID,
             FS_AZURE_ACCOUNT_OAUTH_CLIENT_SECRET));
   ```
   now, maybe it is working for you because your auth-keys xml file includes 
different things. why not try commenting them out locally and running the unit 
tests (not the iTests) and see what the outcome is


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to