Grant Henke has uploaded a new change for review. http://gerrit.cloudera.org:8080/7782
Change subject: [java] Gradle test task improvements ...................................................................... [java] Gradle test task improvements Previously some tests would be extremely flaky when running via Gradle. Especially secure tests with token renewal. This fixes that issue by forking a new jvm for each test class to isolate the tests. I also add a few system properties to match the Maven build and support filtering tests from theroot directory with the --tests argument. Change-Id: Ifb660b15423b68c299518b7ba54a15135972a007 --- M java/gradle/tests.gradle 1 file changed, 20 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/7782/1 -- To view, visit http://gerrit.cloudera.org:8080/7782 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifb660b15423b68c299518b7ba54a15135972a007 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Grant Henke <[email protected]>
