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 c496e1803c2 Update test catalog data for GHA workflow run 30418550965
c496e1803c2 is described below

commit c496e1803c2af662c23eebc9535b1eac95cec0f6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 08:35:56 2026 +0000

    Update test catalog data for GHA workflow run 30418550965
    
    Commit: 
https://github.com/apache/kafka/commit/b992620602d72f633dcdeabed498638c899e87f8
    GitHub Run: https://github.com/apache/kafka/actions/runs/30418550965
---
 test-catalog/connect/runtime/tests.yaml | 1 +
 test-catalog/tools/tests.yaml           | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/test-catalog/connect/runtime/tests.yaml 
b/test-catalog/connect/runtime/tests.yaml
index 2c7b1448153..c25b6a4443b 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -192,6 +192,7 @@ 
org.apache.kafka.connect.integration.InternalTopicsIntegrationTest:
 - testCreateInternalTopicsWithDefaultSettings
 - testCreateInternalTopicsWithFewerReplicasThanBrokers
 - testFailToCreateInternalTopicsWithMoreReplicasThanBrokers
+- testFailToStartWhenInternalTopicsAreMissingWithDisabledInternalTopicCreation
 - testFailToStartWhenInternalTopicsAreNotCompacted
 - 
testStartWhenInternalTopicsCreatedManuallyWithCompactForBrokersDefaultCleanupPolicy
 org.apache.kafka.connect.integration.MonitorableSinkIntegrationTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 1d295f1b2fa..0b7794660b2 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -155,6 +155,15 @@ org.apache.kafka.tools.ConfigCommandTest:
 - testNoSpecifiedEntityOptionWithDescribeBrokersInBootstrapServerIsAllowed
 - testOptionEntityTypeNames
 - testParseConfigsToBeAddedForAddConfigFile
+org.apache.kafka.tools.ConnectInternalTopicsTest:
+- testCreateInternalTopicsWithDefaultValues
+- testCreateMissingTopics
+- testEmptyTopicNamesInWorkerConfig
+- testNoTopicNamesInWorkerConfig
+- testNoWorkerConfig
+- testTopicConfigOverrides
+- testWorkerConfigBlank
+- testWorkerConfigFileDoesNotExist
 org.apache.kafka.tools.ConnectPluginPathTest:
 - testListEmptyPluginPathArg
 - testListEmptyPluginPathElementArg

Reply via email to