You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2016/10/04 23:48:20 UTC

[jira] [Created] (HIVE-14891) Parallelize TestHCatStorer

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)