[ 
https://issues.apache.org/jira/browse/HBASE-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated HBASE-18303:
------------------------------
    Attachment: HBASE-18303.patch

v1:
* Moves some common parameter types from hbase-server to hbase-common
* Switches parameterized tests to use those types where possible
* Switches from constructor form to @Parameter annotation

Intentionally does not address changes in hbase-server so that any failures in 
that module are known to be unrelated. Precommit will run in hbase-server 
because I moved code out of {{HBaseTestingUtility}}

> Clean up some parameterized test declarations
> ---------------------------------------------
>
>                 Key: HBASE-18303
>                 URL: https://issues.apache.org/jira/browse/HBASE-18303
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Mike Drob
>            Assignee: Mike Drob
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-18303.patch
>
>
> While debugging something unrelated, I noticed that we use the constructor 
> form of junit parameterized tests, instead of the annotated members form.
> I personally find using the @Parameter annotation more clear.
> Also, we can move the parameter generator to hbase-common so that it is 
> accessible in more modules.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to