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 271e581a4c3 Update test catalog data for GHA workflow run 15455967813
271e581a4c3 is described below

commit 271e581a4c3fc48bd1d635cbbf55058d2a552dc9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 03:26:37 2025 +0000

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

diff --git a/test-catalog/connect/runtime/tests.yaml 
b/test-catalog/connect/runtime/tests.yaml
index bc89a9a7f2f..19aaad44aff 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -923,6 +923,14 @@ 
org.apache.kafka.connect.runtime.isolation.DelegatingClassLoaderTest:
 - testEmptyLoadClass
 - testInitializedConnectorLoader
 - testInitializedLoadClass
+org.apache.kafka.connect.runtime.isolation.MultiVersionTest:
+- testBundledPluginLoading
+- testCorrectVersionRange
+- testInvalidVersionRange
+- testLatestVersion
+- testMultipleIsolatedVersionedPluginLoading
+- testVersionedConverter
+- testVersionedPluginLoaded
 org.apache.kafka.connect.runtime.isolation.PluginDescTest:
 - testNullArguments
 - testPluginDescComparison
@@ -930,6 +938,14 @@ org.apache.kafka.connect.runtime.isolation.PluginDescTest:
 - testPluginDescWithNullVersion
 - testPluginDescWithSystemClassLoader
 - testRegularPluginDesc
+org.apache.kafka.connect.runtime.isolation.PluginRecommenderTest:
+- testConnectorVersionRecommenders
+- testConverterPluginRecommender
+- testConverterVersionRecommenders
+- testHeaderConverterPluginRecommender
+- testHeaderConverterVersionRecommenders
+- testPredicateVersionRecommenders
+- testTransformationVersionRecommenders
 org.apache.kafka.connect.runtime.isolation.PluginScannerTest:
 - testClasspathPluginIsAlsoLoadedInIsolation
 - testNonVersionedPluginHasUndefinedVersion

Reply via email to