forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[java client] Extract the mini cluster from BaseKuduTest
BaseKuduTest does two things: it manages a mini Kudu cluster and it offers some common utilities to unit tests. Extracting the mini cluster out of it makes it easier to reuse. This is particularly helpful for the incoming Spark module since Scala and static methods don't play nicely together, which BaseKuduTest is full of (like @BeforeClass). Change-Id: Ic1b05168d77892e387e280d3569e87586b6ec395 Reviewed-on: http://gerrit.cloudera.org:8080/1365 Tested-by: Internal Jenkins Reviewed-by: Dan Burkert <[email protected]>
- Loading branch information
Jean-Daniel Cryans
authored and
Jean-Daniel Cryans
committed
Nov 13, 2015
1 parent
756d560
commit 354dcf3
Showing
2 changed files
with
357 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.