-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17714 ABFS: testBlobBackCompatibility, testRandomRead & WasbAbfsCompatibility tests fail when triggered with default configs #3035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
} | ||
|
||
protected static String abfsUrlToWasbUrl(final String abfsUrl) { | ||
protected static String abfsUrlToWasbUrl(final String abfsUrl, final boolean isAlwaysHttpUsed) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Https
🎊 +1 overall
This message was automatically generated. |
Test Results: HNS-OAuthResults: Errors: Tests run: 261, Failures: 0, Errors: 2, Skipped: 50 HNS-SharedKeyResults: NonHNS-SharedKeyResults: NonHNS-SharedKey With Secure Transfer disabledResults: Tests run: 261, Failures: 0, Errors: 2, Skipped: 40 |
…fsCompatibility tests fail when triggered with default configs (apache#3035) (cherry picked from commit 35e4c31)
…fsCompatibility tests fail when triggered with default configs (apache#3035)
…ead & WasbAbfsCompatibility tests fail when triggered with default configs (apache#3035) (apache#3126) contributed by snehavarma (cherry picked from commit 35e4c31) Change-Id: I6709d38e2d09672ce64a89d97f21eff60b65e835
PR to fix abfs to wasb url conversion when alwaysusehttps is enabled.