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 0d5380393cf Update test catalog data for GHA workflow run 22920543314
0d5380393cf is described below

commit 0d5380393cfa5d63ec28e7b79e6b693ac42b0703
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 23:26:28 2026 +0000

    Update test catalog data for GHA workflow run 22920543314
    
    Commit: 
https://github.com/apache/kafka/commit/0a7b16c501b2d4e7eb981521a0235f8fa1836753
    GitHub Run: https://github.com/apache/kafka/actions/runs/22920543314
---
 test-catalog/clients/tests.yaml           |  1 +
 test-catalog/core/tests.yaml              |  1 +
 test-catalog/group-coordinator/tests.yaml | 12 +++++++++-
 test-catalog/streams/tests.yaml           | 39 +++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 97c4dd9a311..38f55931825 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2702,6 +2702,7 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testResetOffsetEvent
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
+- testSharePollEventCallsShareManagers
 - testStreamsOnAllTasksLostCallbackCompletedEvent
 - 
testStreamsOnAllTasksLostCallbackCompletedEventWithoutStreamsMembershipManager
 - testStreamsOnTasksAssignedCallbackCompletedEvent
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 77a98d7bec4..0cadabcdd80 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -351,6 +351,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testElectUncleanLeadersNoop
 - testElectUncleanLeadersWhenNoLiveBrokers
 - testForceClose
+- testGroupConfigEvaluatedAfterBrokerRestart
 - testIncludeDocumentation
 - testIncrementalAlterAndDescribeGroupConfigs
 - testIncrementalAlterConfigsDeleteAndSetBrokerConfigs
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index f9af9b47a89..31dab26e513 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1,15 +1,22 @@
 org.apache.kafka.coordinator.group.GroupConfigManagerTest:
+- testClampWithCustomBrokerBounds
 - testGetNonExistentGroupConfig
 - testUpdateConfigWithInvalidGroupId
+- testUpdateConfigWithNullGroupId
 - testUpdateGroupConfig
-- testValidateUsesAllGroupTypeDefaults
 org.apache.kafka.coordinator.group.GroupConfigTest:
+- testEvaluateDoesNotModifyInput
+- testEvaluateEmptyPropsReturnsEmpty
+- testEvaluateMaxBoundedValueAboveMaxIsCapped
+- testEvaluateValueAboveMaxIsCapped
+- testEvaluateValueBelowMinIsCapped
 - testFromPropsInvalid
 - testFromPropsWithDefaultValue
 - testInvalidConfigName
 - testInvalidProps
 - testValidShareAutoOffsetResetValues
 - testValidShareIsolationLevelValues
+- testValidateWithAllGroupTypeConfigs
 org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testAppendLingerMs
 - testConfigs
@@ -297,6 +304,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupDescribeOnStreamsGroup
 - testConsumerGroupDescribeWithErrors
 - testConsumerGroupDynamicConfigs
+- testConsumerGroupEvaluatedConfigs
 - testConsumerGroupHeartbeatFromExistingClassicStaticMember
 - testConsumerGroupHeartbeatFullResponse
 - testConsumerGroupHeartbeatOnShareGroup
@@ -514,6 +522,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testShareGroupDescribeOnStreamsGroup
 - testShareGroupDescribeRequest
 - testShareGroupDynamicConfigs
+- testShareGroupEvaluatedConfigs
 - testShareGroupHeartbeatInitializeOnPartitionUpdate
 - testShareGroupHeartbeatOnConsumerGroup
 - testShareGroupHeartbeatOnStreamsGroup
@@ -586,6 +595,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsGroupEndpointInformationIncludesNewMember
 - testStreamsGroupEndpointInformationOnlyWhenEpochGreater
 - testStreamsGroupEpochIncreaseWithAssignmentConfigChanges
+- testStreamsGroupEvaluatedConfigs
 - testStreamsGroupHeartbeatAlwaysSetsStatus
 - testStreamsGroupHeartbeatOnConsumerGroup
 - testStreamsGroupHeartbeatOnShareGroup
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 044dce20fdd..22f9fc93970 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2498,6 +2498,24 @@ 
org.apache.kafka.streams.processor.internals.SinkNodeTest:
 - shouldThrowStreamsExceptionOnUndefinedKeySerde
 - shouldThrowStreamsExceptionOnUndefinedValueSerde
 - shouldThrowStreamsExceptionWithExplicitErrorMessage
+org.apache.kafka.streams.processor.internals.SlidingWindowStoreMaterializerTest:
+- shouldBuildHeadersAwareStoreWithCachingEnabledByDefault
+- shouldCreateHeadersAwareStoreWithCachingAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithLoggingDisabled
+- shouldCreateHeadersAwareStoreWithLoggingEnabledByDefault
+- shouldCreateHeadersAwareStoreWithOnWindowClose
+- shouldCreateHeadersAwareStoreWithOnWindowCloseAndCachingAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithOnWindowCloseAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithProvidedSupplierAndLoggingEnabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedBuilderWithCachingDisabled
+- shouldCreateTimestampedBuilderWithLoggingDisabled
+- shouldCreateTimestampedStoreWithOnWindowClose
+- shouldCreateTimestampedStoreWithProvidedSupplierAndCachingAndLoggingDisabled
+- 
shouldCreateTimestampedStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedStoreWithProvidedSupplierAndCachingDisabled
+- shouldCreateTimestampedStoreWithProvidedSupplierAndLoggingDisabled
 org.apache.kafka.streams.processor.internals.SourceNodeTest:
 - shouldExposeProcessMetrics
 - shouldProvideTopicHeadersAndDataToKeyDeserializer
@@ -3236,6 +3254,26 @@ 
org.apache.kafka.streams.processor.internals.TopicPartitionMetadataTest:
 org.apache.kafka.streams.processor.internals.TopologyMetadataTest:
 - testPauseResume
 - testSubtopologyCompare
+org.apache.kafka.streams.processor.internals.WindowStoreMaterializerTest:
+- shouldBuildHeadersAwareStoreWithCachingEnabledByDefault
+- shouldCreateHeadersAwareStoreWithCachingAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithLoggingDisabled
+- shouldCreateHeadersAwareStoreWithLoggingEnabledByDefault
+- shouldCreateHeadersAwareStoreWithOnWindowClose
+- shouldCreateHeadersAwareStoreWithOnWindowCloseAndCachingAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithOnWindowCloseAndCachingEnabled
+- shouldCreateHeadersAwareStoreWithOnWindowCloseAndLoggingDisabled
+- shouldCreateHeadersAwareStoreWithProvidedSupplierAndLoggingEnabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedBuilderWithCachingDisabled
+- shouldCreateTimestampedBuilderWithLoggingDisabled
+- shouldCreateTimestampedStoreWithOnWindowClose
+- shouldCreateTimestampedStoreWithOnWindowCloseAndCachingEnabled
+- shouldCreateTimestampedStoreWithProvidedSupplierAndCachingAndLoggingDisabled
+- 
shouldCreateTimestampedStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedStoreWithProvidedSupplierAndCachingDisabled
+- shouldCreateTimestampedStoreWithProvidedSupplierAndLoggingDisabled
 org.apache.kafka.streams.processor.internals.WriteConsistencyVectorTest:
 - shouldSendConsistencyVectorToChangelogTopic
 org.apache.kafka.streams.processor.internals.assignment.AssignmentInfoTest:
@@ -5816,6 +5854,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBWindowStoreTest:
 - testValueIteratorPeek
 - testWindowIteratorPeek
 
org.apache.kafka.streams.state.internals.RocksDbIndexedTimeOrderedWindowBytesStoreSupplierTest:
+- shouldCreateRocksDbTimeOrderedWindowStoreWithHeaders
 - shouldCreateRocksDbTimeOrderedWindowStoreWithIndex
 - shouldCreateRocksDbTimeOrderedWindowStoreWithoutIndex
 - shouldThrowIfRetentionPeriodIsNegative

Reply via email to