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 84dc34112e4 Update test catalog data for GHA workflow run 22810059557
84dc34112e4 is described below
commit 84dc34112e4414516d87790a58fe05a851f1ef91
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 02:30:31 2026 +0000
Update test catalog data for GHA workflow run 22810059557
Commit:
https://github.com/apache/kafka/commit/66cc6b6297edf67a533d0aadf3dc31cab3b59e5a
GitHub Run: https://github.com/apache/kafka/actions/runs/22810059557
---
test-catalog/group-coordinator/tests.yaml | 4 ++++
test-catalog/streams/integration-tests/tests.yaml | 6 ++++++
test-catalog/streams/tests.yaml | 2 ++
3 files changed, 12 insertions(+)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 5fa2c24ba8a..c31345f3de3 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -467,7 +467,11 @@
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testReplayConsumerGroupTargetAssignmentMemberTombstone
- testReplayConsumerGroupTargetAssignmentMetadata
- testReplayConsumerGroupTargetAssignmentMetadataTombstone
+- testReplayConsumerGroupTargetAssignmentMetadataTombstoneExisting
- testReplayGroupMetadataRecords
+- testReplayShareGroupTargetAssignmentMetadata
+- testReplayShareGroupTargetAssignmentMetadataTombstone
+- testReplayShareGroupTargetAssignmentMetadataTombstoneExisting
- testReplayStreamsGroupCurrentMemberAssignment
- testReplayStreamsGroupCurrentMemberAssignmentTombstoneExisting
- testReplayStreamsGroupCurrentMemberAssignmentTombstoneNotExisting
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 79335339c53..f5a9320e51c 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -60,6 +60,12 @@
org.apache.kafka.streams.integration.GlobalKTableIntegrationTest:
- shouldKStreamGlobalKTableJoin
- shouldKStreamGlobalKTableLeftJoin
- shouldRestoreGlobalInMemoryKTableOnRestart
+- testProcessingExceptionHandlerContinueEnabledRestorationPhase
+- testProcessingExceptionHandlerContinueEnabledRunTimePhase
+- testProcessingExceptionHandlerDisabledRestorationPhase
+- testProcessingExceptionHandlerDisabledRunTimePhase
+- testProcessingExceptionHandlerFailEnabledRestorationPhase
+- testProcessingExceptionHandlerFailEnabledRunTimePhase
org.apache.kafka.streams.integration.GlobalStateReprocessTest:
- shouldReprocessWithUserProvidedStore
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 97614afbd80..475bd32bd35 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1913,12 +1913,14 @@
org.apache.kafka.streams.processor.internals.GlobalStateTaskTest:
- shouldInitializeContext
- shouldInitializeProcessorTopology
- shouldInitializeStateManager
+- shouldInvokeProcessExceptionHandlerWhenEnabled
- shouldNotCheckpointIfNotReceivedEnoughRecords
- shouldNotCheckpointWhenFlushIntervalHasNotLapsed
- shouldNotThrowStreamsExceptionWhenKeyDeserializationFailsWithSkipHandler
- shouldNotThrowStreamsExceptionWhenValueDeserializationFails
- shouldProcessRecordsForOtherTopic
- shouldProcessRecordsForTopic
+- shouldPropagateExceptionWhenHandlerDisabled
- shouldThrowStreamsExceptionWhenKeyDeserializationFails
- shouldThrowStreamsExceptionWhenValueDeserializationFails
- shouldWipeGlobalStateDirectory