bilaharith commented on a change in pull request #2707:
URL: https://github.com/apache/hadoop/pull/2707#discussion_r609481002
##########
File path:
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/AbstractAbfsIntegrationTest.java
##########
@@ -224,7 +224,7 @@ public void loadConfiguredFileSystem() throws Exception {
this.fileSystemName = authorityParts[0];
// Reset URL with configured filesystem
- final String abfsUrl = this.getFileSystemName() + "@" +
this.getAccountName();
+ final String abfsUrl = this.getFileSystemName() + "@" +
authorityParts[1];
Review comment:
This was buggy. authorityParts[1] is the actual FS to be loaded,
getAccountName returns the FS that is created dynamically.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]