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 3a6a46812f0 Update test catalog data for GHA workflow run 22854345360
3a6a46812f0 is described below

commit 3a6a46812f0fcdbc3d82e11916276e82a7b122d2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 15:17:42 2026 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index bc2cf52814a..eb866a9b97a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -740,6 +740,9 @@ 
org.apache.kafka.coordinator.group.ShareGroupAutoOffsetResetStrategyTest:
 - testTimestamp
 - testValidator
 org.apache.kafka.coordinator.group.UtilsTest:
+- testAssignmentFromTopicPartitionsWithEpochsProvided
+- testAssignmentFromTopicPartitionsWithNegativeDefaultEpoch
+- testAssignmentFromTopicPartitionsWithUnequalEpochLength
 - testComputeGroupHashWithDifferentOrder
 - testComputeGroupHashWithEmptyMap
 - testComputeGroupHashWithSameKeyButDifferentValue
@@ -958,6 +961,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupMemberTest:
 - testNewMember
 - testUpdateMember
 - testUpdateWithConsumerGroupCurrentMemberAssignmentValue
+- testUpdateWithConsumerGroupCurrentMemberAssignmentValueWithNegativeEpoch
 - testUpdateWithConsumerGroupMemberMetadataValue
 org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testAddPartitionEpochs

Reply via email to