[
https://issues.apache.org/jira/browse/HADOOP-17714?focusedWorklogId=601549&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-601549
]
ASF GitHub Bot logged work on HADOOP-17714:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/21 06:52
Start Date: 25/May/21 06:52
Worklog Time Spent: 10m
Work Description: snehavarma commented on a change in pull request #3035:
URL: https://github.com/apache/hadoop/pull/3035#discussion_r638503207
##########
File path:
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/AbstractAbfsIntegrationTest.java
##########
@@ -355,13 +355,13 @@ protected void touch(Path path) throws IOException {
protected static String wasbUrlToAbfsUrl(final String wasbUrl) {
return convertTestUrls(
wasbUrl, FileSystemUriSchemes.WASB_SCHEME,
FileSystemUriSchemes.WASB_SECURE_SCHEME, FileSystemUriSchemes.WASB_DNS_PREFIX,
- FileSystemUriSchemes.ABFS_SCHEME,
FileSystemUriSchemes.ABFS_SECURE_SCHEME, FileSystemUriSchemes.ABFS_DNS_PREFIX);
+ FileSystemUriSchemes.ABFS_SCHEME,
FileSystemUriSchemes.ABFS_SECURE_SCHEME, FileSystemUriSchemes.ABFS_DNS_PREFIX,
false);
}
- protected static String abfsUrlToWasbUrl(final String abfsUrl) {
+ protected static String abfsUrlToWasbUrl(final String abfsUrl, final boolean
isAlwaysHttpUsed) {
Review comment:
Https
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 601549)
Time Spent: 50m (was: 40m)
> ABFS: testBlobBackCompatibility & WasbAbfsCompatibility tests fail when
> triggered with default configs
> ------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-17714
> URL: https://issues.apache.org/jira/browse/HADOOP-17714
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: test
> Reporter: Sneha Varma
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> testBlobBackCompatibility & WasbAbfsCompatibility tests fail when triggered
> with default configs as http is not enabled on gen2 accounts by default.
>
> Options to fix it:
> tests' config should enforce https by default
> or the tests should be modified not execute http requests
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]