Vaibhav Gumashta created HIVE-14891:
---------------------------------------
Summary: Parallelize TestHCatStorer
Key: HIVE-14891
URL: https://issues.apache.org/jira/browse/HIVE-14891
Project: Hive
Issue Type: Sub-task
Components: HCatalog, Testing Infrastructure
Affects Versions: 2.2.0
Reporter: Vaibhav Gumashta
Assignee: Vaibhav Gumashta
Currently TestHCatStorer runs as a parameterized test, where it runs the same
tests for each storage format but within the same junit test case. This
prevents it from being parallelized using ptest where parallelism granularity
is at a test case level. Instead of using parameterized tests, it makes sense
to create a new test case for each storage format.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)