You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2016/08/16 07:47:20 UTC

[jira] [Commented] (HIVE-14540) Create batches for non qfile tests

    [ https://issues.apache.org/jira/browse/HIVE-14540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422359#comment-15422359 ] 

Zoltan Haindrich commented on HIVE-14540:
-----------------------------------------

I totally aggree that spinning up jvms is just killing time most of the time ;)
AFAIK maven is currently configured to fork a jvm for every test(resuseforks=false)...
So...I would like to suggest to explore a different path and try to disable this feature in most of the modules, and identify and move the "bad" testcases to some integration module, where they can run isolated - after this someone may dig deeper into those bad cases and possibly fix them (and move them back ;)
Have you considered something like this already? - in which case: sorry for asking...

> Create batches for non qfile tests
> ----------------------------------
>
>                 Key: HIVE-14540
>                 URL: https://issues.apache.org/jira/browse/HIVE-14540
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>
> From run 790:
> Reported runtime by junit: 17 hours
> Reported runtime by ptest: 34 hours
> A lot of time is wasted spinning up mvn test for each individual test, which otherwise takes less than 1 second. These tests could end up taking 20-30 seconds. Combined with HIVE-14539 - 60-70s.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)