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 1aa1eb99973 Update test catalog data for GHA workflow run 27600810137
1aa1eb99973 is described below

commit 1aa1eb99973005214740eeac0dcb67997bfc6b86
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 10:09:23 2026 +0000

    Update test catalog data for GHA workflow run 27600810137
    
    Commit: 
https://github.com/apache/kafka/commit/4e18e9b1633fe98cf4dd342fab23b59885327f64
    GitHub Run: https://github.com/apache/kafka/actions/runs/27600810137
---
 test-catalog/group-coordinator/tests.yaml | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 3cc5560ac78..5d222862c23 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -231,6 +231,15 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testSyncGroupInvalidGroupId
 - testSyncGroupWhenNotStarted
 - testSyncGroupWithException
+org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTest:
+- testHeartbeatArmSuppressReSolicitCycle
+- testHeartbeatNeverSetsFlagWithoutPlugin
+- testHeartbeatSetsTopologyDescriptionRequiredWhenStoredLags
+- testHeartbeatSkipsFlagOnV0Request
+- testHeartbeatSkipsFlagWhenFailedAtCurrentEpoch
+- testHeartbeatSkipsFlagWhenStaleTopologyStatusPresent
+- testHeartbeatSkipsFlagWhenStoredMatchesCurrent
+- testShutdownClosesPlugin
 org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testCleanupGroupMetadataForConsumerGroup
 - testCleanupGroupMetadataForShareGroup
@@ -1279,10 +1288,11 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupDescribeResultTest:
 - testCollectionsAreImmutable
 - testNullArgumentsRejected
 org.apache.kafka.coordinator.group.streams.StreamsGroupHeartbeatResultTest:
+- testConstructorPreservesEpochs
 - testCreatableTopicsMapIsImmutable
 - testCurrentTopologyEpochIsPartOfEquality
 - testNullDataIsRejected
-- testThreeArgConstructorPreservesTopologyEpoch
+- testStoredAndFailedEpochsArePartOfEquality
 org.apache.kafka.coordinator.group.streams.StreamsGroupMemberTest:
 - testAsStreamsGroupDescribeMember
 - testAsStreamsGroupDescribeWithTargetAssignmentNull
@@ -1341,6 +1351,16 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
 - testValidateOffsetCommitWithOlderEpochValidAssignment
 - testValidateOffsetFetch
 - testValidateTransactionalOffsetCommit
+org.apache.kafka.coordinator.group.streams.StreamsGroupTopologyDescriptionBackoffTest:
+- testArmIfNotActiveArmsWhenIdle
+- testArmIfNotActiveDoublesAfterExpiredWindowAtSameEpoch
+- testArmIfNotActiveReArmsAfterEpochAdvance
+- testArmIfNotActiveReturnsFalseWhenAlreadyActive
+- testClearRemovesEntry
+- testConsecutiveArmsDoubleTheWindowUpToMax
+- testDifferentEpochResetsTheWindow
+- testFirstArmUsesInitialDelay
+- testIsActiveIsScopedToEpoch
 org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
 - asStreamsGroupDescribeTopicInfoShouldConvertCorrectly
 - asStreamsGroupDescribeTopologyShouldReturnCorrectStructure

Reply via email to