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 1443423835d Update test catalog data for GHA workflow run 23162830224
1443423835d is described below
commit 1443423835d91d818adae489612ad41a8875d366
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 22:44:53 2026 +0000
Update test catalog data for GHA workflow run 23162830224
Commit:
https://github.com/apache/kafka/commit/0fc806030265f0978644a8ae0d4c6d76c22ab704
GitHub Run: https://github.com/apache/kafka/actions/runs/23162830224
---
test-catalog/clients/tests.yaml | 5 ++++-
test-catalog/connect/runtime/tests.yaml | 1 +
test-catalog/core/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 16 ++++++++--------
4 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 9441eaf545c..9428d3e6771 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2396,7 +2396,9 @@
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
- testBuildingHeartbeatClientTagsSentWhenJoining
- testBuildingHeartbeatEndpointSentWhenJoining
- testBuildingHeartbeatProcessIdSentWhenJoining
+- testBuildingHeartbeatRequestClientTagSentWhenJoining
- testBuildingHeartbeatRequestFieldsThatAreAlwaysSent
+- testBuildingHeartbeatRequestRackIdSentWhenJoining
- testBuildingHeartbeatRequestRebalanceTimeoutSentWhenJoining
- testBuildingHeartbeatRequestTopologySentWhenJoining
- testBuildingHeartbeatShutdownRequested
@@ -2537,8 +2539,9 @@
org.apache.kafka.clients.consumer.internals.StreamsRebalanceDataTest:
- streamsRebalanceDataShouldNotAcceptNullClientTags
- streamsRebalanceDataShouldNotAcceptNullHostInfo
- streamsRebalanceDataShouldNotAcceptNullProcessId
+- streamsRebalanceDataShouldNotAcceptNullRackId
- streamsRebalanceDataShouldNotAcceptNullSubtopologies
-- streamsRebalanceDataShouldNotHaveModifiableSubtopologiesAndClientTags
+- streamsRebalanceDataShouldNotHaveModifiableSubtopologiesClientTags
- subtopologyShouldNotAcceptNulls
- subtopologyShouldNotBeModifiable
- taskIdShouldNotAcceptNulls
diff --git a/test-catalog/connect/runtime/tests.yaml
b/test-catalog/connect/runtime/tests.yaml
index a5e9cf5316b..34e78f6916f 100644
--- a/test-catalog/connect/runtime/tests.yaml
+++ b/test-catalog/connect/runtime/tests.yaml
@@ -624,6 +624,7 @@ org.apache.kafka.connect.runtime.WorkerTest:
- testConnectorGeneratesTooManyTasksAndMaxEnforced
- testConnectorGeneratesTooManyTasksButMaxNotEnforced
- testConnectorStatusMetricsGroup_taskStatusCounter
+- testConnectorStatusMetricsGroup_tasksFailedToStart
- testConsumerConfigsClientOverridesWithNonePolicy
- testConsumerConfigsWithClientOverrides
- testConsumerConfigsWithOverrides
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 1c1ca2afa4a..69bdbdc9182 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1690,6 +1690,7 @@ kafka.server.ControllerRegistrationManagerTest:
- testCreateStartAndClose
- testRegistration
- testRetransmitRegistration
+- testRetransmitRegistrationAfterTimeout
- testWrongIncarnationId
kafka.server.CreateTopicsRequestTest:
- testCreateClusterMetadataTopic
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index cd08ef0c94d..06f27dde940 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -239,6 +239,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldAllowSettingConsumerIsolationLevelIfEosDisabled
- shouldAllowSettingProducerEnableIdempotenceIfEosDisabled
- shouldAllowToSpecifyMaxInFlightRequestsPerConnectionAsStringIfEosV2Enabled
+- shouldAllowWhitespacesInRackAwareAssignmentTagsList
- shouldBeSupportNonPrefixedConsumerConfigs
- shouldBeSupportNonPrefixedGlobalConsumerConfigs
- shouldBeSupportNonPrefixedRestoreConsumerConfigs
@@ -351,8 +352,11 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldThrowExceptionIfMaxInFlightRequestsGreaterThanFiveIfEosV2Enabled
- shouldThrowExceptionIfNotAtLeastOnceOrExactlyOnce
- shouldThrowExceptionWhenClientTagKeyExceedMaxLimit
+- shouldThrowExceptionWhenClientTagKeyIsEmpty
+- shouldThrowExceptionWhenClientTagRackAwarenessIsConfiguredWithEmptyTag
- shouldThrowExceptionWhenClientTagRackAwarenessIsConfiguredWithUnknownTags
- shouldThrowExceptionWhenClientTagValueExceedMaxLimit
+- shouldThrowExceptionWhenClientTagValueIsEmpty
- shouldThrowExceptionWhenClientTagsExceedTheLimit
- shouldThrowExceptionWhenOptimizationDoesNotExistInList
- shouldThrowExceptionWhenRackAwareAssignmentTagsExceedsMaxListSize
@@ -1871,10 +1875,10 @@
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
- shouldCheckpointOffsets
- shouldCheckpointRestoredOffsetsToFile
- shouldCloseStateStores
+- shouldCommitStateStores
- shouldConvertValuesIfInnerStoreImplementsTimestampedBytesStore
- shouldConvertValuesIfStoreImplementsTimestampedBytesStore
- shouldFailOnDeserializationErrorsWhenReprocessing
-- shouldFlushStateStores
- shouldInitializeStateStores
- shouldListenForRestoreEvents
- shouldListenForRestoreEventsWhenReprocessing
@@ -1882,7 +1886,6 @@
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
- shouldNotCloseStoresIfCloseAlreadyCalled
- shouldNotConvertValuesIfInnerStoreDoesNotImplementTimestampedBytesStore
- shouldNotConvertValuesIfStoreDoesNotImplementTimestampedBytesStore
-- shouldNotDeleteCheckpointFileAfterLoaded
- shouldNotFailOnSlowProgressWhenEndOffsetsThrowsTimeoutException
- shouldNotFailOnSlowProgressWhenPartitionForThrowsTimeoutException
- shouldNotFailOnSlowProgressWhenPositionThrowsTimeoutException
@@ -1908,7 +1911,6 @@
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
- shouldThrowIllegalArgumentIfTryingToRegisterStoreThatIsNotGlobal
- shouldThrowProcessorStateStoreExceptionIfStoreCloseFailed
- shouldThrowProcessorStateStoreExceptionIfStoreCommitFailed
-- shouldThrowStreamsExceptionForOldTopicPartitions
- shouldThrowStreamsExceptionIfFailedToReadCheckpointedOffsets
- shouldThrowStreamsExceptionIfNoPartitionsFoundForStore
-
shouldUsePollMsPlusRequestTimeoutInPollDuringRestoreAndTimeoutWhenNoProgressDuringRestore
@@ -2261,20 +2263,17 @@
org.apache.kafka.streams.processor.internals.ProcessorStateManagerTest:
- shouldClearStoreCache
- shouldCloseAllStoresEvenIfStoreThrowsException
- shouldCloseStateStoresOnStateManagerClose
+- shouldCommitAndCloseLegacyStores
- shouldCommitGoodStoresEvenSomeThrowsException
-- shouldDeleteCheckPointFileIfEosEnabled
- shouldFindSingleStoreForChangelog
-- shouldFlushCheckpointAndClose
- shouldGetChangelogPartitionForRegisteredStore
- shouldGetRegisteredStore
- shouldInitializeOffsetsFromCheckpointFile
- shouldInitializeOffsetsFromCheckpointFileAndDeleteIfEOSEnabled
- shouldLoadMissingFileAsEmptyPosition
- shouldLogAWarningIfCheckpointThrowsAnIOException
-- shouldNotDeleteCheckPointFileIfEosNotEnabled
- shouldNotThrowTaskCorruptedExceptionAfterCheckpointing
- shouldNotThrowTaskCorruptedWithoutInMemoryStoreCheckpointAndNonEmptyDir
-- shouldNotWriteCheckpointForNonPersistentStore
- shouldNotWriteCheckpointForStoresWithoutChangelogTopic
- shouldOverrideOffsetsWhenRestoreAndProcess
- shouldPreserveStreamsExceptionOnCloseIfStoreThrows
@@ -2282,6 +2281,7 @@
org.apache.kafka.streams.processor.internals.ProcessorStateManagerTest:
- shouldRecycleAndReinitializeStore
- shouldRegisterNonPersistentStore
- shouldRegisterPersistentStores
+- shouldRegisterPersistentUnloggedStore
- shouldReportChangelogAsSource
- shouldReportTaskType
- shouldRestoreNonTimestampedStoreWithNoConverter
@@ -2305,7 +2305,6 @@
org.apache.kafka.streams.processor.internals.ProcessorStateManagerTest:
- shouldThrowProcessorStateExceptionOnCommitIfStoreThrowsAnException
-
shouldThrowProcessorStateExceptionOnFlushCacheIfStoreThrowsAFailedProcessingException
- shouldThrowTaskCorruptedWithoutPersistentStoreCheckpointAndNonEmptyDir
-- shouldWriteCheckpointForPersistentStore
- shouldWritePositionCheckpointFile
org.apache.kafka.streams.processor.internals.ProcessorTopologyTest:
- inMemoryStoreShouldNotResultInPersistentLocalStore
@@ -5190,6 +5189,7 @@
org.apache.kafka.streams.state.internals.ReadOnlySessionStoreFacadeTest:
- shouldReturnStrippedKeyValuePairsOnFindSessions
- shouldReturnStrippedKeyValuePairsOnFindSessionsWithKeyRange
org.apache.kafka.streams.state.internals.RecordConvertersTest:
+- shouldAddHeadersToValueOnConversionWhenValueIsNotNull
- shouldAddTimestampAndHeadersToValueOnConversionWhenValueIsNotNull
- shouldAddTimestampToValueOnConversionWhenValueIsNotNull
- shouldPreserveNullValueOnConversion