This is an automated email from the ASF dual-hosted git repository.

github-actions[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 ccb4a0ce1e0 Update test catalog data for GHA workflow run 28548650995
ccb4a0ce1e0 is described below

commit ccb4a0ce1e069873b78c1557f947555b2be72b93
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 03:07:31 2026 +0000

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

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index c37414aae20..a9b47122998 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -410,6 +410,7 @@ org.apache.kafka.clients.consumer.ShareConsumerRenewTest:
 - testRenewAcknowledgementOnPoll
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcquisitionLockTimeoutOnConsumer
+- testAddedPartitionsOfKnownTopicStartAtOffsetZero
 - testCommitSyncFailsForDeletedTopic
 - testComplexShareConsumer
 - testConfiguredExplicitAcknowledgeCommitSuccess
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e1dec6e7ec5..f22d8f5a252 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -927,6 +927,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testPauseFlagPreservedForRetainedPartitionOnManualAssignmentChange
 - testPollAuthenticationFailure
 - testPollIdleRatio
+- testPollIdleRatioZero
 - testPollReturnsRecords
 - testPollSendsRequestToJoin
 - testPollThrowsInterruptExceptionIfInterrupted
@@ -974,6 +975,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 org.apache.kafka.clients.consumer.KafkaShareConsumerMetricsTest:
 - testClosingConsumerUnregistersConsumerMetrics
 - testPollIdleRatio
+- testPollIdleRatioZero
 - testPollTimeMetrics
 - testRegisteringCustomMetricsDoesntAffectConsumerMetrics
 - testRegisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 20c05abc123..3e373e87ad0 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -646,6 +646,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testShareGroupDynamicConfigs
 - testShareGroupEvaluatedConfigs
 - testShareGroupHeartbeatDoesNotBumpGroupEpochDuringAssignmentDelay
+- testShareGroupHeartbeatInitializeMixedNewAndExpandedTopics
 - testShareGroupHeartbeatInitializeOnPartitionUpdate
 - testShareGroupHeartbeatOnConsumerGroup
 - testShareGroupHeartbeatOnStreamsGroup

Reply via email to