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 1d9a0dc3ca0 Update test catalog data for GHA workflow run 19587133921
1d9a0dc3ca0 is described below

commit 1d9a0dc3ca06cca7d6507590add2a538448cf897
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 03:47:29 2025 +0000

    Update test catalog data for GHA workflow run 19587133921
    
    Commit: 
https://github.com/apache/kafka/commit/80928ac737512dafa087f6bc80f2f5c98c5e730a
    GitHub Run: https://github.com/apache/kafka/actions/runs/19587133921
---
 test-catalog/connect/runtime/tests.yaml           | 2 ++
 test-catalog/streams/integration-tests/tests.yaml | 2 ++
 test-catalog/streams/tests.yaml                   | 6 ++++++
 3 files changed, 10 insertions(+)

diff --git a/test-catalog/connect/runtime/tests.yaml 
b/test-catalog/connect/runtime/tests.yaml
index 8ce51691fc0..fa89021105d 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -1,3 +1,5 @@
+org.apache.kafka.connect.cli.AbstractConnectCliTest:
+- testStartConnectEnforcesCorrectOrder
 org.apache.kafka.connect.cli.ConnectStandaloneTest:
 - testParseJavaPropertiesFile
 - testParseJsonFileWithConnectorConfiguration
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 93d126d66d9..7d3247185bb 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -273,6 +273,8 @@ 
org.apache.kafka.streams.integration.StandbyTaskEOSMultiRebalanceIntegrationTest
 org.apache.kafka.streams.integration.StateDirectoryIntegrationTest:
 - testCleanUpStateDirIfEmpty
 - testNotCleanUpStateDirIfNotEmpty
+org.apache.kafka.streams.integration.StateUpdaterFailureIntegrationTest:
+- correctlyHandleFlushErrorsDuringRebalance
 org.apache.kafka.streams.integration.StoreQueryIntegrationTest:
 - 
shouldFailWithIllegalArgumentExceptionWhenIQPartitionerReturnsMultiplePartitions
 - shouldQueryAllStalePartitionStores
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b95bbffeff6..4ba5d4d0786 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1754,6 +1754,11 @@ 
org.apache.kafka.streams.processor.internals.DefaultStateUpdaterTest:
 - shouldImmediatelyAddMultipleStatelessTasksToRestoredTasks
 - shouldImmediatelyAddSingleStatelessTaskToRestoredTasks
 - shouldNotAutoCheckpointTasksIfIntervalNotElapsed
+- shouldNotFailTheThreadIfMaybeCheckpointFails
+- shouldNotFailTheThreadIfMaybeCheckpointFailsDuringTaskPause
+- shouldNotFailTheThreadIfMaybeCheckpointFailsDuringTaskRemoval
+- shouldNotFailTheThreadIfMaybeCheckpointFailsDuringTaskRestore
+- shouldNotFailTheThreadIfMaybeCheckpointFailsForCorruptedTask
 - shouldNotPauseActiveStatefulTaskInFailedTasks
 - shouldNotPauseActiveStatefulTaskInRestoredActiveTasks
 - shouldNotPauseStandbyTaskInFailedTasks
@@ -3041,6 +3046,7 @@ 
org.apache.kafka.streams.processor.internals.TaskManagerTest:
 - shouldCloseDirtyWhenRemoveFailedActiveTasksFromStateUpdaterOnPartitionLost
 - shouldCloseStandbyTasksOnShutdown
 - shouldCloseStandbyUnassignedTasksWhenCreatingNewTasks
+- shouldCloseTasksIfStateUpdaterTimesOutOnRemove
 - shouldCloseTasksWhenRemoveFailedActiveTasksFromStateUpdaterOnPartitionLost
 - shouldCollectFailedTaskFromStateUpdaterAndRethrow
 - shouldCommitActiveAndStandbyTasks

Reply via email to