Adar Dembo has submitted this change and it was merged. Change subject: [java] Gradle test task improvements ......................................................................
[java] Gradle test task improvements Previously some tests would be extremely flaky whenrunning via Gradle. Especially secure tests with tokenrenewal. This fixes that issue by forking a new jvm foreach test class to isolate the tests.I also add a few system properties to match theMaven build and support filtering tests from the root directory with the --tests argument. Change-Id: Ifb660b15423b68c299518b7ba54a15135972a007 Reviewed-on: http://gerrit.cloudera.org:8080/7782 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Adar Dembo <[email protected]> --- M java/gradle/tests.gradle M java/pom.xml 2 files changed, 21 insertions(+), 2 deletions(-) Approvals: Adar Dembo: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/7782 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifb660b15423b68c299518b7ba54a15135972a007 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
