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

commit de734bd65e0ea21676273f1d20477f8bd7abaae7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 15 21:43:37 2025 +0000

    Update test catalog data for GHA workflow run 14475883299
    
    Commit: 
https://github.com/apache/kafka/commit/fb2ce76b495338a26af0542e21ff15e983c7e558
    GitHub Run: https://github.com/apache/kafka/actions/runs/14475883299
---
 test-catalog/metadata/tests.yaml | 1 +
 test-catalog/server/tests.yaml   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index f54f5ef447f..45b6bb7040e 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -753,6 +753,7 @@ org.apache.kafka.metadata.authorizer.StandardAuthorizerTest:
 - testAllowEveryoneIfNoAclFoundConfigEnabled
 - testAuthorizationPriorToCompleteInitialLoad
 - testAuthorizationWithManyAcls
+- testAuthorizerMetrics
 - testCompleteInitialLoad
 - testCompleteInitialLoadWithException
 - testConfigure
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 36fed429446..a7f42187153 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -13,6 +13,8 @@ org.apache.kafka.network.SocketServerConfigsTest:
 - testListenerListToEndPointsWithOneEndpoint
 - testListenerListToEndPointsWithUnderscores
 - testListenerListToEndPointsWithWildcard
+org.apache.kafka.security.authorizer.AuthorizerUtilsTest:
+- testCreateAuthorizer
 org.apache.kafka.server.AssignmentTest:
 - testAssignmentForNonExistentPartitionIsNotValid
 - testAssignmentForNonExistentTopicIsNotValid
@@ -103,6 +105,8 @@ org.apache.kafka.server.ClientMetricsManagerTest:
 - testUpdateSubscriptionWithPropertiesDeletion
 org.apache.kafka.server.LogManagerIntegrationTest:
 - testRestartBrokerNoErrorIfMissingPartitionMetadata
+org.apache.kafka.server.MonitorablePluginsIntegrationTest:
+- testMonitorableServerPlugins
 org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
 - testDefaults
 - testInvalidProperty

Reply via email to