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 4b610e3441d Update test catalog data for GHA workflow run 14171867086
4b610e3441d is described below

commit 4b610e3441d52b1dacd83f934dc4ddf10ffd53a0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 16:43:37 2025 +0000

    Update test catalog data for GHA workflow run 14171867086
    
    Commit: 
https://github.com/apache/kafka/commit/8b8062609467f562601bcd7175d20b84ad3a9c96
    GitHub Run: https://github.com/apache/kafka/actions/runs/14171867086
---
 .../clients/clients-integration-tests/tests.yaml   |  5 ++
 test-catalog/core/tests.yaml                       |  2 -
 test-catalog/streams/tests.yaml                    | 56 +++++++++++++++-------
 3 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 4e4e2685a5d..fe4fcb26614 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -43,6 +43,11 @@ org.apache.kafka.clients.consumer.ConsumerIntegrationTest:
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolClassic
 - testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolConsumer
 - testLeaderEpoch
+org.apache.kafka.clients.consumer.ConsumerTopicCreationTest:
+- testAsyncConsumerTopicCreationIfConsumerAllowToCreateTopic
+- testAsyncConsumerTopicCreationIfConsumerDisallowToCreateTopic
+- testClassicConsumerTopicCreationIfConsumerAllowToCreateTopic
+- testClassicConsumerTopicCreationIfConsumerDisallowToCreateTopic
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
 - testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b31e1fac048..f9d328a78ce 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -194,8 +194,6 @@ kafka.api.ConsumerBounceTest:
 - testConsumptionWithBrokerFailures
 - testSeekAndCommitWithBrokerFailures
 - testSubscribeWhenTopicUnavailable
-kafka.api.ConsumerTopicCreationTest:
-- testAutoTopicCreation
 kafka.api.ConsumerWithLegacyMessageFormatIntegrationTest:
 - testEarliestOrLatestOffsets
 - testOffsetsForTimes
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index fcf23c51e7a..d1f178e6d2b 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -564,16 +564,24 @@ 
org.apache.kafka.streams.kstream.RepartitionTopicNamingTest:
 - shouldPassWithSameRepartitionTopicNameUsingSameKGroupedStreamOptimized
 - shouldReuseFirstRepartitionTopicNameWhenOptimizing
 org.apache.kafka.streams.kstream.SessionWindowedDeserializerTest:
-- shouldSetWindowedInnerClassDeserialiserThroughConfig
-- shouldThrowConfigExceptionWhenInvalidWindowInnerClassDeserialiserSupplied
-- shouldThrowErrorIfDeserialisersConflictInConstructorAndConfig
-- shouldThrowErrorIfWindowInnerClassDeserialiserIsNotSet
+- 
shouldIgnoreWindowedInnerClassSerdeConfigIfWindowedInnerDeserializerClassConfigIsSet
+- shouldSetSerializerThroughWindowedInnerClassSerdeConfig
+- shouldSetSerializerThroughWindowedInnerDeserializerClassConfig
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassSerdeSupplied
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerDeserializerClassSupplied
+- 
shouldThrowErrorIfDeserializersConflictInConstructorAndWindowedInnerClassSerdeConfig
+- 
shouldThrowErrorIfDeserializersConflictInConstructorAndWindowedInnerDeserializerClassConfig
+- 
shouldThrowErrorIfWindowedInnerClassSerdeAndSessionWindowedDeserializerClassAreNotSet
 - testSessionWindowedDeserializerConstructor
 org.apache.kafka.streams.kstream.SessionWindowedSerializerTest:
-- shouldSetWindowedInnerClassSerialiserThroughConfig
-- shouldThrowConfigExceptionWhenInvalidWindowInnerClassSerialiserSupplied
-- shouldThrowErrorIfSerialisersConflictInConstructorAndConfig
-- shouldThrowErrorIfWindowInnerClassSerialiserIsNotSet
+- 
shouldIgnoreWindowedInnerClassSerdeConfigIfWindowedInnerSerializerClassConfigIsSet
+- shouldSetSerializerThroughWindowedInnerClassSerdeConfig
+- shouldSetSerializerThroughWindowedInnerSerializerClassConfig
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassSerdeSupplied
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerSerializerClassSupplied
+- 
shouldThrowErrorIfSerializersConflictInConstructorAndWindowedInnerClassSerdeConfig
+- 
shouldThrowErrorIfSerializersConflictInConstructorAndWindowedInnerSerializerClassConfig
+- 
shouldThrowErrorIfWindowedInnerClassSerdeAndWindowedInnerSerializerClassAreNotSet
 - testSessionWindowedSerializerConstructor
 org.apache.kafka.streams.kstream.SessionWindowsTest:
 - equalsAndHashcodeShouldBeValidForNegativeCases
@@ -598,18 +606,30 @@ org.apache.kafka.streams.kstream.SuppressedTest:
 - intermediateEventsShouldAcceptAnyBufferAndSetBounds
 - supportLongChainOfMethods
 org.apache.kafka.streams.kstream.TimeWindowedDeserializerTest:
-- shouldSetWindowSizeAndWindowedInnerDeserialiserThroughConfigs
-- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassDeserialiserSupplied
-- shouldThrowErrorIfWindowSizeIsNotSet
-- shouldThrowErrorIfWindowSizeSetInConfigsAndConstructor
-- shouldThrowErrorIfWindowedInnerClassDeserialiserIsNotSet
-- 
shouldThrowErrorIfWindowedInnerClassDeserialisersConflictInConstructorAndConfig
+- shouldHaveSameConfigNameForWindowSizeMs
+- 
shouldIgnoreWindowedInnerClassSerdeConfigIfWindowedInnerDeserializerClassConfigIsSet
+- 
shouldSetWindowSizeAndDeserializerThroughWindowSizeMsAndWindowedInnerClassSerdeConfigs
+- 
shouldSetWindowSizeAndDeserializerThroughWindowSizeMsAndWindowedInnerDeserializerClassConfigs
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassSerdeSupplied
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerDeserializerClassSupplied
+- 
shouldThrowErrorIfDeserializerConflictInConstructorAndWindowedInnerClassSerdeConfig
+- 
shouldThrowErrorIfDeserializerConflictInConstructorAndWindowedInnerDeserializerClassConfig
+- shouldThrowErrorIfWindowSizeIsNotSetAndWindowedInnerClassSerdeIsSet
+- shouldThrowErrorIfWindowSizeIsNotSetAndWindowedInnerDeserializerClassIsSet
+- shouldThrowErrorIfWindowSizeSetInConstructorConfigAndConstructor
+- shouldThrowErrorIfWindowSizeSetInStreamsConfigAndConstructor
+- 
shouldThrowErrorIfWindowedInnerClassSerdeIsNotSetAndWindowSizeMsInConstructorConfigIsSet
+- 
shouldThrowErrorIfWindowedInnerClassSerdeIsNotSetAndWindowSizeMsInStreamsConfigIsSet
 - testTimeWindowedDeserializerConstructor
 org.apache.kafka.streams.kstream.TimeWindowedSerializerTest:
-- shouldSetWindowedInnerClassSerialiserThroughConfig
-- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassSerialiserSupplied
-- shouldThrowErrorIfWindowedInnerClassSerialiserIsNotSet
-- shouldThrowErrorIfWindowedInnerClassSerialisersConflictInConstructorAndConfig
+- 
shouldIgnoreWindowedInnerClassSerdeConfigIfWindowedInnerSerializerClassConfigIsSet
+- shouldSetSerializerThroughWindowedInnerClassSerdeConfig
+- shouldSetSerializerThroughWindowedInnerSerializerClassConfig
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerClassSerdeSupplied
+- shouldThrowConfigExceptionWhenInvalidWindowedInnerSerializerClassSupplied
+- 
shouldThrowErrorIfSerializerConflictInConstructorAndWindowedInnerClassSerdeConfig
+- 
shouldThrowErrorIfSerializerConflictInConstructorAndWindowedInnerSerializerClassConfig
+- 
shouldThrowErrorIfWindowedInnerClassSerdeAndWindowedInnerSerializerClassAreNotSet
 - testTimeWindowedSerializerConstructor
 org.apache.kafka.streams.kstream.TimeWindowsTest:
 - advanceIntervalMustNotBeLargerThanWindowSize

Reply via email to