This is an automated email from the ASF dual-hosted git repository.

github-actions[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 ef359af26df Update test catalog data for GHA workflow run 28445543343
ef359af26df is described below

commit ef359af26dfcc5348416956cec89571c1e26bf29
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 16:57:27 2026 +0000

    Update test catalog data for GHA workflow run 28445543343
    
    Commit: 
https://github.com/apache/kafka/commit/32d24f93a36ed2a154495a3395f1f4bb2c75c50d
    GitHub Run: https://github.com/apache/kafka/actions/runs/28445543343
---
 test-catalog/group-coordinator/tests.yaml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index ff99e5775bb..31c93dc14e1 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -233,6 +233,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testSyncGroupWhenNotStarted
 - testSyncGroupWithException
 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTest:
+- testCleanupCycleBatchesClearWritesPerPartition
 - testCleanupCycleClearsBackoffOnPluginSuccess
 - testCleanupCycleClearsStoredEpochOnPluginSuccess
 - testCleanupCycleEmptyEligibility
@@ -293,11 +294,11 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTes
 - testUpdateTransientFailureRecordsSetErrorSensor
 - testUpdateTransientFailureWritesNoRecord
 org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
-- testCleanupGroupMetadataDefersStreamsGroupWithStoredTopologyEpoch
 - testCleanupGroupMetadataForConsumerGroup
 - testCleanupGroupMetadataForShareGroup
-- testCleanupGroupMetadataIgnoresStoredTopologyEpochWhenNoPluginConfigured
-- testCleanupGroupMetadataTombstoneStreamsGroupWithoutStoredTopologyEpoch
+- testCleanupGroupMetadataKeepsOffsetTombstonesWhenGroupRefusesToExpire
+- testCleanupGroupMetadataTombstonesWhenGroupAgreesToExpire
+- testClearStoredDescriptionTopologyEpochBatchConcatenatesGMMRecords
 - testClearStoredDescriptionTopologyEpochDelegatesToGroupMetadataManager
 - testCommitOffset
 - testCommitTransactionalOffset
@@ -801,13 +802,6 @@ org.apache.kafka.coordinator.group.OffsetAndMetadataTest:
 org.apache.kafka.coordinator.group.OffsetExpirationConditionImplTest:
 - testIsOffsetExpired
 org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
-- testAllOffsetsExpiredReturnsFalseWhenExpirationConditionEmpty
-- testAllOffsetsExpiredReturnsFalseWhenGroupHasNoOffsetsButHasOpenTxn
-- testAllOffsetsExpiredReturnsFalseWhenOpenTxnOnPartitionWithoutCommittedOffset
-- testAllOffsetsExpiredReturnsFalseWhenPendingTransactionalOffset
-- testAllOffsetsExpiredReturnsFalseWhenSubscribedToTopic
-- testAllOffsetsExpiredReturnsTrueWhenAllOffsetsPastRetentionAndUnsubscribed
-- testAllOffsetsExpiredReturnsTrueWhenGroupHasNoOffsetsAndNoOpenTxn
 - testCleanupExpiredOffsets
 - testCleanupExpiredOffsetsEmptyOffsetExpirationCondition
 - testCleanupExpiredOffsetsGroupDoesNotExist
@@ -862,6 +856,9 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testGenericGroupTransactionalOffsetCommitWithIllegalGenerationId
 - testGenericGroupTransactionalOffsetCommitWithUnknownGroupId
 - testGenericGroupTransactionalOffsetCommitWithUnknownMemberId
+- testGroupHasNoOffsetsReturnsFalseWhenCommittedOffsetExists
+- testGroupHasNoOffsetsReturnsFalseWhenOpenTxnPending
+- testGroupHasNoOffsetsReturnsTrueWhenGroupAbsentAndNoOpenTxn
 - testOffsetCommitWithUnknownGroup
 - testOffsetCommitsNumberMetricWithTransactionalOffsets
 - testOffsetCommitsSensor
@@ -1414,6 +1411,9 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
 - testRemoveStaticMember
 - testRemoveTaskProcessIds
 - testSetConfiguredTopologyClearsCache
+- testShouldExpireFalseWhenPluginConfiguredAndEpochStored
+- testShouldExpireTrueWhenNoPluginConfigured
+- testShouldExpireTrueWhenStoredEpochIsDefault
 - testShutdownRequestedMethods
 - testTopologyDescriptionPluginEpochs
 - testUpdateAndRetrieveTaskOffsets

Reply via email to