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

commit a4684d526a3a92b6fc614246716615411ca487e2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 13 17:49:48 2025 +0000

    Update test catalog data for GHA workflow run 16941651860
    
    Commit: 
https://github.com/apache/kafka/commit/92d8cb562a71ddc5b6fdc0943bec3a4900a1642e
    GitHub Run: https://github.com/apache/kafka/actions/runs/16941651860
---
 test-catalog/core/tests.yaml | 3 +++
 test-catalog/raft/tests.yaml | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d117bef07ea..4a24aa5c939 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2322,6 +2322,7 @@ kafka.server.KafkaConfigTest:
 - testInvalidGzipCompressionLevel
 - testInvalidInterBrokerSecurityProtocol
 - testInvalidLz4CompressionLevel
+- testInvalidQuorumAutoJoinForKRaftBroker
 - testInvalidQuorumVoterConfig
 - testInvalidSecurityInterBrokerProtocol
 - testInvalidZstdCompressionLevel
@@ -2537,8 +2538,10 @@ kafka.server.ProduceRequestTest:
 kafka.server.RaftClusterSnapshotTest:
 - testSnapshotsGenerated
 kafka.server.ReconfigurableQuorumIntegrationTest:
+- testControllersAutoJoinStandaloneVoter
 - testCreateAndDestroyNonReconfigurableCluster
 - testCreateAndDestroyReconfigurableCluster
+- testNewVoterAutoRemovesAndAdds
 - testRemoveAndAddSameController
 - testRemoveController
 kafka.server.RemoteLeaderEndPointTest:
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 32527b55b28..c57486e353a 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -106,6 +106,13 @@ org.apache.kafka.raft.KafkaNetworkChannelTest:
 - testSendToBlackedOutDestination
 - testUnsupportedVersionError
 - testWakeupClientOnSend
+org.apache.kafka.raft.KafkaRaftClientAutoJoinTest:
+- testAutoAddNewVoter
+- testAutoRemoveOldVoter
+- testObserverDoesNotAddItselfWhenAutoJoinDisabled
+- testObserverDoesNotAutoJoinWithKRaftVersion0
+- testObserverRemovesOldVoterAndAutoJoins
+- testObserversDoNotAutoJoin
 org.apache.kafka.raft.KafkaRaftClientClusterAuthTest:
 - testClusterAuthorizationFailedInBeginQuorumEpoch
 - testClusterAuthorizationFailedInEndQuorumEpoch

Reply via email to