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 47680e0e73a Update test catalog data for GHA workflow run 24916802079
47680e0e73a is described below

commit 47680e0e73a387812b3c38a5307525162301ca80
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 25 02:40:22 2026 +0000

    Update test catalog data for GHA workflow run 24916802079
    
    Commit: 
https://github.com/apache/kafka/commit/0dad6a7c9c0a365eed29b62e4331744fab30ccf3
    GitHub Run: https://github.com/apache/kafka/actions/runs/24916802079
---
 test-catalog/tools/tests.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index b526e9047eb..0274d8cd342 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -69,6 +69,7 @@ org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAlterStreamsGroupTaskOffsetInterval
 - testBrokerLoggerConfigUpdate
 - testClientMetricsConfigUpdate
+- testDeleteNonExistentConfigIsIdempotent
 - testDescribeGroupWithoutDynamicConfigs
 - testDescribeNonExistentConfigResource
 - testDescribeStreamsGroupConfigs
@@ -91,6 +92,7 @@ org.apache.kafka.tools.ConfigCommandTest:
 - shouldAddBrokerLoggerConfig
 - shouldAddClientConfig
 - shouldAddDefaultBrokerDynamicConfig
+- shouldAllowDeletingNonExistingConfig
 - shouldAlterClientMetricsConfig
 - shouldAlterGroupConfig
 - shouldAlterTopicConfig
@@ -120,7 +122,6 @@ org.apache.kafka.tools.ConfigCommandTest:
 - shouldNotUpdateBrokerConfigIfMalformedBracketConfig
 - shouldNotUpdateBrokerConfigIfMalformedConfig
 - shouldNotUpdateBrokerConfigIfMalformedEntityName
-- shouldNotUpdateConfigIfNonExistingConfigIsDeleted
 - shouldParseArgumentsForBrokerLoggersEntityTypeWithBrokerBootstrap
 - shouldParseArgumentsForBrokerLoggersEntityTypeWithControllerBootstrap
 - shouldParseArgumentsForBrokersEntityTypeWithBrokerBootstrap

Reply via email to