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 256f8a0c420 Update test catalog data for GHA workflow run 29543751168
256f8a0c420 is described below
commit 256f8a0c4201e6c50a680867b3a856628a57d013
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 03:34:39 2026 +0000
Update test catalog data for GHA workflow run 29543751168
Commit:
https://github.com/apache/kafka/commit/3408aa3a49c3b453f7680646b73b3471bcdc0ac9
GitHub Run: https://github.com/apache/kafka/actions/runs/29543751168
---
test-catalog/streams/tests.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index d86f3bc4d7e..0cec4a96a03 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1176,6 +1176,7 @@
org.apache.kafka.streams.kstream.internals.KStreamKTableJoinTest:
- shouldClearTableEntryOnNullValueUpdates
- shouldCreateRepartitionTopicsWithUserProvidedName
- shouldDelayJoinByGracePeriod
+- shouldDeserializeBufferedValueWithPutTimeHeadersDuringEviction
- shouldFailIfGracePeriodIsLongerThanHistoryRetention
- shouldFailIfGracePeriodIsLongerThanHistoryRetentionAndInheritedStore
- shouldFailIfTableIsNotVersioned
@@ -5836,9 +5837,11 @@
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedKeyValueBufferTest:
- shouldAddAndEvictRecordTwice
- shouldAddAndEvictRecordTwiceWithNonZeroGrace
- shouldAddRecordsTwiceAndEvictRecordsOnce
+- shouldDeserializeWithPutTimeHeadersEvenAfterContextMutation
- shouldDropLateRecords
- shouldDropLateRecordsWithNonZeroGrace
- shouldHandleCollidingKeys
+- shouldNotBeAffectedByProcessorContextHeaderMutationBetweenPutAndEvict
- shouldPutInBufferAndUpdateFields
- shouldReturnIfRecordWasAdded
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedKeyValueBytesStoreTest: