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 808dea48893 Update test catalog data for GHA workflow run 11910458370
808dea48893 is described below
commit 808dea488932a78a363fd2485f0506450ed46d16
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 14:04:35 2024 +0000
Update test catalog data for GHA workflow run 11910458370
Commit:
https://github.com/apache/kafka/commit/615c8c0e11678c39904d8bdde991a0c1a4b67625
GitHub Run: https://github.com/apache/kafka/actions/runs/11910458370
---
test-catalog/streams/integration-tests/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 3 +++
2 files changed, 5 insertions(+)
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index aefde822ca0..5627619ddde 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -178,7 +178,9 @@
org.apache.kafka.streams.integration.PauseResumeIntegrationTest:
org.apache.kafka.streams.integration.PositionRestartIntegrationTest:
- verifyStore
org.apache.kafka.streams.integration.ProcessingExceptionHandlerIntegrationTest:
+-
shouldContinueWhenProcessingExceptionOccursFromFlushingCacheIfExceptionHandlerReturnsContinue
- shouldContinueWhenProcessingExceptionOccursIfExceptionHandlerReturnsContinue
+-
shouldFailWhenProcessingExceptionOccursFromFlushingCacheIfExceptionHandlerReturnsFail
- shouldFailWhenProcessingExceptionOccursIfExceptionHandlerReturnsFail
-
shouldStopOnFailedProcessorWhenProcessingExceptionOccursInContinueProcessingExceptionHandler
-
shouldStopOnFailedProcessorWhenProcessingExceptionOccursInFailProcessingExceptionHandler
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 9fd22e441cc..b59c86086b7 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2145,7 +2145,10 @@
org.apache.kafka.streams.processor.internals.ProcessorStateManagerTest:
-
shouldThrowIllegalArgumentExceptionOnRegisterWhenStoreHasAlreadyBeenRegistered
- shouldThrowIllegalStateIfInitializingOffsetsForCorruptedTasks
- shouldThrowOnFailureToWritePositionCheckpointFile
+-
shouldThrowProcessorStateExceptionOnCloseIfStoreThrowsAFailedProcessingException
- shouldThrowProcessorStateExceptionOnCloseIfStoreThrowsAnException
+-
shouldThrowProcessorStateExceptionOnFlushCacheIfStoreThrowsAFailedProcessingException
+-
shouldThrowProcessorStateExceptionOnFlushIfStoreThrowsAFailedProcessingException
- shouldThrowProcessorStateExceptionOnFlushIfStoreThrowsAnException
- shouldThrowTaskCorruptedWithoutPersistentStoreCheckpointAndNonEmptyDir
- shouldUnregisterChangelogsDuringClose