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 d0fde53c3c9 Update test catalog data for GHA workflow run 15221399218
d0fde53c3c9 is described below

commit d0fde53c3c9d5c5abedd9007e4c49729c6307d85
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 24 02:44:10 2025 +0000

    Update test catalog data for GHA workflow run 15221399218
    
    Commit: 
https://github.com/apache/kafka/commit/97db06689b319c682e4277a059d505614fc32877
    GitHub Run: https://github.com/apache/kafka/actions/runs/15221399218
---
 test-catalog/core/tests.yaml | 1 -
 test-catalog/raft/tests.yaml | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 88d0c045f8d..b3cebdbf1c8 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3285,7 +3285,6 @@ kafka.utils.LoggingTest:
 - testLogName
 - testLogNameOverride
 - testLoggerLevelIsResolved
-- testTypeOfGetLoggers
 unit.kafka.server.AllocateProducerIdsRequestTest:
 - testAllocateProducersIdSentToController
 - testAllocateProducersIdSentToNonController
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index b32882f9b83..6fbb69fef6b 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -248,9 +248,9 @@ org.apache.kafka.raft.KafkaRaftClientTest:
 - testAppendFailedWithRecordBatchTooLargeException
 - testBeginQuorumEpochHeartbeat
 - testBeginQuorumEpochRequestClusterIdValidation
-- testCandidateBackoffElection
 - testCandidateElectionTimeout
 - testCandidateIgnoreVoteRequestOnSameEpoch
+- testCandidateWaitsRestOfElectionTimeoutAfterElectionLoss
 - testCannotResignIfNotLeader
 - testCannotResignIfObserver
 - testCannotResignWithLargerEpochThanCurrentEpoch
@@ -568,8 +568,6 @@ org.apache.kafka.raft.RaftEventSimulationTest:
 - leadershipWillNotChangeDuringNetworkPartitionIfMajorityStillReachable
 org.apache.kafka.raft.RaftUtilTest:
 - testErrorResponse
-- testExponentialBoundOfExponentialElectionBackoffMs
-- testExponentialElectionBackoffMsIsCapped
 - testFetchRequestV17Compatibility
 - testSingletonBeginQuorumEpochRequestForAllVersion
 - testSingletonBeginQuorumEpochResponseForAllVersion

Reply via email to