GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/244
Some refactors to deduplicate test codes and reduce total test times.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lei-xia/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #244
----
commit 4609d94488f4e97e6bf1c233281ca39433c4f72e
Author: Lei Xia <lxia@...>
Date: 2018-06-12T20:57:09Z
Fix a couple of tests, and reduce the total test times.
commit cc9956beab3cd7064db981abdf97286dd6fe13e1
Author: Lei Xia <lxia@...>
Date: 2018-06-18T15:25:09Z
Fix deleteCluster in test code.
commit 4385d01a3673efa631d9837507c21ccab9f69be4
Author: Lei Xia <lxia@...>
Date: 2018-06-18T17:21:53Z
Refactor tests to use deleteCluster in test base class to deduplicate codes.
----
---