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 9845602458f Update test catalog data for GHA workflow run 15205298231
9845602458f is described below

commit 9845602458f9e9f90f894fffbea6244e56060704
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 23 10:17:49 2025 +0000

    Update test catalog data for GHA workflow run 15205298231
    
    Commit: 
https://github.com/apache/kafka/commit/c58de7571289f05a734f9fe7e197b23c004803d3
    GitHub Run: https://github.com/apache/kafka/actions/runs/15205298231
---
 .../clients/clients-integration-tests/tests.yaml   | 25 ++++++++++++++++++++++
 test-catalog/core/tests.yaml                       | 13 -----------
 test-catalog/group-coordinator/tests.yaml          |  2 +-
 3 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 10a3eadc8b0..cd7a3005a10 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -128,6 +128,31 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerFetchTest:
 - testClassicConsumerFetchRecordLargerThanFetchMaxBytes
 - testClassicConsumerFetchRecordLargerThanMaxPartitionFetchBytes
 - testClassicConsumerLowMaxFetchSizeForRequestAndPartition
+org.apache.kafka.clients.consumer.PlaintextConsumerPollTest:
+- runAsyncConsumerMultiConsumerSessionTimeoutTest
+- runClassicConsumerMultiConsumerSessionTimeoutTest
+- runCloseAsyncConsumerMultiConsumerSessionTimeoutTest
+- runCloseClassicConsumerMultiConsumerSessionTimeoutTest
+- testAsyncConsumerMaxPollIntervalMs
+- testAsyncConsumerMaxPollIntervalMsDelayInAssignment
+- testAsyncConsumerMaxPollIntervalMsDelayInRevocation
+- testAsyncConsumerMaxPollIntervalMsShorterThanPollTimeout
+- testAsyncConsumerMaxPollRecords
+- testAsyncConsumerNoOffsetForPartitionExceptionOnPollZero
+- testAsyncConsumerPerPartitionLagWithMaxPollRecords
+- testAsyncConsumerPerPartitionLeadWithMaxPollRecords
+- testAsyncConsumerPollEventuallyReturnsRecordsWithZeroTimeout
+- testAsyncConsumerRecoveryOnPollAfterDelayedRebalance
+- testClassicConsumerMaxPollIntervalMs
+- testClassicConsumerMaxPollIntervalMsDelayInAssignment
+- testClassicConsumerMaxPollIntervalMsDelayInRevocation
+- testClassicConsumerMaxPollIntervalMsShorterThanPollTimeout
+- testClassicConsumerMaxPollRecords
+- testClassicConsumerNoOffsetForPartitionExceptionOnPollZero
+- testClassicConsumerPerPartitionLagWithMaxPollRecords
+- testClassicConsumerPerPartitionLeadWithMaxPollRecords
+- testClassicConsumerPollEventuallyReturnsRecordsWithZeroTimeout
+- testClassicConsumerRecoveryOnPollAfterDelayedRebalance
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
 - testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 009e39ea0f2..99add7435f5 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -404,19 +404,6 @@ kafka.api.PlaintextConsumerAssignorsTest:
 - testRemoteAssignorInvalid
 - testRemoteAssignorRange
 - testRoundRobinAssignment
-kafka.api.PlaintextConsumerPollTest:
-- testConsumerRecoveryOnPollAfterDelayedRebalance
-- testMaxPollIntervalMs
-- testMaxPollIntervalMsDelayInAssignment
-- testMaxPollIntervalMsDelayInRevocation
-- testMaxPollIntervalMsShorterThanPollTimeout
-- testMaxPollRecords
-- testMultiConsumerSessionTimeoutOnClose
-- testMultiConsumerSessionTimeoutOnStopPolling
-- testNoOffsetForPartitionExceptionOnPollZero
-- testPerPartitionLagWithMaxPollRecords
-- testPerPartitionLeadWithMaxPollRecords
-- testPollEventuallyReturnsRecordsWithZeroTimeout
 kafka.api.PlaintextConsumerSubscriptionTest:
 - testExpandingTopicSubscriptions
 - testPatternSubscription
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 003705786a4..4c8a82e3a90 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -265,6 +265,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupSyncToConsumerGroupWithIllegalGeneration
 - testClassicGroupSyncToConsumerGroupWithInconsistentGroupProtocol
 - testClassicGroupSyncToConsumerGroupWithUnknownMemberId
+- testCombineInitMaps
 - testCompleteDeleteShareGroupOffsets
 - testCompleteDeleteShareGroupOffsetsEmptyResult
 - testCompleteJoinPhaseInEmptyStateSkipsRebalance
@@ -384,7 +385,6 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testMemberIdGeneration
 - testMemberJoinsEmptyConsumerGroup
 - testMemberJoinsEmptyStreamsGroup
-- testMergeShareGroupInitMaps
 - testNewJoiningMemberTriggersNewTargetAssignment
 - testNewMemberFailureAfterJoinGroupCompletion
 - testNewMemberIsRejectedWithMaximumMembersIsReached

Reply via email to