This is an automated email from the ASF dual-hosted git repository.
jgus pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 89485fe KAFKA-10516; Disable automatic retry of
`THROTTLING_QUOTA_EXCEEDED` errors in the `kafka-topics` command (KIP-599)
(#9334)
add ac8acec KAFKA-10519; Add missing unit test for `VotedState` (#9337)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/kafka/raft/VotedState.java | 6 ++-
.../java/org/apache/kafka/raft/VotedStateTest.java | 63 ++++++++++++++++++++++
2 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 raft/src/test/java/org/apache/kafka/raft/VotedStateTest.java