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 85553900452 Update test catalog data for GHA workflow run 27979813215
85553900452 is described below
commit 8555390045269ddffb31d5be21a1f14c795d5acc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 22:41:04 2026 +0000
Update test catalog data for GHA workflow run 27979813215
Commit:
https://github.com/apache/kafka/commit/9569137c6b92e6c760e74ada06e239b605d7acec
GitHub Run: https://github.com/apache/kafka/actions/runs/27979813215
---
test-catalog/streams/test-utils/tests.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test-catalog/streams/test-utils/tests.yaml
b/test-catalog/streams/test-utils/tests.yaml
index 25c94a6d62f..fd4b1bc4d7c 100644
--- a/test-catalog/streams/test-utils/tests.yaml
+++ b/test-catalog/streams/test-utils/tests.yaml
@@ -74,6 +74,7 @@ org.apache.kafka.streams.TopologyTestDriverAtLeastOnceTest:
- shouldInitProcessor
- shouldNotCreateStateDirectoryForStatelessTopology
- shouldNotRequireParameters
+- shouldNotResetRecordContextWhenAccessingStateStore
- shouldNotUpdateStoreForLargerValue
- shouldNotUpdateStoreForSmallerValue
- shouldPassRecordHeadersIntoSerializersAndDeserializers
@@ -117,6 +118,7 @@ org.apache.kafka.streams.TopologyTestDriverEosTest:
- shouldInitProcessor
- shouldNotCreateStateDirectoryForStatelessTopology
- shouldNotRequireParameters
+- shouldNotResetRecordContextWhenAccessingStateStore
- shouldNotUpdateStoreForLargerValue
- shouldNotUpdateStoreForSmallerValue
- shouldPassRecordHeadersIntoSerializersAndDeserializers