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

Grant Henke resolved KUDU-2420.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

Resolved via 
[eb9c644|https://github.com/apache/kudu/commit/eb9c6442778d22eb2e6137fe0723d832b5cbedcb].

> Support parallel java tests
> ---------------------------
>
>                 Key: KUDU-2420
>                 URL: https://issues.apache.org/jira/browse/KUDU-2420
>             Project: Kudu
>          Issue Type: Improvement
>    Affects Versions: 1.7.0
>            Reporter: Grant Henke
>            Assignee: Grant Henke
>            Priority: Major
>             Fix For: 1.8.0
>
>
> Java tests (integration or otherwise) that use the MiniCluster should do 
> @Before/@After for cluster start/cleanup, so that they don't need to 
> individually clean up after themselves. They shouldn't use 
> @BeforeClass/@AfterClass when possible to support parallel unit tests. Each 
> test should be run in it's own JVM to ensure isolation as well. 
> Tests that use 3 masters currently run serially as their master ports are all 
> hard coded. Using ephemeral ports should eliminate this requirement. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to