Re: [PR] MINOR: Bugfix in GroupMetadataManager.testShareGroupInitializeSuccess. [kafka]

2025-05-23 Thread via GitHub
chia7712 merged PR #19795: URL: https://github.com/apache/kafka/pull/19795 -- 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: jira-unsubscr...@kafka.apache

[PR] MINOR: Bugfix in GroupMetadataManager.testShareGroupInitializeSuccess. [kafka]

2025-05-23 Thread via GitHub
smjn opened a new pull request, #19795: URL: https://github.com/apache/kafka/pull/19795 Currently, we were asserting on records containing set using `assertEquals` which can fail intermittently. To fix the assertion has been replaced by `assertRecordEquals`. -- This is an automated messa