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

commit b04bc716889eea51b3fec8253288ebd1bd52661e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 24 18:15:22 2025 +0000

    Update test catalog data for GHA workflow run 16500866990
    
    Commit: 
https://github.com/apache/kafka/commit/a27d6e32b0265dbb364c3c4533b8261d62ee837a
    GitHub Run: https://github.com/apache/kafka/actions/runs/16500866990
---
 test-catalog/raft/tests.yaml          | 2 ++
 test-catalog/server-common/tests.yaml | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index c54ed010e38..20e72b6148e 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -151,6 +151,7 @@ org.apache.kafka.raft.KafkaRaftClientPreVoteTest:
 - testRejectPreVoteIfRemoteLogIsNotUpToDate
 org.apache.kafka.raft.KafkaRaftClientReconfigTest:
 - testAddVoter
+- testAddVoterCompletesEarlyWithAckWhenCommittedFalse
 - testAddVoterFailsWhenLosingLeadership
 - testAddVoterInvalidClusterId
 - testAddVoterInvalidFeatureVersion
@@ -573,6 +574,7 @@ org.apache.kafka.raft.RaftEventSimulationTest:
 - leadershipAssignedOnlyOnceWithNetworkPartitionIfThereExistsMajority
 - leadershipWillNotChangeDuringNetworkPartitionIfMajorityStillReachable
 org.apache.kafka.raft.RaftUtilTest:
+- testAddRaftVoterRequestAckWhenCommittedNotIgnorable
 - testErrorResponse
 - testFetchRequestV17Compatibility
 - testSingletonBeginQuorumEpochRequestForAllVersion
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 80bbba93424..38afb0a710d 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -73,8 +73,6 @@ org.apache.kafka.server.common.MetadataVersionTest:
 - testRegisterBrokerRecordVersion
 - testShortVersion
 - testVersion
-org.apache.kafka.server.common.MetadataVersionValidatorTest:
-- testMetadataVersionValidator
 org.apache.kafka.server.common.ProducerIdsBlockTest:
 - testClaimNextId
 - testDynamicBlock

Reply via email to