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

Thejas M Nair updated HIVE-4768:
--------------------------------

    Attachment: HIVE-4768.disablehcattest.patch

Every hcatalog build target component is calling mvn-install, and when tests 
are run in parallel on single machine more than one mvn-install is running at 
same time and ends up corrupting the local maven cache. 
So I had to use HIVE-4768.disablehcattest.patch to run it in parallel without 
the hcatalog tests. I ran hcatalog tests separately without the parallel mode. 
                
> fix multiple problems running parallel unit test framework
> ----------------------------------------------------------
>
>                 Key: HIVE-4768
>                 URL: https://issues.apache.org/jira/browse/HIVE-4768
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.11.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>         Attachments: HIVE-4768.1.patch, HIVE-4768.disablehcattest.patch
>
>
> There are a few problems with the [parallel unit test scripts| 
> https://cwiki.apache.org/confluence/display/Hive/Unit+Test+Parallel+Execution]
> - It tries to download apache-ant from a mirror that does not have it anymore
> - The git pull command without branch name does not work in some setups
> - It tries to cd to a dir which might exist
> - It runs tests using sudo, which is not necessary

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to