Hello Kudu Jenkins, Andrew Wong, Adar Dembo, Todd Lipcon,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10907
to look at the new patch set (#4).
Change subject: Add support for running Java tests in dist-test
......................................................................
Add support for running Java tests in dist-test
Adds support for running Java tests in dist-test by:
- Providing a way to gather the c++ “base”
dependencies for the Java test in dist_test.py
- Adding a Java subparser to dist_test.py that can
run or loop Java tests.
- Adding a task to the Gradle build that generates
the needed .isolate and .gen.json files. This task is
called from dist_test.py.
- Adjusting run_dist_test.py to find the Java binaries
and run Java tests.
Sample usage:
$ python build-support/dist_test.py java run-all
$ python build-support/dist_test.py java loop --num-instances 10
*AsyncKuduSession*
Change-Id: I446a15192a45e296b323a4c7d305f236e22ab557
---
M build-support/dist_test.py
M build-support/run-test.sh
M build-support/run_dist_test.py
M java/build.gradle
M java/buildSrc/build.gradle
A java/buildSrc/src/main/groovy/org/apache/kudu/gradle/DistTestTask.java
6 files changed, 446 insertions(+), 18 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/10907/4
--
To view, visit http://gerrit.cloudera.org:8080/10907
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I446a15192a45e296b323a4c7d305f236e22ab557
Gerrit-Change-Number: 10907
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>