[jira] [Updated] (HADOOP-17279) ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS account

2020-10-14 Thread Thomas Marqardt (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Marqardt updated HADOOP-17279:
-
Fix Version/s: 3.3.1

Backported to branch-3.3 in commit da5db6a.  All tests passing against my 
account in eastus2euap:

namespace.enabled=true

auth.type=SharedKey

$mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

 

Tests run: 88, Failures: 0, Errors: 0, Skipped: 0

Tests run: 457, Failures: 0, Errors: 0, Skipped: 24

Tests run: 208, Failures: 0, Errors: 0, Skipped: 24

 

 

namespace.enabled=true

auth.type=OAuth

$mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

 

Tests run: 88, Failures: 0, Errors: 0, Skipped: 0

Tests run: 457, Failures: 0, Errors: 0, Skipped: 66

Tests run: 208, Failures: 0, Errors: 0, Skipped: 141

> ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS 
> account
> 
>
> Key: HADOOP-17279
> URL: https://issues.apache.org/jira/browse/HADOOP-17279
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.3.0
>Reporter: Sneha Vijayarajan
>Assignee: Sneha Vijayarajan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.3.1, 3.4.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Test testNegativeScenariosForCreateOverwriteDisabled fails when run against a 
> non-HNS account. The test creates a mock AbfsClient to mimic negative 
> scenarios.
> Mock is triggered for valid values that come in for permission and umask 
> while creating a file. Permission and umask get defaulted to null values with 
> driver when creating a file for a nonHNS account. The mock trigger was not 
> enabled for these null parameters.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HADOOP-17279) ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS account

2020-09-23 Thread Thomas Marqardt (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Marqardt updated HADOOP-17279:
-
Fix Version/s: 3.4.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

lgtm

commit c3a90dd9186b664594238131596ae2de17bf70fc
Author: Sneha Vijayarajan 
Date: Tue Sep 22 20:58:12 2020 +

HADOOP-17279: ABFS: testNegativeScenariosForCreateOverwriteDisabled fails for 
non-HNS account.

Contributed by Sneha Vijayarajan

Testing:

namespace.enabled=false
 auth.type=SharedKey
 $mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 457, Failures: 0, Errors: 0, Skipped: 246
 Tests run: 207, Failures: 0, Errors: 0, Skipped: 24

namespace.enabled=true
 auth.type=SharedKey
 $mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 457, Failures: 0, Errors: 0, Skipped: 33
 Tests run: 207, Failures: 0, Errors: 0, Skipped: 24

namespace.enabled=true
 auth.type=OAuth
 $mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 457, Failures: 0, Errors: 0, Skipped: 74
 Tests run: 207, Failures: 0, Errors: 0, Skipped: 140

> ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS 
> account
> 
>
> Key: HADOOP-17279
> URL: https://issues.apache.org/jira/browse/HADOOP-17279
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.3.0
>Reporter: Sneha Vijayarajan
>Assignee: Sneha Vijayarajan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Test testNegativeScenariosForCreateOverwriteDisabled fails when run against a 
> non-HNS account. The test creates a mock AbfsClient to mimic negative 
> scenarios.
> Mock is triggered for valid values that come in for permission and umask 
> while creating a file. Permission and umask get defaulted to null values with 
> driver when creating a file for a nonHNS account. The mock trigger was not 
> enabled for these null parameters.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HADOOP-17279) ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS account

2020-09-23 Thread Sneha Vijayarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sneha Vijayarajan updated HADOOP-17279:
---
Status: Patch Available  (was: Open)

> ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS 
> account
> 
>
> Key: HADOOP-17279
> URL: https://issues.apache.org/jira/browse/HADOOP-17279
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.3.0
>Reporter: Sneha Vijayarajan
>Assignee: Sneha Vijayarajan
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Test testNegativeScenariosForCreateOverwriteDisabled fails when run against a 
> non-HNS account. The test creates a mock AbfsClient to mimic negative 
> scenarios.
> Mock is triggered for valid values that come in for permission and umask 
> while creating a file. Permission and umask get defaulted to null values with 
> driver when creating a file for a nonHNS account. The mock trigger was not 
> enabled for these null parameters.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HADOOP-17279) ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS account

2020-09-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HADOOP-17279:

Labels: pull-request-available  (was: )

> ABFS: Test testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS 
> account
> 
>
> Key: HADOOP-17279
> URL: https://issues.apache.org/jira/browse/HADOOP-17279
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/azure
>Affects Versions: 3.3.0
>Reporter: Sneha Vijayarajan
>Assignee: Sneha Vijayarajan
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Test testNegativeScenariosForCreateOverwriteDisabled fails when run against a 
> non-HNS account. The test creates a mock AbfsClient to mimic negative 
> scenarios.
> Mock is triggered for valid values that come in for permission and umask 
> while creating a file. Permission and umask get defaulted to null values with 
> driver when creating a file for a nonHNS account. The mock trigger was not 
> enabled for these null parameters.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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