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 857931d4af3 Update test catalog data for GHA workflow run 21901490844
857931d4af3 is described below
commit 857931d4af3e59b85f59bbc9c64adcec04831eba
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 13:01:59 2026 +0000
Update test catalog data for GHA workflow run 21901490844
Commit:
https://github.com/apache/kafka/commit/53032d2e4fe038cb8a6ac5c93a701e8a445ce024
GitHub Run: https://github.com/apache/kafka/actions/runs/21901490844
---
test-catalog/streams/tests.yaml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index e9149bf87bb..ad620f40d33 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4183,6 +4183,34 @@
org.apache.kafka.streams.state.internals.DelegatingPeekingKeyValueIteratorTest:
- shouldPeekNextKey
- shouldThrowNoSuchElementWhenNoMoreItemsLeftAndNextCalled
- shouldThrowNoSuchElementWhenNoMoreItemsLeftAndPeekNextCalled
+org.apache.kafka.streams.state.internals.DualColumnFamilyAccessorTest:
+- shouldAddToBatchDeletesFromBothWhenValueIsNull
+- shouldAddToBatchDeletesFromOldAndPutsToNew
+- shouldCloseBothColumnFamilies
+- shouldCreateAllIteratorForward
+- shouldCreateAllIteratorReverse
+- shouldCreatePrefixScanIterator
+- shouldCreateRangeIterator
+- shouldDeleteFromBothColumnFamiliesWhenValueIsNull
+- shouldDeleteRangeFromBothColumnFamilies
+- shouldFlushBothColumnFamiliesOnCommit
+- shouldGetFromOldColumnFamilyWithReadOptionsAndConvert
+- shouldGetOnlyFromOldColumnFamilyAndConvertWithoutMigration
+- shouldGetOnlyReturnNullWhenNotFound
+- shouldGetValueFromNewColumnFamily
+- shouldGetValueFromOldColumnFamilyAndConvert
+- shouldGetValueWithReadOptions
+- shouldPrepareBatchWithMultipleEntries
+- shouldPutValueToNewColumnFamilyAndDeleteFromOld
+- shouldReturnNullWhenKeyNotFoundInEitherColumnFamily
+- shouldReturnSumOfEntriesFromBothColumnFamilies
+- shouldThrowNPEWhenBatchEntryHasNullKey
+-
shouldThrowProcessorStateExceptionWhenDeleteFailsOnNewColumnFamilyWithNullValue
+-
shouldThrowProcessorStateExceptionWhenDeleteFailsOnOldColumnFamilyWithNullValue
+- shouldThrowProcessorStateExceptionWhenDeleteRangeFailsOnNewColumnFamily
+- shouldThrowProcessorStateExceptionWhenDeleteRangeFailsOnOldColumnFamily
+- shouldThrowProcessorStateExceptionWhenPutFailsOnDeleteColumnFamily
+- shouldThrowProcessorStateExceptionWhenPutFailsOnNewColumnFamily
org.apache.kafka.streams.state.internals.FilteredCacheIteratorTest:
- shouldAllowEntryMatchingHasNextCondition
- shouldFilterEntriesNotMatchingHasNextCondition
@@ -5736,6 +5764,7 @@
org.apache.kafka.streams.state.internals.ValueTimestampHeadersDeserializerTest:
- shouldExtractHeaders
- shouldExtractTimestamp
- shouldExtractValue
+- shouldPassHeadersToDeserializer
- shouldReturnNullForRawValueWhenInputIsNull
- shouldReturnNullWhenExtractingHeadersFromNull
- shouldReturnNullWhenSerializingNullValue
@@ -5743,6 +5772,7 @@
org.apache.kafka.streams.state.internals.ValueTimestampHeadersDeserializerTest:
- shouldThrowExceptionWhenExtractingTimestampFromNull
- shouldThrowExceptionWhenHeadersSizeIsInconsistent
org.apache.kafka.streams.state.internals.ValueTimestampHeadersSerializerTest:
+- shouldPassHeadersToSerializer
- shouldReturnNullWhenSerializingNullValue
- shouldSerializeAndDeserializeNonNullData
- shouldSerializeNullDataAsNull