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

commit f1db48b170a00f31a139f5d4af93eaf5727bd2ec
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 22:04:24 2025 +0000

    Update test catalog data for GHA workflow run 19375091660
    
    Commit: 
https://github.com/apache/kafka/commit/d9462c277b885e54b9ff7d8ef31aff09ff270c5e
    GitHub Run: https://github.com/apache/kafka/actions/runs/19375091660
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 1 +
 test-catalog/coordinator-common/tests.yaml                | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index e88c70a3c0f..72da09956c4 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -371,6 +371,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testShareAutoOffsetResetEarliestAfterLsoMovement
 - testShareAutoOffsetResetMultipleGroupsWithDifferentValue
 - testShareConsumerAfterCoordinatorMovement
+- testShareGroupMaxSizeConfigExceeded
 - testShareGroupShareSessionCacheIsFull
 - testSubscribeAndPollNoRecords
 - testSubscribeOnInvalidTopicThrowsInvalidTopicException
diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index e994d6c47ee..ed48c86c892 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -1,4 +1,5 @@
 org.apache.kafka.coordinator.common.runtime.CoordinatorExecutorImplTest:
+- testCancelAllTasks
 - testTaskCancelledAfterBeingExecutedButBeforeWriteOperationIsExecuted
 - testTaskCancelledBeforeBeingExecuted
 - testTaskFailedLifecycle
@@ -30,6 +31,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorResultTest:
 org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeMetricsImplTest:
 - testEventQueueSize
 - testEventQueueSizeMetricsGroupIsolation
+- testFlushRateSensor
 - testHistogramMetrics
 - testHistogramMetricsGroupIsolation
 - testMetricNames

Reply via email to