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 d23526dc5d3 Update test catalog data for GHA workflow run 13456545032
d23526dc5d3 is described below
commit d23526dc5d3fba4b77f109d508e1ae4dd59f65fa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 21 14:43:22 2025 +0000
Update test catalog data for GHA workflow run 13456545032
Commit:
https://github.com/apache/kafka/commit/c2cb543a1e5cb6cd8d20e4c93f149ca42cf7ed7a
GitHub Run: https://github.com/apache/kafka/actions/runs/13456545032
---
test-catalog/group-coordinator/tests.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 8079b6bd0e1..73b742b2b85 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -74,6 +74,11 @@
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
- testDeleteOffsetsInvalidGroupId
- testDeleteOffsetsWhenNotStarted
- testDeleteOffsetsWithException
+- testDeleteShareGroupCoordinatorGeneralWriteError
+- testDeleteShareGroupCoordinatorShareSpecificWriteError
+- testDeleteShareGroupNotEmptyError
+- testDeleteShareGroupPersisterError
+- testDeleteWithShareGroups
- testDescribeGroupCoordinatorLoadInProgress
- testDescribeGroups
- testDescribeGroupsInvalidGroupId
@@ -177,6 +182,8 @@
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
- testScheduleCleanupGroupMetadata
- testScheduleGroupSizeCounter
- testShareGroupHeartbeat
+- testSharePartitionDeleteRequests
+- testSharePartitionDeleteRequestsNonEmptyShareGroup
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testClassicGroupCompletedRebalanceSensor
- testClassicGroupDelete
@@ -404,6 +411,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testShareGroupStates
- testShareGroupUnknownGroupId
- testShareGroupUnknownMemberIdJoins
+- testSharePartitionDeleteRequest
-
testShouldThrowFencedInstanceIdExceptionWhenStaticMemberWithDifferentMemberIdJoins
-
testShouldThrowFencedInstanceIdExceptionWhenStaticMemberWithDifferentMemberIdLeaves
- testShouldThrowUnknownMemberIdExceptionWhenUnknownStaticMemberLeaves