[ https://issues.apache.org/jira/browse/HIVE-7271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040326#comment-14040326 ]
Hive QA commented on HIVE-7271: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12651897/HIVE-7271.2.patch {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 5625 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_authorization_explain org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_decimal_10_0 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_dyn_part3 org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/552/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/552/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-552/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12651897 > Speed up unit tests > ------------------- > > Key: HIVE-7271 > URL: https://issues.apache.org/jira/browse/HIVE-7271 > Project: Hive > Issue Type: Bug > Reporter: Gunther Hagleitner > Assignee: Gunther Hagleitner > Attachments: HIVE-7271.1.patch, HIVE-7271.2.patch > > > Did some experiments to see if there's a way to speed up unit tests. > TestCliDriver seemed to take a lot of time just spinning up/tearing down > JVMs. I was also curious to see if running everything on a ram disk would > help. > Results (I ran tests up to authorization_2): > - Current setup: 40 minutes > - Single JVM (not using child JVM to run all queries): 8 minutes > - Single JVM + ram disk: 7 minutes > So the ram disk didn't help that much. But running tests in single JVM seems > worthwhile doing. -- This message was sent by Atlassian JIRA (v6.2#6252)