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 93b4f3e884c Update test catalog data for GHA workflow run 13748765790
93b4f3e884c is described below

commit 93b4f3e884cace0e1cb2b118402ff56f5d6ea132
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 9 16:11:53 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fabf5fdf35b..bfc97c88692 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -41,83 +41,6 @@ kafka.admin.ClientTelemetryTest:
 - testClientInstanceId
 - testIntervalMsParser
 - testMetrics
-kafka.admin.ConfigCommandIntegrationTest:
-- testAddConfigKeyValuesUsingCommand
-- testAlterReadOnlyConfigInKRaftThenShouldFail
-- testClientMetricsConfigUpdate
-- testDynamicBrokerConfigUpdateUsingKraft
-- testExitWithNonZeroStatusOnUpdatingUnallowedConfig
-- testGroupConfigUpdateUsingKraft
-- testNullStatusOnKraftCommandAlterClientMetrics
-- testNullStatusOnKraftCommandAlterGroup
-- testNullStatusOnKraftCommandAlterUserQuota
-- testUnsupportedVersionException
-- testUpdateBrokerConfigNotAffectedByInvalidConfig
-- testUpdateClusterWideConfigInKRaftThenShouldSuccessful
-- testUpdateInvalidBrokerConfigs
-- testUpdateInvalidTopicConfigs
-- testUpdatePerBrokerConfigInKRaftThenShouldFail
-- testUpdatePerBrokerConfigWithListenerNameInKRaftThenShouldSuccessful
-kafka.admin.ConfigCommandTest:
-- shouldAddBrokerDynamicConfig
-- shouldAddBrokerLoggerConfig
-- shouldAddClientConfig
-- shouldAddDefaultBrokerDynamicConfig
-- shouldAlterClientMetricsConfig
-- shouldAlterGroupConfig
-- shouldAlterTopicConfig
-- shouldDescribeClientMetricsConfigWithoutEntityName
-- shouldDescribeConfigBrokerWithoutEntityName
-- shouldDescribeConfigSynonyms
-- shouldDescribeGroupConfigWithoutEntityName
-- shouldExitWithNonZeroStatusAlterUserQuotaWithoutEntityName
-- shouldExitWithNonZeroStatusIfBothBootstrapServerAndBootstrapControllerGiven
-- shouldExitWithNonZeroStatusOnArgError
-- shouldExitWithNonZeroStatusOnBrokerCommandError
-- shouldFailIfAddAndAddFile
-- shouldFailIfBrokerEntityTypeIsNotAnInteger
-- shouldFailIfInvalidHost
-- shouldFailIfMixedEntityTypeFlags
-- shouldFailIfShortBrokerEntityTypeIsNotAnInteger
-- shouldFailIfUnrecognisedEntityType
-- shouldFailIfUnresolvableHost
-- shouldNotAlterClientMetricsConfigWithoutEntityName
-- shouldNotAlterGroupConfigWithoutEntityName
-- shouldNotAlterNonQuotaIpConfigsUsingBootstrapServer
-- shouldNotAlterNonQuotaNonScramUserOrClientConfigUsingBootstrapServer
-- shouldNotAlterScramClientConfigUsingBootstrapServer
-- 
shouldNotAlterUserScramCredentialAndClientQuotaConfigsSimultaneouslyUsingBootstrapServer
-- 
shouldNotCreateUserScramCredentialConfigWithUnderMinimumIterationsUsingBootstrapServer
-- shouldNotDescribeUserScramCredentialsWithEntityDefaultUsingBootstrapServer
-- shouldNotUpdateBrokerConfigIfMalformedBracketConfig
-- shouldNotUpdateBrokerConfigIfMalformedConfig
-- shouldNotUpdateBrokerConfigIfMalformedEntityName
-- shouldNotUpdateConfigIfNonExistingConfigIsDeleted
-- shouldParseArgumentsForBrokerLoggersEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForBrokerLoggersEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForBrokersEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForBrokersEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForClientsEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForClientsEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForGroupEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForGroupEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForIpEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForIpEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForTopicsEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForTopicsEntityTypeWithControllerBootstrap
-- shouldParseArgumentsForUsersEntityTypeWithBrokerBootstrap
-- shouldParseArgumentsForUsersEntityTypeWithControllerBootstrap
-- shouldRaiseInvalidConfigurationExceptionWhenAddingInvalidBrokerLoggerConfig
-- testAlterIpConfig
-- testDescribeAllBrokerConfig
-- testDescribeAllTopicConfig
-- testDescribeIpConfigs
-- testEntityDefaultForType
-- testEntityDefaultOptionWithAlterBrokerLoggerIsNotAllowed
-- testEntityDefaultOptionWithDescribeBrokerLoggerIsNotAllowed
-- testNoSpecifiedEntityOptionWithDescribeBrokersInBootstrapServerIsAllowed
-- testOptionEntityTypeNames
-- testParseConfigsToBeAddedForAddConfigFile
 kafka.admin.DeleteTopicTest:
 - testAddPartitionDuringDeleteTopic
 - testDeleteNonExistingTopic
@@ -165,10 +88,6 @@ kafka.admin.RemoteTopicCrudTest:
 - testUpdateTopicConfigWithInheritedLocalRetentionTime
 - testUpdateTopicConfigWithValidRetentionSizeTest
 - testUpdateTopicConfigWithValidRetentionTimeTest
-kafka.admin.UserScramCredentialsCommandTest:
-- testAlterWithEmptyPassword
-- testDescribeUnknownUser
-- testUserScramCredentialsRequests
 kafka.api.AdminClientWithPoliciesIntegrationTest:
 - testInvalidAlterConfigs
 - testInvalidAlterConfigsDueToPolicy
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index ba54574bdab..0c08783cda2 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -53,6 +53,83 @@ org.apache.kafka.tools.ClusterToolTest:
 - testUnregister
 - testUnregisterBroker
 - testUnregisterWithBootstrapController
+org.apache.kafka.tools.ConfigCommandIntegrationTest:
+- testAddConfigKeyValuesUsingCommand
+- testAlterReadOnlyConfigInKRaftThenShouldFail
+- testClientMetricsConfigUpdate
+- testDynamicBrokerConfigUpdateUsingKraft
+- testExitWithNonZeroStatusOnUpdatingUnallowedConfig
+- testGroupConfigUpdateUsingKraft
+- testNullStatusOnKraftCommandAlterClientMetrics
+- testNullStatusOnKraftCommandAlterGroup
+- testNullStatusOnKraftCommandAlterUserQuota
+- testUnsupportedVersionException
+- testUpdateBrokerConfigNotAffectedByInvalidConfig
+- testUpdateClusterWideConfigInKRaftThenShouldSuccessful
+- testUpdateInvalidBrokerConfigs
+- testUpdateInvalidTopicConfigs
+- testUpdatePerBrokerConfigInKRaftThenShouldFail
+- testUpdatePerBrokerConfigWithListenerNameInKRaftThenShouldSuccessful
+org.apache.kafka.tools.ConfigCommandTest:
+- shouldAddBrokerDynamicConfig
+- shouldAddBrokerLoggerConfig
+- shouldAddClientConfig
+- shouldAddDefaultBrokerDynamicConfig
+- shouldAlterClientMetricsConfig
+- shouldAlterGroupConfig
+- shouldAlterTopicConfig
+- shouldDescribeClientMetricsConfigWithoutEntityName
+- shouldDescribeConfigBrokerWithoutEntityName
+- shouldDescribeConfigSynonyms
+- shouldDescribeGroupConfigWithoutEntityName
+- shouldExitWithNonZeroStatusAlterUserQuotaWithoutEntityName
+- shouldExitWithNonZeroStatusIfBothBootstrapServerAndBootstrapControllerGiven
+- shouldExitWithNonZeroStatusOnArgError
+- shouldExitWithNonZeroStatusOnBrokerCommandError
+- shouldFailIfAddAndAddFile
+- shouldFailIfBrokerEntityTypeIsNotAnInteger
+- shouldFailIfInvalidHost
+- shouldFailIfMixedEntityTypeFlags
+- shouldFailIfShortBrokerEntityTypeIsNotAnInteger
+- shouldFailIfUnrecognisedEntityType
+- shouldFailIfUnresolvableHost
+- shouldNotAlterClientMetricsConfigWithoutEntityName
+- shouldNotAlterGroupConfigWithoutEntityName
+- shouldNotAlterNonQuotaIpConfigsUsingBootstrapServer
+- shouldNotAlterNonQuotaNonScramUserOrClientConfigUsingBootstrapServer
+- shouldNotAlterScramClientConfigUsingBootstrapServer
+- 
shouldNotAlterUserScramCredentialAndClientQuotaConfigsSimultaneouslyUsingBootstrapServer
+- 
shouldNotCreateUserScramCredentialConfigWithUnderMinimumIterationsUsingBootstrapServer
+- shouldNotDescribeUserScramCredentialsWithEntityDefaultUsingBootstrapServer
+- shouldNotUpdateBrokerConfigIfMalformedBracketConfig
+- shouldNotUpdateBrokerConfigIfMalformedConfig
+- shouldNotUpdateBrokerConfigIfMalformedEntityName
+- shouldNotUpdateConfigIfNonExistingConfigIsDeleted
+- shouldParseArgumentsForBrokerLoggersEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForBrokerLoggersEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForBrokersEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForBrokersEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForClientsEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForClientsEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForGroupEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForGroupEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForIpEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForIpEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForTopicsEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForTopicsEntityTypeWithControllerBootstrap
+- shouldParseArgumentsForUsersEntityTypeWithBrokerBootstrap
+- shouldParseArgumentsForUsersEntityTypeWithControllerBootstrap
+- shouldRaiseInvalidConfigurationExceptionWhenAddingInvalidBrokerLoggerConfig
+- testAlterIpConfig
+- testDescribeAllBrokerConfig
+- testDescribeAllTopicConfig
+- testDescribeIpConfigs
+- testEntityDefaultForType
+- testEntityDefaultOptionWithAlterBrokerLoggerIsNotAllowed
+- testEntityDefaultOptionWithDescribeBrokerLoggerIsNotAllowed
+- testNoSpecifiedEntityOptionWithDescribeBrokersInBootstrapServerIsAllowed
+- testOptionEntityTypeNames
+- testParseConfigsToBeAddedForAddConfigFile
 org.apache.kafka.tools.ConnectPluginPathTest:
 - testListMultipleLocations
 - testListMultiplePluginPaths
@@ -455,6 +532,10 @@ org.apache.kafka.tools.TransactionsCommandTest:
 - testListTransactions
 - testNewBrokerAbortTransaction
 - testOldBrokerAbortTransactionWithUnknownCoordinatorEpoch
+org.apache.kafka.tools.UserScramCredentialsCommandTest:
+- testAlterWithEmptyPassword
+- testDescribeUnknownUser
+- testUserScramCredentialsRequests
 org.apache.kafka.tools.consumer.ConsoleConsumerOptionsTest:
 - groupIdsProvidedInDifferentPlacesMustMatch
 - shouldExitIfFromBeginningAndOffset

Reply via email to