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 bb8f6f75219 Update test catalog data for GHA workflow run 19430696437
bb8f6f75219 is described below

commit bb8f6f752199f660f70f86dd34a2f99e616af3f8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 15:37:21 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 0628f944710..9c55420b0c6 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -124,7 +124,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testDescribeShareGroupOffsetsMetadataImageNull
 - testDescribeShareGroupOffsetsNonexistentTopicWithDefaultPersister
 - testDescribeShareGroupOffsetsWithDefaultPersister
-- testDescribeShareGroupOffsetsWithDefaultPersisterLatestOffsetError
+- testDescribeShareGroupOffsetsWithDefaultPersisterLatestOffsetReturnsError
+- testDescribeShareGroupOffsetsWithDefaultPersisterLatestOffsetThrowsError
 - testDescribeShareGroupOffsetsWithDefaultPersisterNullResult
 - testDescribeShareGroupOffsetsWithDefaultPersisterNullTopicData
 - testDescribeShareGroupOffsetsWithDefaultPersisterReadSummaryPartitionError
@@ -618,6 +619,29 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testUpdatingSubscriptionTriggersNewTargetAssignment
 - testValidHeartbeat
 - testValidLeaveGroup
+org.apache.kafka.coordinator.group.NetworkPartitionMetadataClientTest:
+- testClose
+- testCloseWithoutInitialization
+- testLazyInitialization
+- testLazyInitializationOnlyOnce
+- testLazyInitializationWithEmptyPartitions
+- testLazyInitializationWithNullPartitions
+- testListLatestOffsetsAuthenticationError
+- testListLatestOffsetsDisconnected
+- testListLatestOffsetsEmptyPartitionLeader
+- testListLatestOffsetsEmptyPartitions
+- testListLatestOffsetsMissingPartitionInResponse
+- testListLatestOffsetsMultiplePartitionsDifferentLeaders
+- testListLatestOffsetsMultiplePartitionsSameLeader
+- testListLatestOffsetsMultipleTopics
+- testListLatestOffsetsNoNodePartitionLeader
+- testListLatestOffsetsNullPartitions
+- testListLatestOffsetsNullResponse
+- testListLatestOffsetsNullResponseBody
+- testListLatestOffsetsServerError
+- testListLatestOffsetsSuccess
+- testListLatestOffsetsTimedOut
+- testListLatestOffsetsVersionMismatch
 org.apache.kafka.coordinator.group.OffsetAndMetadataTest:
 - testAttributes
 - testFromRecord

Reply via email to