Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10907 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/10907 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Grant Henke <[email protected]> --- M build-support/dist_test.py A build-support/java-home-candidates.txt M build-support/run_dist_test.py M cmake_modules/FindJavaHome.cmake M java/build.gradle M java/buildSrc/build.gradle A java/buildSrc/src/main/groovy/org/apache/kudu/gradle/DistTestTask.java 7 files changed, 468 insertions(+), 52 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Grant Henke: Verified -- 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: merged Gerrit-Change-Id: I446a15192a45e296b323a4c7d305f236e22ab557 Gerrit-Change-Number: 10907 Gerrit-PatchSet: 8 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]>
