chia7712 commented on code in PR #19525:
URL: https://github.com/apache/kafka/pull/19525#discussion_r2052080927
##########
.github/scripts/junit.py:
##########
@@ -361,7 +361,7 @@ def split_report_path(base_path: str, report_path: str) ->
Tuple[str, str]:
failure_messages.append(f"Gradle task had a failure exit code. Failing
this script.")
if thread_dump_url:
- failure_messages.append(f"Thread dump available at {thread_dump_url}.
Failing this script.")
+ failure_messages.append(f"Thread dump available at {thread_dump_url}
Failing this script.")
Review Comment:
it is a bit wired to have upper case "Failing" ... could you please tweak
the log message?
--
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]