[ https://issues.apache.org/jira/browse/HIVE-14670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451252#comment-15451252 ]
Hive QA commented on HIVE-14670: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12826250/HIVE-14670.1.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10502 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3] org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1050/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1050/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-1050/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12826250 - PreCommit-HIVE-MASTER-Build > org.apache.hadoop.hive.ql.TestMTQueries failure > ----------------------------------------------- > > Key: HIVE-14670 > URL: https://issues.apache.org/jira/browse/HIVE-14670 > Project: Hive > Issue Type: Sub-task > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-14670.1.patch > > > Introduced by HIVE-14627. We used to have a common q_init file for MR and > CliDriver tests till HIVE-14627 was committed. Now, that the init files are > separate and join1.q and groupby2.q are run as part of minimr tests, we > cannot use these tests to test multi-threaded queries with the same setup > file because they would result in different stats (due to the way the init > scripts are written). The easy fix would be to substitute join1.q and > groupby2.q with 2 files that actually run in CliDriver mode or to remove the > files altogether. I am going with the latter option since we already have 6 > query files in parallel and additionally we are trying to achieve a faster > run. -- This message was sent by Atlassian JIRA (v6.3.4#6332)