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 90d5f5f4634 Update test catalog data for GHA workflow run 13550431974
90d5f5f4634 is described below

commit 90d5f5f4634add787a7dc2430cc920477b965035
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 22:39:06 2025 +0000

    Update test catalog data for GHA workflow run 13550431974
    
    Commit: 
https://github.com/apache/kafka/commit/36f19057e1d57a8548a4548c304799fd176c359f
    GitHub Run: https://github.com/apache/kafka/actions/runs/13550431974
---
 test-catalog/core/tests.yaml              | 16 +++++++++++-----
 test-catalog/group-coordinator/tests.yaml |  1 +
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index cb60a3ac692..d819a9435d6 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -202,12 +202,16 @@ kafka.api.AuthorizerIntegrationTest:
 - testConsumeWithTopicDescribe
 - testConsumeWithTopicWrite
 - testConsumeWithoutTopicDescribeAccess
-- testConsumerGroupDescribeWithDescribeAcl
+- testConsumerGroupDescribeWithGroupDescribeAndTopicDescribeAcl
 - testConsumerGroupDescribeWithOperationAll
-- testConsumerGroupDescribeWithoutDescribeAcl
+- testConsumerGroupDescribeWithoutGroupDescribeAcl
+- testConsumerGroupDescribeWithoutGroupDescribeOrTopicDescribeAcl
+- testConsumerGroupDescribeWithoutTopicDescribeAcl
+- testConsumerGroupHeartbeatWithGroupReadAndTopicDescribeAcl
 - testConsumerGroupHeartbeatWithOperationAll
-- testConsumerGroupHeartbeatWithReadAcl
-- testConsumerGroupHeartbeatWithoutReadAcl
+- testConsumerGroupHeartbeatWithoutGroupReadAcl
+- testConsumerGroupHeartbeatWithoutGroupReadOrTopicDescribeAcl
+- testConsumerGroupHeartbeatWithoutTopicDescribeAcl
 - testCreateAndCloseConsumerWithNoAccess
 - testCreatePartitionsWithWildCardAuth
 - testCreatePermissionMetadataRequestAutoCreate
@@ -2721,11 +2725,13 @@ kafka.server.KafkaApisTest:
 - testBatchedAddPartitionsToTxnRequest
 - testConsumerGroupDescribe
 - testConsumerGroupDescribeAuthorizationFailed
+- testConsumerGroupDescribeFilterUnauthorizedTopics
 - testConsumerGroupDescribeFutureFailed
 - testConsumerGroupDescribeReturnsUnsupportedVersion
 - testConsumerGroupHeartbeatRequest
-- testConsumerGroupHeartbeatRequestAuthorizationFailed
 - testConsumerGroupHeartbeatRequestFutureFailed
+- testConsumerGroupHeartbeatRequestGroupAuthorizationFailed
+- testConsumerGroupHeartbeatRequestTopicAuthorizationFailed
 - testConsumerGroupHeartbeatReturnsUnsupportedVersion
 - testDeleteShareGroupStateAuthorizationFailed
 - testDeleteShareGroupStateSuccess
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 8aec0129323..6a2653e7b28 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -245,6 +245,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupMemberJoinRefreshesExpiredRegexes
 - testConsumerGroupMemberJoinsWithNewRegex
 - testConsumerGroupMemberJoinsWithRegexAndUpdatesItBeforeResolutionCompleted
+- testConsumerGroupMemberJoinsWithRegexWithTopicAuthorizationFailure
 - testConsumerGroupMemberJoinsWithUpdatedRegex
 - testConsumerGroupMemberPicksUpExistingResolvedRegularExpression
 - testConsumerGroupMemberUsingClassicProtocolBatchLeaveGroup

Reply via email to