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 876aee7bb05 Update test catalog data for GHA workflow run 15192391655
876aee7bb05 is described below

commit 876aee7bb05ec4038cfd8e08e8f9efaf90acf6fc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 22 19:51:34 2025 +0000

    Update test catalog data for GHA workflow run 15192391655
    
    Commit: 
https://github.com/apache/kafka/commit/8f849f91f16022ed2a3e83444cb56693888ce4a5
    GitHub Run: https://github.com/apache/kafka/actions/runs/15192391655
---
 test-catalog/clients/tests.yaml | 4 ++++
 test-catalog/core/tests.yaml    | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index d522bf61822..79015899c5d 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -352,6 +352,9 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testListClientMetricsResources
 - testListClientMetricsResourcesEmpty
 - testListClientMetricsResourcesNotSupported
+- testListConfigResources
+- testListConfigResourcesEmpty
+- testListConfigResourcesNotSupported
 - testListConsumerGroupOffsets
 - testListConsumerGroupOffsetsNonRetriableErrors
 - testListConsumerGroupOffsetsNumRetries
@@ -4332,6 +4335,7 @@ org.apache.kafka.common.requests.RequestResponseTest:
 - testInvalidSaslAuthenticateRequest
 - testInvalidSaslHandShakeRequest
 - testInvalidTaggedFieldsWithSaslAuthenticateRequest
+- 
testListConfigResourcesRequestV0FailsWithConfigResourceTypeOtherThanClientMetrics
 - testListGroupRequestV3FailsWithStates
 - testProduceRequestPartitionSize
 - testResponseHeader
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 11dea6a23d2..009e39ea0f2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -367,6 +367,8 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testInvalidIncrementalAlterConfigs
 - testListClientMetricsResources
 - testListClientMetricsResourcesTimeoutMs
+- testListConfigResources
+- testListConfigResourcesTimeoutMs
 - testListGroups
 - testListNodes
 - testListNodesWithFencedBroker

Reply via email to