This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new 30ed7523cb7 Update test catalog data for GHA workflow run 17515997153
30ed7523cb7 is described below

commit 30ed7523cb7ddf4532e6cd97a9e61f0291b4f6f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 6 17:21:01 2025 +0000

    Update test catalog data for GHA workflow run 17515997153
    
    Commit: 
https://github.com/apache/kafka/commit/52dfe1e1b3f47a294453cf435702742e1339d43a
    GitHub Run: https://github.com/apache/kafka/actions/runs/17515997153
---
 test-catalog/raft/tests.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index c57486e353a..627455f5c6f 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -374,6 +374,10 @@ org.apache.kafka.raft.KafkaRaftClientTest:
 - testVoteRequestTimeout
 - testVoteResponseIgnoredAfterBecomingFollower
 - testVoterBecomeProspectiveAfterFetchTimeout
+org.apache.kafka.raft.LeaderAndEpochTest:
+- testConstructorThrowsExceptionWhenLeaderIdIsNull
+- testConstructorWithEmptyLeaderId
+- testConstructorWithValidLeaderId
 org.apache.kafka.raft.LeaderStateTest:
 - testBeginQuorumEpochTimer
 - testCheckQuorum

Reply via email to