Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)
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
[ERROR] TestReplicationScenarios.testBootstrapWithConcurrentDropTable:462 expected:<true> but was:<false> [ERROR] TestReplicationScenarios.testBootstrapWithDropPartitionedTable:687 expected:<true> but was:<false>
caused by injection failures due to signature changes. Will fix after HIVE-20062 and HIVE-19975
Attachments
Issue Links
- is blocked by
-
HIVE-19975 Checking writeIdList per table may not check the commit level of a partition on a partitioned table
- Closed
-
HIVE-20062 TestReplicationScenarios doesn't clean injection properly, causing bizarre interdependent failures
- Closed