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 84b2d826279 Update test catalog data for GHA workflow run 28044025789
84b2d826279 is described below

commit 84b2d826279b8c234d9eecc062271d69018f5ea2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 21:14:35 2026 +0000

    Update test catalog data for GHA workflow run 28044025789
    
    Commit: 
https://github.com/apache/kafka/commit/076ea535fa39050d27c5ab7d8ea75361d1c4b0a2
    GitHub Run: https://github.com/apache/kafka/actions/runs/28044025789
---
 test-catalog/streams/test-utils/tests.yaml | 11 +++++++++++
 test-catalog/streams/tests.yaml            |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/test-catalog/streams/test-utils/tests.yaml 
b/test-catalog/streams/test-utils/tests.yaml
index fd4b1bc4d7c..203158b0446 100644
--- a/test-catalog/streams/test-utils/tests.yaml
+++ b/test-catalog/streams/test-utils/tests.yaml
@@ -174,13 +174,24 @@ 
org.apache.kafka.streams.test.MockProcessorContextStateStoreTest:
 - shouldWorkForAllStoreTypeAndSetups
 org.apache.kafka.streams.test.TestRecordTest:
 - testConsumerRecord
+- testConsumerRecordWithNegativePartition
+- testConsumerRecordWithNoTimestamp
 - testEqualsAndHashCode
+- testEqualsConsidersPartition
+- testEqualsIgnorePartition
+- testExplicitNoPartitionConstructor
+- testExplicitPartitionConstructor
 - testFields
+- testInvalidNegativePartitionConstructor
 - testInvalidRecords
 - testMultiFieldMatcher
 - testPartialConstructorEquals
+- testPartitionDefaultsToUnset
 - testProducerRecord
+- testProducerRecordWithNullTimestamp
+- testProducerRecordWithoutPartition
 - testToString
+- testToStringIncludesPartitionWhenSet
 org.apache.kafka.streams.test.wordcount.WindowedWordCountProcessorTest:
 - shouldWorkWithInMemoryStore
 - shouldWorkWithPersistentStore
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 3101d53b5bb..18797ae9014 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -236,6 +236,7 @@ org.apache.kafka.streams.StreamsConfigTest:
 - shouldAcceptValidDslStoreFormatDefault
 - shouldAcceptValidDslStoreFormatHeaders
 - shouldAcceptValidInteractiveQueryIsolationLevels
+- shouldAcceptWithValidApplicationServerConfigValue
 - shouldAllowConfiguringProcessorWrapperWithClass
 - shouldAllowConfiguringProcessorWrapperWithClassName
 - shouldAllowMultipleOptimizations
@@ -352,6 +353,7 @@ org.apache.kafka.streams.StreamsConfigTest:
 - shouldThrowConfigExceptionWhenOptimizationConfigNotValueInRange
 - shouldThrowConfigExceptionWhenStoreTypeConfigNotValueInRange
 - shouldThrowConfigExceptionWhenStreamsProtocolUsedWithStaticMembership
+- shouldThrowConfigExceptionWithInvalidApplicationServerConfigValue
 - shouldThrowExceptionIfApplicationIdIsNotSet
 - shouldThrowExceptionIfBootstrapServersIsNotSet
 - shouldThrowExceptionIfCommitIntervalMsIsNegative
@@ -3860,6 +3862,7 @@ org.apache.kafka.streams.state.HostInfoTest:
 - shouldReturnNullHostInfoForEmptyEndPoint
 - shouldReturnNullHostInfoForNullEndPoint
 - shouldThrowConfigExceptionForNonsenseEndPoint
+- shouldThrowConfigExceptionWithInvalidEndpoint
 org.apache.kafka.streams.state.QueryableStoreTypesWithHeadersTest:
 - shouldAcceptRegularKeyValueStoreForKeyValueStoreType
 - shouldAcceptRegularSessionStoreForSessionStoreType

Reply via email to