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 d9f7dc0a0ea Update test catalog data for GHA workflow run 18583259520
d9f7dc0a0ea is described below
commit d9f7dc0a0eab6dde3da6e27c979bdfa121def449
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 07:39:48 2025 +0000
Update test catalog data for GHA workflow run 18583259520
Commit:
https://github.com/apache/kafka/commit/2486cf1abe1301cd7147a667dd24f57bf21dc8c5
GitHub Run: https://github.com/apache/kafka/actions/runs/18583259520
---
test-catalog/streams/tests.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 96b0fc10853..1b0827c6a65 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1924,6 +1924,7 @@
org.apache.kafka.streams.processor.internals.GlobalStreamThreadTest:
- shouldStopRunningWhenClosedByUser
- shouldThrowStreamsExceptionOnStartupIfExceptionOccurred
- shouldThrowStreamsExceptionOnStartupIfThereIsAStreamsException
+- shouldThrowStreamsExceptionOnStartupIfThrowableOccurred
- shouldTimeOutOnGlobalConsumerInstanceId
- shouldTransitionToRunningOnStart
org.apache.kafka.streams.processor.internals.HighAvailabilityStreamsPartitionAssignorTest: