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

Hive QA commented on HIVE-19441:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12931156/HIVE-19441.10.patch

{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 13 failed/errored test(s), 14656 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druid_basic2] 
(batchId=11)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druid_timestamptz2] 
(batchId=35)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druid_timestamptz] 
(batchId=91)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_dynamic_partition]
 (batchId=62)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_expressions] 
(batchId=48)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_extractTime] 
(batchId=7)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_floorTime] 
(batchId=8)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_joins] 
(batchId=88)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_masking] 
(batchId=87)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_mv] 
(batchId=28)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_test1] 
(batchId=79)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_test_alter] 
(batchId=45)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[druidmini_test_insert] 
(batchId=53)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12545/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12545/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12545/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 13 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12931156 - PreCommit-HIVE-Build

> Use LLAP test Driver for Druid test suites
> ------------------------------------------
>
>                 Key: HIVE-19441
>                 URL: https://issues.apache.org/jira/browse/HIVE-19441
>             Project: Hive
>          Issue Type: Improvement
>          Components: Druid integration
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>            Priority: Major
>         Attachments: HIVE-19441.10.patch, HIVE-19441.2.patch, 
> HIVE-19441.3.patch, HIVE-19441.4.patch, HIVE-19441.5.patch, 
> HIVE-19441.6.patch, HIVE-19441.7.patch, HIVE-19441.8.patch, 
> HIVE-19441.8.patch, HIVE-19441.9.patch, HIVE-19441.patch
>
>
> Adding support to the float kind aggregator.
> Use LLAP as test Driver to reduce execution time of tests from about 2 hours 
> to 15 min:
> Although this patches unveiling an issue with timezone, maybe it is fixed by 
> [~jcamachorodriguez] upcoming set of patches.
>  
> Before
> {code}
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ 
> hive-it-qfile ---
> [INFO] Compiling 21 source files to 
> /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile 
> ---
> [INFO]
> [INFO] -------------------------------------------------------
> [INFO] T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 6,654.117 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver
> [INFO]
> [INFO] Results:
> [INFO]
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 01:51 h
> [INFO] Finished at: 2018-05-04T12:43:19-07:00
> [INFO] 
> ------------------------------------------------------------------------
> {code}
> After
> {code}
> INFO] Executed tasks
> [INFO]
> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ 
> hive-it-qfile ---
> [INFO] Compiling 22 source files to 
> /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile 
> ---
> [INFO]
> [INFO] -------------------------------------------------------
> [INFO] T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 907.167 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver
> [INFO]
> [INFO] Results:
> [INFO]
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 15:31 min
> [INFO] Finished at: 2018-05-04T13:15:11-07:00
> [INFO] 
> ------------------------------------------------------------------------
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to