-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65219/
-----------------------------------------------------------
(Updated Jan. 27, 2018, 10:01 a.m.)
Review request for hive, Peter Vary and Adam Szita.
Changes
-------
Fixed the failing TestAddPartitions.testAddPartitionsOneInvalid test. This test
was failing due to a concurrency issue. There is already a TODO about this
issue, so now just commented out the problematic check and investigate this
issue in an other Jira.
Bugs: HIVE-18486
https://issues.apache.org/jira/browse/HIVE-18486
Repository: hive-git
Description
-------
The following methods of IMetaStoreClient are covered by this test.
- Partition add_partition(Partition)
- int add_partitions(List<Partition>)
- List<Partition> add_partitions(List<Partition>, boolean, boolean)
The test covers not just the happy pathes, but the edge cases as well.
Diffs (updated)
-----
standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/client/TestAddPartitions.java
PRE-CREATION
Diff: https://reviews.apache.org/r/65219/diff/3/
Changes: https://reviews.apache.org/r/65219/diff/2-3/
Testing
-------
Run the tests
Thanks,
Marta Kuczora