This is an automated email from the ASF dual-hosted git repository.
github-actions[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 a6b8682539f Update test catalog data for GHA workflow run 30920563828
a6b8682539f is described below
commit a6b8682539f26e528b74562b61b830d834291df7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 4 18:02:22 2026 +0000
Update test catalog data for GHA workflow run 30920563828
Commit:
https://github.com/apache/kafka/commit/5da1831e1f6b27018550302a52b9f59bc9403ce9
GitHub Run: https://github.com/apache/kafka/actions/runs/30920563828
---
test-catalog/streams/integration-tests/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 1a5c7915ca6..597a87c2f95 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -21,6 +21,7 @@
org.apache.kafka.streams.integration.DeadLetterQueueIntegrationTest:
- shouldSendToDlqAndFailFromDsl
- shouldSendToDlqAndFailFromProcessorAPI
org.apache.kafka.streams.integration.EOSUncleanShutdownIntegrationTest:
+- shouldNotWipeStateStoreOnUncleanShutdownWhenTransactional
- shouldWorkWithUncleanShutdownWipeOutStateStore
org.apache.kafka.streams.integration.EmitOnChangeIntegrationTest:
- shouldEmitSameRecordAfterFailover
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 6e26dd86905..5a379962b65 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2814,6 +2814,7 @@
org.apache.kafka.streams.processor.internals.StreamTaskTest:
- shouldNotThrowExceptionOnAnchoredSchedule
- shouldNotThrowExceptionOnScheduleIfCurrentNodeIsNotNull
- shouldNotThrowFromStateManagerCloseInCloseDirty
+-
shouldNotWipeStateDirectoryWhenCloseDirtyAndEosEnabledWithTransactionalStateStores
- shouldPauseAndResumeBasedOnBufferedRecords
- shouldPrepareRecycleSuspendedTask
- shouldProcessInOrder