bilaharith opened a new pull request #1481: HADOOP-16587: Made auth endpoints 
configurable for MSI and refresh token flows
URL: https://github.com/apache/hadoop/pull/1481
 
 
   Driver test results using a Namespace enabled account in Central India:
   
   **mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify**
   
   **With configs**
   
   <property>
        <name>fs.azure.account.oauth2.msi.endpoint</name>
        <value>http://169.254.169.254/metadata/identity/oauth2/token</value>
   </property>
   <property>
        <name>fs.azure.account.oauth2.refresh.token.endpoint</name>
        <value>https://login.microsoftonline.com/Common/oauth2/token</value>
   </property>
   
   Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
   Tests run: 393, Failures: 0, Errors: 1, Skipped: 21
   Tests run: 190, Failures: 0, Errors: 0, Skipped: 15
   
   **Without specifying the configs (with default values)**
   
   Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
   Tests run: 392, Failures: 0, Errors: 1, Skipped: 21
   Tests run: 190, Failures: 0, Errors: 0, Skipped: 15
   

----------------------------------------------------------------
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]

Reply via email to