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 a96081b6e19 Update test catalog data for GHA workflow run 30551877859
a96081b6e19 is described below

commit a96081b6e19ea932b5ba46a624477bdda8e2a1f4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 18:47:53 2026 +0000

    Update test catalog data for GHA workflow run 30551877859
    
    Commit: 
https://github.com/apache/kafka/commit/07e1f099acad26200b2681411e05616bd3fe7879
    GitHub Run: https://github.com/apache/kafka/actions/runs/30551877859
---
 test-catalog/group-coordinator/tests.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 7c6389fbdf7..4c3b3ab353d 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1369,6 +1369,10 @@ 
org.apache.kafka.coordinator.group.streams.AssignmentRefinerTest:
 - shouldPreserveActiveTaskCountWhenStandbysAreDeferred
 - shouldPreserveActiveTaskCountWhenTheTargetAssignmentItselfDuplicatesATask
 org.apache.kafka.coordinator.group.streams.CurrentAssignmentBuilderTest:
+- testActiveDemotedToStandbyInPlace
+- testActiveDemotionCompletesWhenRevocationIsAcknowledged
+- testActiveNotDemotedInPlaceWhileAnotherMemberOnSameProcessHoldsStandby
+- testActiveNotGrantedWhileAnotherMemberOnSameProcessHoldsStandby
 - testActiveNotGrantedWhileAnotherMemberOnSameProcessHoldsWarmup
 - testAssignmentEpochsShouldBePreservedFromPreviousAssignment
 - testMixedPreservedAndNewAssignmentEpochs
@@ -1381,6 +1385,10 @@ 
org.apache.kafka.coordinator.group.streams.CurrentAssignmentBuilderTest:
 - testStableToUnreleasedTasksWithOwnedTasksNotHavingRevokedTasks
 - testStableToUnrevokedTasks
 - testStableToUnrevokedWithEmptyAssignment
+- testStandbyConvertedToWarmupInPlace
+- testStandbyPromotedToActiveWhenActiveIsReleased
+- testStandbyPromotionHoldsStandbyWhileActiveOwnedByAnotherMember
+- testStandbyRevokedNormallyWhenConversionIsBlockedByAnotherMemberOnSameProcess
 - testUnknownState
 - testUnreleasedTasksToStable
 - testUnreleasedTasksToStableWithNewTasks
@@ -1391,6 +1399,7 @@ 
org.apache.kafka.coordinator.group.streams.CurrentAssignmentBuilderTest:
 - testUnrevokedTasksToStable
 - testUnrevokedTasksToUnreleasedTasks
 - testUnrevokedTasksToUnrevokedTasks
+- testWarmupConvertedToStandbyInPlace
 - testWarmupNotDroppedWhilePromotionIsBlockedByAnotherRevocation
 - testWarmupPromotedToActiveFromUnreleasedState
 - testWarmupPromotedToActiveWhenActiveIsReleased

Reply via email to