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 66d346101ac Update test catalog data for GHA workflow run 30202723607
66d346101ac is described below

commit 66d346101acbaf03be4cd0c1ff46d3566a2cc33e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 26 15:51:44 2026 +0000

    Update test catalog data for GHA workflow run 30202723607
    
    Commit: 
https://github.com/apache/kafka/commit/123356bad50da1418f42f2f675c963156d4bb78c
    GitHub Run: https://github.com/apache/kafka/actions/runs/30202723607
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 11 +++++++++++
 test-catalog/core/tests.yaml                              | 10 ----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 3377331f083..26e27986241 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -39,6 +39,17 @@ org.apache.kafka.clients.admin.AdminFenceProducersTest:
 - testFenceAfterProducerCommit
 - testFenceBeforeProducerCommit
 - testFenceProducerTimeoutMs
+org.apache.kafka.clients.admin.AdminMetadataTest:
+- testDescribeCluster
+- testDescribeNonExistingTopic
+- testDescribeTopicsWithIds
+- testDescribeTopicsWithNames
+- testDescribeTopicsWithOptionPartitionSizeLimitPerResponse
+- testDescribeTopicsWithOptionTimeoutMs
+- testListNodes
+- testListNodesWithFencedBroker
+- testListTopicsWithOptionListInternal
+- testListTopicsWithOptionTimeoutMs
 org.apache.kafka.clients.admin.AutoTopicCreationTest:
 - testAutoCreateTopicWithDefaultConfig
 - testAutoCreateTopicWithExplicitBrokerConfig
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0ccb23f3f70..d74c6b63f31 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -318,7 +318,6 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testDeleteTopicsWithOptionTimeoutMs
 - testDescribeAndAlterConfigs
 - testDescribeClassicGroups
-- testDescribeCluster
 - testDescribeConfigWithOptionTimeoutMs
 - testDescribeConfigsForLog4jLogLevels
 - testDescribeConfigsForTopic
@@ -326,17 +325,12 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testDescribeConfigsNonexistentForKraft
 - testDescribeGroups
 - testDescribeLogDirs
-- testDescribeNonExistingTopic
 - testDescribeProducers
 - testDescribeReplicaLogDirs
 - testDescribeStreamsGroups
 - testDescribeStreamsGroupsForStatelessTopology
 - testDescribeStreamsGroupsNotReady
 - testDescribeStreamsGroupsWithTopologyDescription
-- testDescribeTopicsWithIds
-- testDescribeTopicsWithNames
-- testDescribeTopicsWithOptionPartitionSizeLimitPerResponse
-- testDescribeTopicsWithOptionTimeoutMs
 - testDescribeTransactions
 - testDescribeTransactionsTimeout
 - testDescribeUserScramCredentials
@@ -370,14 +364,10 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testListConsumerGroupOffsets
 - testListConsumerGroups
 - testListGroups
-- testListNodes
-- testListNodesWithFencedBroker
 - testListReassignmentsDoesNotShowDeletedPartitions
 - testListReassignmentsDoesNotShowNonReassigningPartitions
 - testListShareGroupOffsets
 - testListStreamsGroupOffsets
-- testListTopicsWithOptionListInternal
-- testListTopicsWithOptionTimeoutMs
 - testListTransactions
 - testLogStartOffsetAfterDeleteRecords
 - testLogStartOffsetCheckpoint

Reply via email to