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

commit c800c0f0ff7cdeacc9cdffc48001728f484723c1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 10:54:22 2024 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 6d0d3d7b74d..00418f1447f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2435,6 +2435,7 @@ kafka.server.ConsumerProtocolMigrationTest:
 - testOnlineMigrationWithCooperativeAssignmentStrategyAndStaticMembers
 - testOnlineMigrationWithEagerAssignmentStrategyAndDynamicMembers
 - testOnlineMigrationWithEagerAssignmentStrategyAndStaticMembers
+- testOnlineMigrationWithNonEmptyUserDataInAssignment
 - testUpgradeFromEmptyClassicToConsumerGroupWithBidirectionalPolicy
 - testUpgradeFromEmptyClassicToConsumerGroupWithDisabledPolicy
 - testUpgradeFromEmptyClassicToConsumerGroupWithDowngradePolicy
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index c1f3d82a337..07d1a9ee666 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -194,6 +194,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupHeartbeatToClassicGroupFromExistingStaticMember
 - testConsumerGroupHeartbeatToClassicGroupWithEmptyAssignmentMember
 - testConsumerGroupHeartbeatWithCompletingRebalanceClassicGroup
+- testConsumerGroupHeartbeatWithCustomAssignorClassicGroup
 - testConsumerGroupHeartbeatWithEmptyClassicGroup
 - testConsumerGroupHeartbeatWithNonEmptyClassicGroup
 - testConsumerGroupHeartbeatWithPreparingRebalanceClassicGroup

Reply via email to