mumrah commented on code in PR #17066:
URL: https://github.com/apache/kafka/pull/17066#discussion_r1743844085
##########
.github/scripts/junit.py:
##########
@@ -55,6 +55,9 @@ class TestCase:
def key(self) -> Tuple[str, str]:
return self.class_name, self.test_name
+ def __repr__(self):
+ return f"{self.class_name} {self.test_name}"
Review Comment:
Unrelated to this PR, but was causing issues in some cases where a test
stacktrace was really long
--
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]