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 9e380955501 Update test catalog data for GHA workflow run 13500516115
9e380955501 is described below

commit 9e380955501a8170318df890f605d037408a2ae7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 24 18:11:35 2025 +0000

    Update test catalog data for GHA workflow run 13500516115
    
    Commit: 
https://github.com/apache/kafka/commit/48527a1e7fe82a9833fc496b84191ef6f01241aa
    GitHub Run: https://github.com/apache/kafka/actions/runs/13500516115
---
 test-catalog/clients/tests.yaml |  2 ++
 test-catalog/streams/tests.yaml | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 87adfeabcad..4bf4bd5def3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2075,6 +2075,8 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testRetryAcknowledgements
 - testRetryAcknowledgementsWithLeaderChange
 - testServerDisconnectedOnShareAcknowledge
+- testShareAcknowledgeInvalidResponse
+- testShareFetchInvalidResponse
 - testShareFetchWithSubscriptionChange
 - testShareFetchWithSubscriptionChangeMultipleNodes
 - testShareFetchWithSubscriptionChangeMultipleNodesEmptyAcknowledgements
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index d61310e6d20..7c59d3d4dec 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -99,6 +99,18 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldNotReuseRepartitionTopicAsChangelogs
 - shouldNotReuseSourceTopicAsChangelogsByDefault
 - shouldNotThrowNullPointerIfOptimizationsNotSpecified
+- shouldNotThrowWhenCoGroupWithMaterializedName
+- shouldNotThrowWhenCoGroupWithRepartitionNameAndMaterializedName
+- shouldNotThrowWhenGroupByAggregationWithMaterializedName
+- shouldNotThrowWhenGroupByAggregationWithRepartitionNameAndMaterialized
+- shouldNotThrowWhenGroupByKeyAggregationWithMaterializedName
+- shouldNotThrowWhenGroupByKeyAggregationWithRepartitionNameAndMaterializedName
+- shouldNotThrowWhenKStreamGlobalKTableJoinWithMaterializedName
+- shouldNotThrowWhenKStreamKStreamJoinWithRepartitionNameAndMaterializedName
+- shouldNotThrowWhenKStreamKTableJoinWithRepartitionNameAndMaterializedName
+- shouldNotThrowWhenKStreamVersionedKTableJoinWithRepartitionName
+- shouldNotThrowWhenRepartitionWithRepartitionName
+- shouldNotThrowWhenSuppressWithSuppressName
 - shouldNowAllowStreamAndTableFromSameTopic
 - shouldProcessViaRepartitionTopic
 - shouldProcessingFromSinkTopic
@@ -106,11 +118,33 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldThrowExceptionWhenNoTopicPresent
 - shouldThrowExceptionWhenTopicNamesAreNull
 - shouldThrowOnVersionedStoreSupplierForGlobalTable
+- shouldThrowWhenCoGroupWithRepartitionNameAndLoggingDisabled
+- shouldThrowWhenCoGroupWithRepartitionNameAndLoggingEnabled
+- shouldThrowWhenCoGroupWithoutRepartitionNameAndMaterializedName
+- shouldThrowWhenGroupByAggregationWithRepartitionNameAndLoggingDisabled
+- shouldThrowWhenGroupByAggregationWithRepartitionNameAndLoggingEnabled
+- shouldThrowWhenGroupByAggregationWithoutRepartitionNameAndMaterializedName
+- shouldThrowWhenGroupByKeyAggregationWithRepartitionNameAndLoggingDisabled
+- shouldThrowWhenGroupByKeyAggregationWithRepartitionNameAndLoggingEnabled
+- shouldThrowWhenGroupByKeyAggregationWithoutRepartitionNameAndMaterializedName
+- shouldThrowWhenKStreamGlobalKTableJoinWithoutStoreName
+- shouldThrowWhenKStreamKStreamJoinWithMaterializedName
+- shouldThrowWhenKStreamKStreamJoinWithRepartitionNameAndLoggingDisabled
+- shouldThrowWhenKStreamKStreamJoinWithRepartitionNameAndLoggingEnabled
+- shouldThrowWhenKStreamKStreamJoinWithoutRepartitionNameAndMaterializedName
+- shouldThrowWhenKStreamKTableJoinWithMaterializedName
+- shouldThrowWhenKStreamKTableJoinWithRepartitionNameAndLoggingDisabled
+- shouldThrowWhenKStreamKTableJoinWithRepartitionNameAndLoggingEnabled
+- shouldThrowWhenKStreamKTableJoinWithoutRepartitionNameAndMaterializedName
+- shouldThrowWhenKStreamVersionedKTableJoinWithoutRepartitionName
+- shouldThrowWhenRepartitionWithoutRepartition
 - shouldThrowWhenSubscribedToAPatternWithDifferentResetPolicies
 - shouldThrowWhenSubscribedToAPatternWithSetAndUnsetResetPolicies
 - shouldThrowWhenSubscribedToATopicWithDifferentResetPolicies
 - shouldThrowWhenSubscribedToATopicWithSetAndUnsetResetPolicies
 - shouldThrowWhenSubscribedToATopicWithUnsetAndSetResetPolicies
+- shouldThrowWhenSuppressWithoutSuppressName
+- shouldThrowWhenSuppressWithoutSuppressNameAndLoggingDisabled
 - 
shouldUseConfiguredInStreamsConfigIfNoTopologyOverrideDslStoreSuppliersForAllOuterJoinOperationBetweenKStreamAndKStream
 - 
shouldUseConfiguredTopologyOverrideDslStoreSuppliersForAllOuterJoinOperationBetweenKStreamAndKStream
 - shouldUseDefaultNameForGlobalStoreProcessor
@@ -208,8 +242,10 @@ org.apache.kafka.streams.StreamsConfigTest:
 - 
shouldEnableMetricsForMainConsumerWhenConsumerPrefixDisabledMetricsPushEnabled
 - 
shouldEnableMetricsForMainConsumerWhenStreamMetricsPushDisabledButMainConsumerEnabled
 - shouldEnableSelfJoin
+- shouldEnsureExplicitInternalResourceNaming
 - shouldForwardCustomConfigsWithNoPrefixToAllClients
 - shouldGetClientTagsMapWhenSet
+- shouldGetDefaultEnsureExplicitInternalResourceNaming
 - shouldGetDefaultValueProcessingExceptionHandler
 - shouldGetEmptyMapIfClientTagsAreNotSet
 - shouldNotEnableAnyOptimizationsWithNoOptimizationConfig

Reply via email to