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 23aa6daa2d6 Update test catalog data for GHA workflow run 14472577229
23aa6daa2d6 is described below

commit 23aa6daa2d6664255968c953fdbc2a0760630fb4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 15 17:06:57 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 7783070fb18..4c258260974 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -452,7 +452,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testSessionTimeoutExpirationForShareMember
 - testSessionTimeoutExpirationStaticMember
 - testSessionTimeoutLifecycle
-- testShareGroupDeleteRequest
+- testShareGroupDeleteRequestNoDeletingTopics
+- testShareGroupDeleteRequestWithAlreadyDeletingTopics
 - testShareGroupDeleteTombstones
 - testShareGroupDescribeNoErrors
 - testShareGroupDescribeOnConsumerGroup
@@ -466,6 +467,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testShareGroupHeartbeatRequestValidation
 - testShareGroupInitializeEmptyMap
 - testShareGroupInitializeSuccess
+- testShareGroupInitializingClearsCommonDeleting
 - testShareGroupLeavingMemberBumpsGroupEpoch
 - testShareGroupMemberIdGeneration
 - testShareGroupMemberJoinsEmptyGroupWithAssignments

Reply via email to