[
https://issues.apache.org/jira/browse/HIVE-22320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082331#comment-17082331
]
Hive QA commented on HIVE-22320:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12999757/HIVE-22320.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 17404 tests
executed
*Failed tests:*
{noformat}
TestLocalSparkCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=264)
TestMiniSparkOnYarnCliDriver - did not produce a TEST-*.xml file (likely timed
out) (batchId=264)
TestSparkCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=264)
TestSparkNegativeCliDriver - did not produce a TEST-*.xml file (likely timed
out) (batchId=264)
TestSparkPerfCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=264)
org.apache.hadoop.hive.metastore.TestMetastoreHousekeepingLeaderEmptyConfig.testHouseKeepingThreadExistence
(batchId=207)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/21603/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21603/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21603/
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: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12999757 - PreCommit-HIVE-Build
> Cluster and fs type settings can be replaced with a single minicluster
> setting in CliConfigs
> --------------------------------------------------------------------------------------------
>
> Key: HIVE-22320
> URL: https://issues.apache.org/jira/browse/HIVE-22320
> Project: Hive
> Issue Type: Bug
> Components: Test, Testing Infrastructure
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Minor
> Labels: newbie
> Fix For: 4.0.0
>
> Attachments: HIVE-22320.01.patch
>
>
> Fs + cluster types are already linked together in MiniClusterType, so it's
> confusing to set them in 2 steps, separately, if it covers an already defined
> minicluster type.
> https://github.com/apache/hive/blob/master/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
> {code}
> setClusterType(MiniClusterType.TEZ);
> setFsType(QTestMiniClusters.FsType.HDFS);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)