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

commit 02954398429ece16f48ee4b04637a36225c24a99
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 23 01:21:07 2025 +0000

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

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 26c308f7ec9..cc1d2e74a9f 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -93,6 +93,7 @@ org.apache.kafka.raft.FileQuorumStateStoreTest:
 org.apache.kafka.raft.FollowerStateTest:
 - testFetchTimeoutExpiration
 - testGrantStandardVote
+- testHasUpdatedLeader
 - testLeaderIdAndEndpoint
 - testMonotonicHighWatermark
 - testPreVoteAfterSuccessfulFetchFromLeader
@@ -162,8 +163,14 @@ org.apache.kafka.raft.KafkaRaftClientReconfigTest:
 - testFollowerDoesNotRequestLeaderBootstrapSnapshot
 - testFollowerReadsKRaftBootstrapRecords
 - testFollowerSendsUpdateVoter
+- testFollowerSendsUpdateVoterAfterElectionWithKraftVersion0
+- testFollowerSendsUpdateVoterIfPendingFetchDuringTimeout
 - testFollowerSendsUpdateVoterWhenDifferent
+- testFollowerSendsUpdateVoterWithKraftVersion0
 - testHandleBeginQuorumRequestMoreEndpoints
+- testInvalidKRaftUpgradeVersion
+- testInvalidUpdateVoter
+- testKRaftUpgradeVersion
 - testLeaderDoesNotBootstrapRecordsWithKraftVersion0
 - testLeaderMetricsAreReset
 - testLeaderUpdatesVoter
@@ -183,6 +190,7 @@ org.apache.kafka.raft.KafkaRaftClientReconfigTest:
 - testRemoveVoterWithPendingRemoveVoter
 - testRemoveVoterWithoutFencedPreviousLeaders
 - testUpdateVoter
+- testUpdateVoterAfterKRaftVersionUpgrade
 - testUpdateVoterInvalidClusterId
 - testUpdateVoterNewEpoch
 - testUpdateVoterOldEpoch
@@ -362,7 +370,9 @@ org.apache.kafka.raft.LeaderStateTest:
 - testHighWatermarkDoesIncreaseFromNewVoter
 - testHighWatermarkDoesNotDecreaseFromNewVoter
 - testIdempotentEndOffsetUpdate
+- testInvalidMaybeAppendUpgradedKRaftVersion
 - testLeaderEndpoints
+- testMaybeAppendUpgradedKRaftVersion
 - testNonFollowerAcknowledgement
 - testNonMonotonicHighWatermarkUpdate
 - testNonMonotonicLocalEndOffsetUpdate
@@ -374,6 +384,7 @@ org.apache.kafka.raft.LeaderStateTest:
 - testUpdateHighWatermarkQuorumSizeTwo
 - testUpdateHighWatermarkRemovingFollowerFromVoterStates
 - testUpdateVotersFromNoDirectoryIdToDirectoryId
+- testVolatileVoters
 org.apache.kafka.raft.MockExpirationServiceTest:
 - testFailAfter
 org.apache.kafka.raft.MockLogTest:
@@ -610,7 +621,9 @@ org.apache.kafka.raft.VoterSetTest:
 - testOverlappingMajority
 - testRecordRoundTrip
 - testRemoveVoter
+- testSupportsVersion
 - testUpdateVoter
+- testUpdateVoterIgnoringDirectoryId
 - testVoterIds
 - testVoterNode
 - testVoterNodeIsVoterWithDirectoryId
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index b3b7e4d56a9..4680cbadb35 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -51,6 +51,8 @@ org.apache.kafka.server.common.KRaftVersionTest:
 - testBootstrapMetadataVersion
 - testFeatureLevel
 - testFromFeatureLevel
+- testIsAtLeast
+- testIsMoreThan
 - testKraftVersionRecordVersion
 - testQuorumStateVersion
 org.apache.kafka.server.common.MetadataVersionTest:

Reply via email to