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 17bf698908c Update test catalog data for GHA workflow run 15462402789
17bf698908c is described below
commit 17bf698908c16854fd1615d2f496567d724535d7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 11:30:52 2025 +0000
Update test catalog data for GHA workflow run 15462402789
Commit:
https://github.com/apache/kafka/commit/3edb406f980ef9c230e76e1de860afcc3b935b87
GitHub Run: https://github.com/apache/kafka/actions/runs/15462402789
---
test-catalog/clients/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 2 ++
3 files changed, 4 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 52686f08cda..3c9b85a23ac 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -49,6 +49,7 @@ org.apache.kafka.clients.FetchSessionHandlerTest:
- testVerifyFullFetchResponsePartitionsWithTopicIds
org.apache.kafka.clients.GroupRebalanceConfigTest:
- testRackIdIsEmptyIfNoDefined
+- testRackIdIsEmptyIfValueIsEmptyString
- testRackIdIsNotEmptyIfDefined
org.apache.kafka.clients.InFlightRequestsTest:
- testClearAll
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index f5e2cf97969..708df18bc48 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -197,6 +197,7 @@
org.apache.kafka.streams.integration.ProcessingExceptionHandlerIntegrationTest:
-
shouldStopOnFailedProcessorWhenProcessingExceptionOccursInFailProcessingExceptionHandler
- shouldStopProcessingWhenFatalUserExceptionProcessingExceptionHandler
- shouldStopProcessingWhenProcessingExceptionHandlerReturnsNull
+- shouldVerifySourceRawKeyAndSourceRawValuePresentOrNotInErrorHandlerContext
org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest:
- shouldRestoreState
org.apache.kafka.streams.integration.QueryableStateIntegrationTest:
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 1a0b4a5e5a9..2a9678e5cc4 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2329,6 +2329,8 @@
org.apache.kafka.streams.processor.internals.RecordCollectorTest:
- shouldForwardFlushToStreamsProducerEosEnabled
- shouldForwardRuntimeExceptionFromStreamPartitionerWithoutWrappingIt
- shouldForwardTimeoutExceptionFromStreamPartitionerWithoutWrappingIt
+- shouldFreeRawRecordsInContextBeforeSending
+- shouldHaveRawDataDuringExceptionInSerialization
- shouldNotAbortTxOnCloseCleanIfEosEnabled
- shouldNotAbortTxnOnEOSCloseDirtyIfNothingSent
- shouldNotCallProductionExceptionHandlerOnClassCastException