Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
ghx-label-11
Description
Stacktrace verifiers/test_banned_log_messages.py:49: in test_no_tuniqueid self.assert_message_absent('[^a-zA-Z]TUniqueId(') verifiers/test_banned_log_messages.py:36: in assert_message_absent assert returncode == 1, "%s contains '%s'" % (log_file_path, message) Standard Output W0920 13:41:07.938737 606002 TransactionKeepalive.java:192] Transaction 2212 of query TUniqueId(hi:5063081062495805267, lo:7639778149839929344) doesn't exist anymore. Stop heartbeating it.
The fix is to implement HeartbeatContext#toString() with TUniqueIdUtil#PrintId().