[
https://issues.apache.org/jira/browse/HIVE-20904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16683819#comment-16683819
]
Hive QA commented on HIVE-20904:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12947804/HIVE-20904.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 15539 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestGetPartitionsUsingProjectionAndFilterSpecs.testGetPartitionsUsingValues
(batchId=223)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropParitionsCleanup
(batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropPartitionsCacheCrossSession
(batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSqlErrorMetrics
(batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testMaxEventResponse
(batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testPartitionOps (batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testQueryCloseOnError
(batchId=231)
org.apache.hadoop.hive.metastore.TestObjectStore.testRoleOps (batchId=231)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14886/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14886/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14886/
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: 8 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12947804 - PreCommit-HIVE-Build
> Yetus fails to resolve module dependencies due to usage of exec plugin in
> metastore-server
> ------------------------------------------------------------------------------------------
>
> Key: HIVE-20904
> URL: https://issues.apache.org/jira/browse/HIVE-20904
> Project: Hive
> Issue Type: Bug
> Reporter: Antal Sinkovits
> Assignee: Antal Sinkovits
> Priority: Major
> Attachments: HIVE-20904.01.patch
>
>
> metastore-server uses exec-maven-plugin to generate
> metastore-site.xml.template with ConfTemplatePrinter.
> It expects some arguments.
> Because yetus also uses the exec-maven-plugin to determine the order of the
> modules to be built, but with zero params, the execution fails.
> https://github.com/apache/yetus/blob/6ebaa1119e611db14f219e289e33ab8ac5c254a7/precommit/src/main/shell/test-patch.d/maven.sh#L658
> Steps to reproduce the issue:
> mvn -q exec:exec -Dexec.executable=pwd -Dexec.args=''
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)