Grant Henke has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/11035 )

Change subject: [gradle] Add rerunTests property
......................................................................

[gradle] Add rerunTests property

Gradle keeps track of changes and will skip tasks
that are up-to-date when possible. This is great
for incremental build speed, but can work against you
if you want to rerun tests multiple times.

Gradle does have a —rerun-tasks flag that will make
sure the tests are run. However, it will also rerun all
the tasks in the build tree.

This patch adds a rerunTests property that will
tell gradle the tests need to be rerun when passed.

Change-Id: I88eebdc34c5b9763b87879eade3dc9b42d3caf1c
Reviewed-on: http://gerrit.cloudera.org:8080/11035
Reviewed-by: Adar Dembo <a...@cloudera.com>
Tested-by: Grant Henke <granthe...@apache.org>
---
M java/gradle/tests.gradle
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Grant Henke: Verified

--
To view, visit http://gerrit.cloudera.org:8080/11035
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I88eebdc34c5b9763b87879eade3dc9b42d3caf1c
Gerrit-Change-Number: 11035
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <granthe...@apache.org>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <danburk...@apache.org>
Gerrit-Reviewer: Grant Henke <granthe...@apache.org>
Gerrit-Reviewer: Kudu Jenkins

Reply via email to