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

Anuj Modi updated HADOOP-19129:
-------------------------------
    Description: 
Test Script used by ABFS to validate changes has following two issues:
 # When there are a lot of test failures or when error message of any failing 
test becomes very large, the regex used today to filter test results does not 
work as expected and fails to report all the failing tests.
To resolve this, we have come up with new regex that will only target one line 
test names for reporting them into aggregated test results.


 # While running the test suite for different combinations of Auth type and 
account type, we add the combination specific configs first and then include 
the account specific configs in core-site.xml file. This will override the 
combination specific configs like auth type if the same config is present in 
account specific config file. To avoid this, we will first include the account 
specific configs and then add the combination specific configs.

> ABFS: Fixing Test Script Bug and Some Known test Failures in ABFS Test Suite
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-19129
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19129
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.4.0, 3.4.1
>            Reporter: Anuj Modi
>            Assignee: Anuj Modi
>            Priority: Major
>
> Test Script used by ABFS to validate changes has following two issues:
>  # When there are a lot of test failures or when error message of any failing 
> test becomes very large, the regex used today to filter test results does not 
> work as expected and fails to report all the failing tests.
> To resolve this, we have come up with new regex that will only target one 
> line test names for reporting them into aggregated test results.
>  # While running the test suite for different combinations of Auth type and 
> account type, we add the combination specific configs first and then include 
> the account specific configs in core-site.xml file. This will override the 
> combination specific configs like auth type if the same config is present in 
> account specific config file. To avoid this, we will first include the 
> account specific configs and then add the combination specific configs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to