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 261a62860c1 Update test catalog data for GHA workflow run 23260408834
261a62860c1 is described below
commit 261a62860c1aa394cd001159029dbf10664febce
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 21:36:22 2026 +0000
Update test catalog data for GHA workflow run 23260408834
Commit:
https://github.com/apache/kafka/commit/8b47aa813a7ad80fd0f77a1a047f02c3ab194929
GitHub Run: https://github.com/apache/kafka/actions/runs/23260408834
---
.../clients/clients-integration-tests/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 42 ++++++++++++++++++++++
test-catalog/group-coordinator/tests.yaml | 5 +++
test-catalog/streams/integration-tests/tests.yaml | 2 --
test-catalog/streams/tests.yaml | 4 +--
5 files changed, 51 insertions(+), 4 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 8e5aa753cd2..68f62417692 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -255,6 +255,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest:
- testAsyncConsumerEndOffsets
- testAsyncConsumerFetchOffsetsForTime
- testAsyncConsumerGroupConsumption
+- testAsyncConsumerGroupConsumptionWithTwoMembers
- testAsyncConsumerHeaders
- testAsyncConsumerHeadersSerializerDeserializer
- testAsyncConsumerInterceptors
@@ -291,6 +292,7 @@ org.apache.kafka.clients.consumer.PlaintextConsumerTest:
- testClassicConsumerEndOffsets
- testClassicConsumerFetchOffsetsForTime
- testClassicConsumerGroupConsumption
+- testClassicConsumerGroupConsumptionWithTwoMembers
- testClassicConsumerHeaders
- testClassicConsumerHeadersSerializerDeserializer
- testClassicConsumerInterceptors
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0b94a1fd64d..e796356d38b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1547,6 +1547,26 @@ kafka.server.ConsumerGroupHeartbeatRequestTest:
- testConsumerGroupHeartbeatIsAccessibleWhenNewGroupCoordinatorIsEnabled
- testConsumerGroupHeartbeatIsInaccessibleWhenDisabledByStaticConfig
- testConsumerGroupHeartbeatIsInaccessibleWhenFeatureFlagNotEnabled
+- testConsumerGroupHeartbeatRebalance
+- testConsumerGroupHeartbeatWithEmptySubscription
+- testConsumerGroupHeartbeatWithInvalidRegularExpression
+- testConsumerGroupHeartbeatWithRegularExpression
+- testDuplicateFullHeartbeatDuringRevocation
+- testDuplicateFullHeartbeatInStableState
+- testDuplicateFullHeartbeatWhileWaitingForPartitions
+- testDuplicateFullHeartbeatWithRevocationAck
+- testEmptyConsumerGroupId
+- testFencedMemberCanRejoinWithEpochZero
+- testMemberIdGeneratedOnServerWhenApiVersionIs0
+- testRejoiningStaticMemberGetsAssignmentsBackWhenNewGroupCoordinatorIsEnabled
+-
testStaticMemberRemovedAfterSessionTimeoutExpiryWhenNewGroupCoordinatorIsEnabled
+- testUpdateConsumerGroupHeartbeatConfigSuccessful
+kafka.server.ConsumerGroupHeartbeatRequestTest$WithAssignmentBatchingDisabledTest:
+- testConsumerGroupHeartbeatFailureIfMemberIdMissingForVersionsAbove0
+- testConsumerGroupHeartbeatIsAccessibleWhenNewGroupCoordinatorIsEnabled
+- testConsumerGroupHeartbeatIsInaccessibleWhenDisabledByStaticConfig
+- testConsumerGroupHeartbeatIsInaccessibleWhenFeatureFlagNotEnabled
+- testConsumerGroupHeartbeatRebalance
- testConsumerGroupHeartbeatWithEmptySubscription
- testConsumerGroupHeartbeatWithInvalidRegularExpression
- testConsumerGroupHeartbeatWithRegularExpression
@@ -1582,6 +1602,28 @@ kafka.server.ConsumerProtocolMigrationTest:
- testUpgradeFromSimpleGroupToConsumerGroupWithUpgradePolicy
- testUpgradeMigrationPolicy
- testUpgradeWithDisabledMigrationPolicy
+kafka.server.ConsumerProtocolMigrationTest$WithAssignmentBatchingDisabledTest:
+- testDowngradeFromEmptyConsumerToClassicGroupWithBidirectionalPolicy
+- testDowngradeFromEmptyConsumerToClassicGroupWithDisabledPolicy
+- testDowngradeFromEmptyConsumerToClassicGroupWithDowngradePolicy
+- testDowngradeFromEmptyConsumerToClassicGroupWithUpgradePolicy
+- testDowngradeMigrationPolicy
+- testDowngradeWithDisabledMigrationPolicy
+- testOnlineMigrationWithCooperativeAssignmentStrategyAndDynamicMembers
+- testOnlineMigrationWithCooperativeAssignmentStrategyAndStaticMembers
+- testOnlineMigrationWithEagerAssignmentStrategyAndDynamicMembers
+- testOnlineMigrationWithEagerAssignmentStrategyAndStaticMembers
+- testOnlineMigrationWithNonEmptyUserDataInAssignment
+- testUpgradeFromEmptyClassicToConsumerGroupWithBidirectionalPolicy
+- testUpgradeFromEmptyClassicToConsumerGroupWithDisabledPolicy
+- testUpgradeFromEmptyClassicToConsumerGroupWithDowngradePolicy
+- testUpgradeFromEmptyClassicToConsumerGroupWithUpgradePolicy
+- testUpgradeFromSimpleGroupToConsumerGroupWithBidirectionalPolicy
+- testUpgradeFromSimpleGroupToConsumerGroupWithDisabledPolicy
+- testUpgradeFromSimpleGroupToConsumerGroupWithDowngradePolicy
+- testUpgradeFromSimpleGroupToConsumerGroupWithUpgradePolicy
+- testUpgradeMigrationPolicy
+- testUpgradeWithDisabledMigrationPolicy
kafka.server.ControllerApisTest:
- testAllocateProducerIdsReturnsNotController
- testAssignReplicasToDirs
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 0fbba059900..c36b9f94f96 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -267,6 +267,9 @@
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
- testSharePartitionDeleteRequestsNonEmptyShareGroup
- testStreamsGroupHeartbeat
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
+- testCanComputeNextTargetAssignment
+- testCanComputeNextTargetAssignmentWithNoPreviousAssignmentTimestamp
+- testCanComputeNextTargetAssignmentWithZeroAssignmentIntervalMs
- testClassicGroupCompletedRebalanceSensor
- testClassicGroupDelete
- testClassicGroupHeartbeatToConsumerGroupDuringAssignmentDelay
@@ -306,6 +309,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testCompleteJoinPhaseInEmptyStateSkipsRebalance
- testCompleteJoinPhaseNoMembersRejoinedExtendsJoinPhase
- testCompleteJoinRemoveNotYetRejoinedDynamicMembers
+- testConsumerGroupAssignmentInterval
- testConsumerGroupDelete
- testConsumerGroupDescribeBeforeAndAfterCommittingOffset
- testConsumerGroupDescribeNoErrors
@@ -415,6 +419,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testLastConsumerProtocolMemberSessionTimeoutInConsumerGroup
- testLastJoiningMembersAreKickedOutWhenRejoiningGroupWithMaxSize
- testLastStaticConsumerProtocolMemberReplacedByClassicProtocolMember
+-
testLastStaticConsumerProtocolMemberReplacedByClassicProtocolMemberWhenTargetAssignmentIsMissing
-
testLastStaticConsumerProtocolMemberReplacedByClassicProtocolMemberWhenTargetAssignmentIsStale
- testLeaderFailureInSyncGroup
- testLeaveDeadGroup
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 901a2db1134..2a2789778a0 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -53,8 +53,6 @@
org.apache.kafka.streams.integration.GlobalKTableEOSIntegrationTest:
- shouldKStreamGlobalKTableLeftJoin
- shouldNotRestoreAbortedMessages
- shouldRestoreTransactionalMessages
-- shouldSkipOverAbortedMessagesOnRestore
-- shouldSkipOverTxMarkersOnRestore
org.apache.kafka.streams.integration.GlobalKTableIntegrationTest:
- shouldGetToRunningWithOnlyGlobalTopology
- shouldKStreamGlobalKTableJoin
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index fa0f61d2b9f..fbc60693ac5 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4703,7 +4703,6 @@
org.apache.kafka.streams.state.internals.LegacyCheckpointingStateStoreTest:
- shouldLoadOffsetsFromCheckpointFileOnInit
- shouldLogWarningInsteadOfThrowingWhenCheckpointWriteFails
- shouldLogWarningWhenMigratingToStoreThatDoesNotManageOffsets
-- shouldMapOffsetUnknownToNullOnInit
- shouldMarkLCSSAsCorruptedSoCloseDoesNotWriteCheckpoint
- shouldMigrateOffsetsFromLegacyGlobalFileAndDeleteIt
- shouldMigrateOffsetsFromLegacyPerTaskFileAndDeleteIt
@@ -4716,6 +4715,7 @@
org.apache.kafka.streams.state.internals.LegacyCheckpointingStateStoreTest:
- shouldNotWriteCheckpointOnCloseWhenCorrupted
- shouldNotWriteCheckpointWhenChangelogPartitionsIsEmpty
- shouldPreserveExistingOffsetsWhenCommittingSubsetOfPartitions
+- shouldRemoveOffsetWhenCommittedWithNull
- shouldReturnCommittedOffset
- shouldReturnFalseFromCheckpointNeededWhenDeltaBelowThreshold
- shouldReturnFalseFromCheckpointNeededWhenDeltaEqualsThreshold
@@ -4724,6 +4724,7 @@
org.apache.kafka.streams.state.internals.LegacyCheckpointingStateStoreTest:
- shouldReturnLegacyPerTaskCheckpointFile
- shouldReturnNonLCSSStoreUnchangedFromMaybeUnwrap
- shouldReturnNullForCommittedOffsetWhenNoneCommitted
+- shouldReturnNullForPartitionNotInCheckpointOnInit
- shouldReturnPerStoreCheckpointFileForGlobalStore
- shouldReturnPerStoreCheckpointFileForTask
- shouldReturnTrueForManagesOffsets
@@ -4738,7 +4739,6 @@
org.apache.kafka.streams.state.internals.LegacyCheckpointingStateStoreTest:
- shouldWriteCheckpointOnClose
- shouldWriteCheckpointOnCloseUnderEOS
- shouldWriteCommittedOffsetsToCheckpointFile
-- shouldWriteOffsetUnknownSentinelWhenOffsetIsNull
org.apache.kafka.streams.state.internals.ListValueStoreTest:
- shouldAllowDeleteWhileIterateRecords
- shouldGetAll