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 98e2a2d71d2 Update test catalog data for GHA workflow run 13139404182
98e2a2d71d2 is described below

commit 98e2a2d71d270f6560e31a69fac17bd2f1190152
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 18:24:55 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bc6618f91f7..649e0b28915 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -215,6 +215,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testCloseAdminClientInCallback
 - testConnectionFailureOnMetadataUpdate
 - testCreateAcls
+- testCreateAclsToController
 - testCreatePartitions
 - testCreatePartitionsDontRetryThrottlingExceptionWhenDisabled
 - testCreatePartitionsRetryThrottlingExceptionWhenEnabled
@@ -230,6 +231,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testDefaultApiTimeoutAndRequestTimeoutConflicts
 - testDefaultApiTimeoutOverride
 - testDeleteAcls
+- testDeleteAclsToController
 - testDeleteConsumerGroupOffsets
 - testDeleteConsumerGroupOffsetsFindCoordinatorNonRetriableErrors
 - testDeleteConsumerGroupOffsetsFindCoordinatorRetriableErrors
@@ -310,6 +312,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testGetOrCreateListValue
 - testGetSubLevelError
 - testIncrementalAlterConfigs
+- testIncrementalAlterConfigsToController
 - testInvalidTopicNames
 - testListClientMetricsResources
 - testListClientMetricsResourcesEmpty
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b9ce2b7ab64..5af412bf56b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2716,6 +2716,7 @@ kafka.server.KRaftClusterTest:
 - testCreatePartitions
 - testDefaultClientQuotas
 - testDescribeQuorumRequestToBrokers
+- testDescribeQuorumRequestToControllers
 - testDirectToControllerCommunicationFailsOnOlderMetadataVersion
 - testIncreaseNumIoThreads
 - testIncrementalAlterConfigs

Reply via email to