JinwooHwang commented on code in PR #7935:
URL: https://github.com/apache/geode/pull/7935#discussion_r2384200100
##########
build-tools/geode-repeat-test/src/main/java/org/apache/geode/gradle/testing/repeat/ExecutionTrackingTestResultProcessor.java:
##########
@@ -67,8 +68,9 @@ public void output(Object testId, TestOutputEvent event) {
processor.output(testId, event);
}
+ // Gradle 7.6.6 changed from failure(Object testId, Throwable result) to
failure(Object testId, TestFailure result)
@Override
- public void failure(Object testId, Throwable result) {
+ public void failure(Object testId, TestFailure result) {
Review Comment:
Thank you @sboorlagadda
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]