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 42b6f85dbc7 Update test catalog data for GHA workflow run 12332390106
42b6f85dbc7 is described below

commit 42b6f85dbc7d9d038ab12a1886d3bb90907d92c7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 14 21:23:34 2024 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 84e37adfe9f..36549f07cab 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -23,27 +23,6 @@ kafka.KafkaConfigTest:
 - testKafkaSslPasswords
 - testKafkaSslPasswordsWithSymbols
 - testMustContainQuorumVotersIfUsingProcessRoles
-kafka.admin.AclCommandTest:
-- testAclCliWithAdminAPI
-- testAclCliWithAdminAPIAndBootstrapController
-- testAclCliWithClientId
-- testAclCliWithClientIdAndBootstrapController
-- testAclCliWithMisusingBootstrapControllerToServer
-- testAclCliWithMisusingBootstrapServerToController
-- testAclsOnPrefixedResourcesWithAdminAPI
-- testAclsOnPrefixedResourcesWithAdminAPIAndBootstrapController
-- testExactlyOneAction
-- testInvalidArgs
-- testPatternTypesWithAdminAPI
-- testPatternTypesWithAdminAPIAndBootstrapController
-- testProducerConsumerCliWithAdminAPI
-- testProducerConsumerCliWithAdminAPIAndBootstrapController
-- testUseBootstrapServerOptWithBootstrapControllerOpt
-- testUseConsumerOptWithoutRequiredOpt
-- testUseIdempotentOptWithoutProducerOpt
-- testUseListPrincipalsOptWithoutListOpt
-- testUseProducerOptWithoutTopicOpt
-- testUseWithoutBootstrapServerOptAndBootstrapControllerOpt
 kafka.admin.AddPartitionsTest:
 - testIncrementPartitions
 - testManualAssignmentOfReplicas
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 881a484205a..3e3f3f02880 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -1,3 +1,24 @@
+org.apache.kafka.tools.AclCommandTest:
+- testAclCliWithAdminAPI
+- testAclCliWithAdminAPIAndBootstrapController
+- testAclCliWithClientId
+- testAclCliWithClientIdAndBootstrapController
+- testAclCliWithMisusingBootstrapControllerToServer
+- testAclCliWithMisusingBootstrapServerToController
+- testAclsOnPrefixedResourcesWithAdminAPI
+- testAclsOnPrefixedResourcesWithAdminAPIAndBootstrapController
+- testExactlyOneAction
+- testInvalidArgs
+- testPatternTypesWithAdminAPI
+- testPatternTypesWithAdminAPIAndBootstrapController
+- testProducerConsumerCliWithAdminAPI
+- testProducerConsumerCliWithAdminAPIAndBootstrapController
+- testUseBootstrapServerOptWithBootstrapControllerOpt
+- testUseConsumerOptWithoutRequiredOpt
+- testUseIdempotentOptWithoutProducerOpt
+- testUseListPrincipalsOptWithoutListOpt
+- testUseProducerOptWithoutTopicOpt
+- testUseWithoutBootstrapServerOptAndBootstrapControllerOpt
 org.apache.kafka.tools.BrokerApiVersionsCommandTest:
 - testAdminSendNoBlock
 - testBrokerApiVersionsCommandOutput

Reply via email to