This is an automated email from the ASF dual-hosted git repository.

github-actions[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 fac73d8e3a1 Update test catalog data for GHA workflow run 25919524874
fac73d8e3a1 is described below

commit fac73d8e3a18c581a4baaf25e7979c673c1e870f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 17:05:10 2026 +0000

    Update test catalog data for GHA workflow run 25919524874
    
    Commit: 
https://github.com/apache/kafka/commit/f4d38b996b688959043623162568c2f650a79463
    GitHub Run: https://github.com/apache/kafka/actions/runs/25919524874
---
 test-catalog/core/tests.yaml   | 40 ----------------------------------------
 test-catalog/server/tests.yaml | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0ed5c5071d4..ce6e285e61f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1094,46 +1094,6 @@ kafka.raft.RaftManagerTest:
 - testLogDirLockWhenBrokerOnlyWithSeparateMetadataDir
 - testLogDirLockWhenControllerOnly
 - testNodeIdPresent
-kafka.security.authorizer.AuthorizerTest:
-- testAccessAllowedIfAllowAclExistsOnPrefixedResource
-- testAccessAllowedIfAllowAclExistsOnWildcardResource
-- testAclConfigWithWhitespace
-- testAclInheritance
-- testAclManagementAPIs
-- testAclsFilter
-- testAddAclsOnLiteralResource
-- testAddAclsOnPrefixedResource
-- testAddAclsOnWildcardResource
-- testAllowAccessWithCustomPrincipal
-- testAllowAllAccess
-- testAuthorizeByResourceTypeDenyTakesPrecedence
-- testAuthorizeByResourceTypeIsolationUnrelatedDenyWontDominateAllow
-- testAuthorizeByResourceTypeMultipleAddAndRemove
-- testAuthorizeByResourceTypeNoAclFoundOverride
-- testAuthorizeByResourceTypePrefixedResourceDenyDominate
-- testAuthorizeByResourceTypeSuperUserHasAccess
-- testAuthorizeByResourceTypeWildcardResourceDenyDominate
-- testAuthorizeByResourceTypeWithAllHostAce
-- testAuthorizeByResourceTypeWithAllOperationAce
-- testAuthorizeByResourceTypeWithAllPrincipalAce
-- testAuthorizeThrowsOnNonLiteralResource
-- testAuthorizeWithEmptyResourceName
-- testAuthorizeWithPrefixedResource
-- testDeleteAclOnPrefixedResource
-- testDeleteAclOnWildcardResource
-- testDeleteAllAclOnPrefixedResource
-- testDeleteAllAclOnWildcardResource
-- testDenyTakesPrecedence
-- testEmptyAclThrowsException
-- testGetAclsPrincipal
-- testLocalConcurrentModificationOfResourceAcls
-- testNoAclFound
-- testNoAclFoundOverride
-- testSingleCharacterResourceAcls
-- testSuperUserHasAccess
-- testSuperUserWithCustomPrincipalHasAccess
-- testTopicAcl
-- testWildCardAcls
 kafka.security.minikdc.MiniKdcTest:
 - shouldNotStopImmediatelyWhenStarted
 kafka.server.AbstractFetcherManagerTest:
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 70112a8aec1..aad4b931fb9 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -16,6 +16,46 @@ org.apache.kafka.network.SocketServerConfigsTest:
 - testListenerListToEndPointsWithOneEndpoint
 - testListenerListToEndPointsWithUnderscores
 - testListenerListToEndPointsWithWildcard
+org.apache.kafka.security.authorizer.AuthorizerTest:
+- testAccessAllowedIfAllowAclExistsOnPrefixedResource
+- testAccessAllowedIfAllowAclExistsOnWildcardResource
+- testAclConfigWithWhitespace
+- testAclInheritance
+- testAclManagementAPIs
+- testAclsFilter
+- testAddAclsOnLiteralResource
+- testAddAclsOnPrefixedResource
+- testAddAclsOnWildcardResource
+- testAllowAccessWithCustomPrincipal
+- testAllowAllAccess
+- testAuthorizeByResourceTypeDenyTakesPrecedence
+- testAuthorizeByResourceTypeIsolationUnrelatedDenyWontDominateAllow
+- testAuthorizeByResourceTypeMultipleAddAndRemove
+- testAuthorizeByResourceTypeNoAclFoundOverride
+- testAuthorizeByResourceTypePrefixedResourceDenyDominate
+- testAuthorizeByResourceTypeSuperUserHasAccess
+- testAuthorizeByResourceTypeWildcardResourceDenyDominate
+- testAuthorizeByResourceTypeWithAllHostAce
+- testAuthorizeByResourceTypeWithAllOperationAce
+- testAuthorizeByResourceTypeWithAllPrincipalAce
+- testAuthorizeThrowsOnNonLiteralResource
+- testAuthorizeWithEmptyResourceName
+- testAuthorizeWithPrefixedResource
+- testDeleteAclOnPrefixedResource
+- testDeleteAclOnWildcardResource
+- testDeleteAllAclOnPrefixedResource
+- testDeleteAllAclOnWildcardResource
+- testDenyTakesPrecedence
+- testEmptyAclThrowsException
+- testGetAclsPrincipal
+- testLocalConcurrentModificationOfResourceAcls
+- testNoAclFound
+- testNoAclFoundOverride
+- testSingleCharacterResourceAcls
+- testSuperUserHasAccess
+- testSuperUserWithCustomPrincipalHasAccess
+- testTopicAcl
+- testWildCardAcls
 org.apache.kafka.security.authorizer.AuthorizerUtilsTest:
 - testCreateAuthorizer
 org.apache.kafka.server.AssignmentTest:

Reply via email to