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 370ce14a495 Update test catalog data for GHA workflow run 18603261730
370ce14a495 is described below

commit 370ce14a495121ddfc87e83e661abf1bda02bb8b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 22:46:53 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 82e9b123a3c..6a21c4da523 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -636,7 +636,6 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testConsumerGroupOffsetFetchWithUnknownMemberId
 - testConsumerGroupTransactionalOffsetCommit
 - testConsumerGroupTransactionalOffsetCommitWithStaleMemberEpoch
-- testConsumerGroupTransactionalOffsetCommitWithUnknownGroupId
 - testConsumerGroupTransactionalOffsetCommitWithUnknownMemberId
 - testDeleteGroupAllOffsets
 - testDeleteGroupAllOffsetsWithPendingTransactionalOffsets
@@ -678,6 +677,22 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testReplayWithTombstoneAndPendingTransactionalOffsets
 - testSimpleGroupOffsetCommit
 - testSimpleGroupOffsetCommitWithInstanceId
+- testStreamsGroupOffsetCommit
+- testStreamsGroupOffsetCommitFromAdminClient
+- testStreamsGroupOffsetCommitWithOffsetMetadataTooLarge
+- testStreamsGroupOffsetCommitWithStaleMemberEpoch
+- testStreamsGroupOffsetCommitWithUnknownMemberId
+- testStreamsGroupOffsetDelete
+- testStreamsGroupOffsetDeleteWithErrors
+- testStreamsGroupOffsetDeleteWithPendingTransactionalOffsets
+- testStreamsGroupOffsetFetchFromAdminClient
+- testStreamsGroupOffsetFetchWithMemberIdAndEpoch
+- testStreamsGroupOffsetFetchWithStaleMemberEpoch
+- testStreamsGroupOffsetFetchWithUnknownMemberId
+- testStreamsGroupTransactionalOffsetCommit
+- testStreamsGroupTransactionalOffsetCommitWithStaleMemberEpoch
+- testStreamsGroupTransactionalOffsetCommitWithUnknownMemberId
+- testTransactionalOffsetCommitWithUnknownGroupId
 - testTransactionalReplay
 org.apache.kafka.coordinator.group.ShareGroupAutoOffsetResetStrategyTest:
 - testEqualsAndHashCode

Reply via email to