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 6bb3ff039de Update test catalog data for GHA workflow run 18868410202
6bb3ff039de is described below

commit 6bb3ff039de78abc4f4ce40e9039e369b67eb029
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 10:42:30 2025 +0000

    Update test catalog data for GHA workflow run 18868410202
    
    Commit: 
https://github.com/apache/kafka/commit/a395d06030022ccf305f6b7803eab43a1856d5b2
    GitHub Run: https://github.com/apache/kafka/actions/runs/18868410202
---
 test-catalog/connect/runtime/tests.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test-catalog/connect/runtime/tests.yaml 
b/test-catalog/connect/runtime/tests.yaml
index e29ffd16d60..8ce51691fc0 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -4,6 +4,9 @@ org.apache.kafka.connect.cli.ConnectStandaloneTest:
 - testParseJsonFileWithCreateConnectorRequest
 - testParseJsonFileWithCreateConnectorRequestWithUnknownField
 - testParseJsonFileWithCreateConnectorRequestWithoutInitialState
+org.apache.kafka.connect.connector.policy.AllowlistConnectorClientConfigOverridePolicyTest:
+- testAllowConfigs
+- testDenyAllByDefault
 
org.apache.kafka.connect.connector.policy.NoneConnectorClientConfigOverridePolicyTest:
 - testNoOverrides
 - testWithOverrides
@@ -109,11 +112,14 @@ 
org.apache.kafka.connect.integration.ConnectWorkerIntegrationTest:
 - testTasksMaxEnforcement
 org.apache.kafka.connect.integration.ConnectorClientPolicyIntegrationTest:
 - testCreateWithAllowedOverridesForAllPolicy
+- testCreateWithAllowedOverridesForAllowlistPolicy
 - testCreateWithAllowedOverridesForDefaultPolicy
 - testCreateWithAllowedOverridesForPrincipalPolicy
 - testCreateWithNoAllowedOverridesForNonePolicy
+- testCreateWithNotAllowedOverridesForAllowlistPolicy
 - testCreateWithNotAllowedOverridesForPrincipalPolicy
 - testCreateWithOverridesForNonePolicy
+- testCreateWithoutOverridesForAllowlistPolicy
 org.apache.kafka.connect.integration.ConnectorRestartApiIntegrationTest:
 - testFailedConnectorRestartBothConnectorAndTasks
 - testFailedConnectorRestartOnlyConnector
@@ -269,6 +275,7 @@ org.apache.kafka.connect.runtime.AbstractHerderTest:
 - testClientConfigOverridePolicyWithMetrics
 - testConfigProviderRegex
 - testConfigValidationAllOverride
+- testConfigValidationAllowlistOverride
 - testConfigValidationEmptyConfig
 - testConfigValidationInvalidTopics
 - testConfigValidationMissingName

Reply via email to