Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/12031 )
Change subject: [test] Break up test output per test case. ...................................................................... Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/12031/1/java/gradle/tests.gradle File java/gradle/tests.gradle: http://gerrit.cloudera.org:8080/#/c/12031/1/java/gradle/tests.gradle@32 PS1, Line 32: // Break up the stdout and stderr logging by test case. > Don't you want to do it in the fancy closure style? Like I am indifferent. I go the closure approach if there is more than one item at each level, but often opt for the simple one-liner when possible. I think I could do reports.junitXml.setOutputPerTestCase(true) if you prefer, I am not set on a way about that either. http://gerrit.cloudera.org:8080/#/c/12031/1/java/gradle/tests.gradle@33 PS1, Line 33: reports.junitXml.outputPerTestCase = true > Just to double-check: this will make each test case have its logs in a chil yeah, exactly. Instead of all in one node in the footer it will be broken up below each testcase node. -- To view, visit http://gerrit.cloudera.org:8080/12031 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If7564e48cddc7bf7ea7595d925f605802259dced Gerrit-Change-Number: 12031 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Comment-Date: Thu, 06 Dec 2018 16:33:37 +0000 Gerrit-HasComments: Yes
