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 88750bbd8eb Update test catalog data for GHA workflow run 12323252252
88750bbd8eb is described below

commit 88750bbd8eb4e713b07ce70d6b3c8b42db2dfd40
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 14 00:03:37 2024 +0000

    Update test catalog data for GHA workflow run 12323252252
    
    Commit: 
https://github.com/apache/kafka/commit/b73e31eb1597bc55d59096b28a5a3e1b4d2ecc9a
    GitHub Run: https://github.com/apache/kafka/actions/runs/12323252252
---
 test-catalog/raft/tests.yaml  | 17 +++++++++++++++++
 test-catalog/tools/tests.yaml |  3 +++
 2 files changed, 20 insertions(+)

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index e25c80ddaba..b792c5ed744 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -90,6 +90,7 @@ org.apache.kafka.raft.FollowerStateTest:
 - testGrantVote
 - testLeaderIdAndEndpoint
 - testMonotonicHighWatermark
+- testPreVoteIfHasNotFetchedFromLeaderYet
 org.apache.kafka.raft.KafkaNetworkChannelTest:
 - testFetchRequestDowngrade
 - testSendAndDisconnect
@@ -101,6 +102,22 @@ org.apache.kafka.raft.KafkaNetworkChannelTest:
 org.apache.kafka.raft.KafkaRaftClientDriverTest:
 - testShutdown
 - testUncaughtException
+org.apache.kafka.raft.KafkaRaftClientPreVoteTest:
+- testFollowerGrantsPreVoteIfHasNotFetchedYet
+- testHandleInvalidPreVoteRequestWithOlderEpoch
+- testHandlePreVoteRequestAsCandidate
+- testHandlePreVoteRequestAsFollowerObserver
+- testHandlePreVoteRequestAsFollowerWithElectedLeader
+- testHandlePreVoteRequestAsResigned
+- testHandlePreVoteRequestAsUnattachedObserver
+- testHandlePreVoteRequestAsUnattachedVoted
+- testHandlePreVoteRequestAsUnattachedWithLeader
+- testInvalidVoteRequest
+- testInvalidVoterReplicaPreVoteRequest
+- testLeaderAcceptPreVoteFromObserver
+- testLeaderRejectPreVoteRequestOnSameEpoch
+- testPreVoteRequestClusterIdValidation
+- testRejectPreVoteIfRemoteLogIsNotUpToDate
 org.apache.kafka.raft.KafkaRaftClientReconfigTest:
 - testAddVoter
 - testAddVoterFailsWhenLosingLeadership
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 26cd94729fd..881a484205a 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -306,11 +306,14 @@ org.apache.kafka.tools.PushHttpMetricsReporterTest:
 org.apache.kafka.tools.ReplicaVerificationToolTest:
 - testReplicaBufferVerifyChecksum
 org.apache.kafka.tools.ResetIntegrationTest:
+- shouldAllowGroupProtocolClassic
+- shouldDefaultToClassicGroupProtocol
 - shouldNotAllowToResetWhenInputTopicAbsent
 - shouldNotAllowToResetWhenIntermediateTopicAbsent
 - shouldNotAllowToResetWhenSpecifiedInternalTopicDoesNotExist
 - shouldNotAllowToResetWhenSpecifiedInternalTopicIsNotInternal
 - shouldNotAllowToResetWhileStreamsIsRunning
+- shouldOverwriteGroupProtocolOtherThanClassic
 - testReprocessingByDurationAfterResetWithoutIntermediateUserTopic
 - testReprocessingFromDateTimeAfterResetWithoutIntermediateUserTopic
 - testReprocessingFromFileAfterResetWithoutIntermediateUserTopic

Reply via email to