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

commit f6cd06d49ab45cd0149875bf5abfc3715a4b9713
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 3 17:51:48 2025 +0000

    Update test catalog data for GHA workflow run 17437916156
    
    Commit: 
https://github.com/apache/kafka/commit/6247fd9eb36dfd5f61a90631c4f5d812c81e8019
    GitHub Run: https://github.com/apache/kafka/actions/runs/17437916156
---
 test-catalog/clients/tests.yaml           | 1 +
 test-catalog/group-coordinator/tests.yaml | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 29c79e9f157..f873cef627b 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1991,6 +1991,7 @@ org.apache.kafka.clients.consumer.internals.HeartbeatTest:
 - testShouldNotHeartbeat
 - testTimeToNextHeartbeat
 org.apache.kafka.clients.consumer.internals.KafkaConsumerMetricsTest:
+- checkMetricsAfterCreation
 - shouldRecordCommitSyncTime
 - shouldRecordCommittedTime
 - shouldRemoveMetricsOnClose
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 869b0d72c91..cc981535707 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1170,6 +1170,12 @@ 
org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
 - shouldAssignTopicGroupIdEvenlyAcrossClientsWithNoStandByTasks
 - shouldAssignTopicGroupIdEvenlyAcrossClientsWithStandByTasks
 - shouldBalanceActiveAndStandbyTasksAcrossAvailableClients
+- shouldHandleEdgeCaseWithMoreStandbyReplicasThanAvailableClients
+- shouldHandleEdgeCaseWithSingleClientAndMultipleStandbyReplicas
+- shouldHandleHighStandbyReplicaCount
+- shouldHandleLargeNumberOfSubtopologiesWithStandbyTasks
+- shouldHandleLargeNumberOfTasksWithStandbyAssignment
+- shouldHandleOddNumberOfClientsWithStandbyTasks
 - shouldKeepActiveTaskStickinessWhenMoreClientThanActiveTasks
 - shouldMigrateActiveTasksToNewProcessWithoutChangingAllAssignments
 - shouldMoveMinimalNumberOfTasksWhenPreviouslyAboveCapacityAndNewClientAdded

Reply via email to