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 9223ab1d55e Update test catalog data for GHA workflow run 14520150654
9223ab1d55e is described below

commit 9223ab1d55e1c163b780c42270faf1117059c852
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 17 18:41:56 2025 +0000

    Update test catalog data for GHA workflow run 14520150654
    
    Commit: 
https://github.com/apache/kafka/commit/c199418cfa230636c8e041d7b312749ad8a93bd2
    GitHub Run: https://github.com/apache/kafka/actions/runs/14520150654
---
 test-catalog/core/tests.yaml | 6 +++---
 test-catalog/raft/tests.yaml | 9 +++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3eca17bd70d..a63df0134c2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -81,11 +81,11 @@ kafka.api.AuthorizerIntegrationTest:
 - testConsumerGroupDescribeWithoutGroupDescribeAcl
 - testConsumerGroupDescribeWithoutGroupDescribeOrTopicDescribeAcl
 - testConsumerGroupDescribeWithoutTopicDescribeAcl
-- testConsumerGroupHeartbeaWithRegex
-- testConsumerGroupHeartbeaWithRegexWithDifferentMemberAcls
-- testConsumerGroupHeartbeaWithRegexWithoutTopicDescribeAcl
 - testConsumerGroupHeartbeatWithGroupReadAndTopicDescribeAcl
 - testConsumerGroupHeartbeatWithOperationAll
+- testConsumerGroupHeartbeatWithRegex
+- testConsumerGroupHeartbeatWithRegexWithDifferentMemberAcls
+- testConsumerGroupHeartbeatWithRegexWithoutTopicDescribeAcl
 - testConsumerGroupHeartbeatWithoutGroupReadAcl
 - testConsumerGroupHeartbeatWithoutGroupReadOrTopicDescribeAcl
 - testConsumerGroupHeartbeatWithoutTopicDescribeAcl
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index af793cc7bd0..26c308f7ec9 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -105,6 +105,11 @@ org.apache.kafka.raft.KafkaNetworkChannelTest:
 - testSendToBlackedOutDestination
 - testUnsupportedVersionError
 - testWakeupClientOnSend
+org.apache.kafka.raft.KafkaRaftClientClusterAuthTest:
+- testClusterAuthorizationFailedInBeginQuorumEpoch
+- testClusterAuthorizationFailedInEndQuorumEpoch
+- testClusterAuthorizationFailedInFetch
+- testClusterAuthorizationFailedInVote
 org.apache.kafka.raft.KafkaRaftClientDriverTest:
 - testShutdown
 - testUncaughtException
@@ -243,10 +248,6 @@ org.apache.kafka.raft.KafkaRaftClientTest:
 - testCannotResignWithLargerEpochThanCurrentEpoch
 - testChannelWokenUpIfLingerTimeoutReachedDuringAppend
 - testChannelWokenUpIfLingerTimeoutReachedWithoutAppend
-- testClusterAuthorizationFailedInBeginQuorumEpoch
-- testClusterAuthorizationFailedInEndQuorumEpoch
-- testClusterAuthorizationFailedInFetch
-- testClusterAuthorizationFailedInVote
 - testDescribeQuorumNonLeader
 - testDescribeQuorumNonMonotonicFollowerFetch
 - testDescribeQuorumWithFollowers

Reply via email to