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 64acad40265 Update test catalog data for GHA workflow run 21945082407
64acad40265 is described below

commit 64acad4026527b967624caf19d045591e1bc55f2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 15:12:51 2026 +0000

    Update test catalog data for GHA workflow run 21945082407
    
    Commit: 
https://github.com/apache/kafka/commit/6d9ba767c544d600acbcc1eec8dd38d94c739b01
    GitHub Run: https://github.com/apache/kafka/actions/runs/21945082407
---
 test-catalog/group-coordinator/tests.yaml | 27 +--------------------------
 test-catalog/server/tests.yaml            | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 733f7f2b581..9e9b4faa3e9 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -551,7 +551,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStaticMemberRejoinAsLeaderWithMismatchedInstanceId
 - testStaticMemberRejoinWithExplicitUnknownMemberId
 - testStaticMemberRejoinWithFollowerIdAndChangeOfProtocol
-- 
testStaticMemberRejoinWithKnownLeaderIdToTriggerRebalanceAndFollowerWithChangeofProtocol
+- 
testStaticMemberRejoinWithKnownLeaderIdToTriggerRebalanceAndFollowerWithChangeOfProtocol
 - testStaticMemberRejoinWithKnownMemberId
 - testStaticMemberRejoinWithLeaderIdAndKnownMemberId
 - testStaticMemberRejoinWithLeaderIdAndUnexpectedDeadGroup
@@ -635,31 +635,6 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testUpdatingSubscriptionTriggersNewTargetAssignment
 - testValidHeartbeat
 - testValidLeaveGroup
-org.apache.kafka.coordinator.group.NetworkPartitionMetadataClientTest:
-- testClose
-- testCloseWithoutInitialization
-- testLazyInitialization
-- testLazyInitializationOnlyOnce
-- testLazyInitializationWithEmptyPartitions
-- testLazyInitializationWithNullPartitions
-- testListLatestOffsetsAuthenticationError
-- testListLatestOffsetsEmptyPartitionLeader
-- testListLatestOffsetsEmptyPartitions
-- testListLatestOffsetsMissingPartitionInResponse
-- testListLatestOffsetsMultiplePartitionsDifferentLeaders
-- testListLatestOffsetsMultiplePartitionsSameLeader
-- testListLatestOffsetsMultipleTopics
-- testListLatestOffsetsNoNodePartitionLeader
-- testListLatestOffsetsNullPartitions
-- testListLatestOffsetsNullResponse
-- testListLatestOffsetsNullResponseBody
-- testListLatestOffsetsServerError
-- testListLatestOffsetsSuccess
-- testListLatestOffsetsVersionMismatch
-- testMaxRetryAttemptsExhaustedOnDisconnect
-- testMaxRetryAttemptsExhaustedOnTimeout
-- testRetryOnDisconnect
-- testRetryOnTimeout
 org.apache.kafka.coordinator.group.OffsetAndMetadataTest:
 - testAttributes
 - testFromRecord
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 9ef290f82e2..30e9a9c5fcb 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -363,6 +363,31 @@ 
org.apache.kafka.server.transaction.AddPartitionsToTxnManagerTest:
 - testAddTxnData
 - testGenerateRequests
 - testTransactionCoordinatorResolution
+org.apache.kafka.server.util.NetworkPartitionMetadataClientTest:
+- testClose
+- testCloseWithoutInitialization
+- testLazyInitialization
+- testLazyInitializationOnlyOnce
+- testLazyInitializationWithEmptyPartitions
+- testLazyInitializationWithNullPartitions
+- testListLatestOffsetsAuthenticationError
+- testListLatestOffsetsEmptyPartitionLeader
+- testListLatestOffsetsEmptyPartitions
+- testListLatestOffsetsMissingPartitionInResponse
+- testListLatestOffsetsMultiplePartitionsDifferentLeaders
+- testListLatestOffsetsMultiplePartitionsSameLeader
+- testListLatestOffsetsMultipleTopics
+- testListLatestOffsetsNoNodePartitionLeader
+- testListLatestOffsetsNullPartitions
+- testListLatestOffsetsNullResponse
+- testListLatestOffsetsNullResponseBody
+- testListLatestOffsetsServerError
+- testListLatestOffsetsSuccess
+- testListLatestOffsetsVersionMismatch
+- testMaxRetryAttemptsExhaustedOnDisconnect
+- testMaxRetryAttemptsExhaustedOnTimeout
+- testRetryOnDisconnect
+- testRetryOnTimeout
 org.apache.kafka.server.util.SchedulerTest:
 - testMockSchedulerLocking
 - testMockSchedulerNonPeriodicTask

Reply via email to