[
https://issues.apache.org/jira/browse/HIVE-20018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-20018:
------------------------------------
Description:
{noformat}
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropPartition
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithDropPartitionedTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConcatenatePartitionedTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testIncrementalLoadFailAndRetry
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testStatus
(batchId=238)
{noformat}
Most tests have errors, not being able to find a table/partition in
getPartition. Might be related to catalog handling, or something else.
Some have NPEs, some no obvious errors.
Update: the only two real failures are
{noformat}
[ERROR] TestReplicationScenarios.testBootstrapWithConcurrentDropTable:462
expected:<true> but was:<false>
[ERROR] TestReplicationScenarios.testBootstrapWithDropPartitionedTable:687
expected:<true> but was:<false>
{noformat}
caused by injection failures due to signature changes. Will fix after
HIVE-20062 and HIVE-19975
was:
{noformat}
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropPartition
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithDropPartitionedTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConcatenatePartitionedTable
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testIncrementalLoadFailAndRetry
(batchId=238)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testStatus
(batchId=238)
{noformat}
Most tests have errors, not being able to find a table/partition in
getPartition. Might be related to catalog handling, or something else.
Some have NPEs, some no obvious errors.
> fix TestReplicationScenarios on the branch
> ------------------------------------------
>
> Key: HIVE-20018
> URL: https://issues.apache.org/jira/browse/HIVE-20018
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Priority: Major
>
> {noformat}
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropPartition
> (batchId=238)
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithConcurrentDropTable
> (batchId=238)
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testBootstrapWithDropPartitionedTable
> (batchId=238)
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConcatenatePartitionedTable
> (batchId=238)
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testIncrementalLoadFailAndRetry
> (batchId=238)
> org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testStatus
> (batchId=238)
> {noformat}
> Most tests have errors, not being able to find a table/partition in
> getPartition. Might be related to catalog handling, or something else.
> Some have NPEs, some no obvious errors.
> Update: the only two real failures are
> {noformat}
> [ERROR] TestReplicationScenarios.testBootstrapWithConcurrentDropTable:462
> expected:<true> but was:<false>
> [ERROR] TestReplicationScenarios.testBootstrapWithDropPartitionedTable:687
> expected:<true> but was:<false>
> {noformat}
> caused by injection failures due to signature changes. Will fix after
> HIVE-20062 and HIVE-19975
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)