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 6222721135e Update test catalog data for GHA workflow run 19135514157
6222721135e is described below
commit 6222721135eab553e34c052c61682f4d2073a6d6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 14:47:31 2025 +0000
Update test catalog data for GHA workflow run 19135514157
Commit:
https://github.com/apache/kafka/commit/d5d9892413ddae0b376f85d8ac179b8b4ca06ef6
GitHub Run: https://github.com/apache/kafka/actions/runs/19135514157
---
test-catalog/group-coordinator/tests.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 427351ed48e..3846085c91e 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -679,6 +679,8 @@
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
- testSimpleGroupOffsetCommitWithInstanceId
- testStreamsGroupOffsetCommit
- testStreamsGroupOffsetCommitFromAdminClient
+- testStreamsGroupOffsetCommitWithAssignmentEpochStale
+- testStreamsGroupOffsetCommitWithAssignmentEpochValid
- testStreamsGroupOffsetCommitWithOffsetMetadataTooLarge
- testStreamsGroupOffsetCommitWithStaleMemberEpoch
- testStreamsGroupOffsetCommitWithUnknownMemberId
@@ -1120,6 +1122,11 @@
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
-
testUpdatingMemberUpdatesTaskProcessIdWhenPartitionIsReassignedBeforeBeingRevoked
- testValidateDeleteGroup
- testValidateOffsetCommit
+- testValidateOffsetCommitWithOlderEpoch
+- testValidateOffsetCommitWithOlderEpochMissingSubtopology
+- testValidateOffsetCommitWithOlderEpochMissingTopology
+- testValidateOffsetCommitWithOlderEpochUnassignedPartition
+- testValidateOffsetCommitWithOlderEpochValidAssignment
- testValidateOffsetFetch
- testValidateTransactionalOffsetCommit
org.apache.kafka.coordinator.group.streams.StreamsTopologyTest: