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 7358709f4a8 Update test catalog data for GHA workflow run 15114826610
7358709f4a8 is described below

commit 7358709f4a829e738e30749b6188e9f0df790861
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 17:34:35 2025 +0000

    Update test catalog data for GHA workflow run 15114826610
    
    Commit: 
https://github.com/apache/kafka/commit/6573b4ace1884c358b8751a19a2eff7697964625
    GitHub Run: https://github.com/apache/kafka/actions/runs/15114826610
---
 .../clients/clients-integration-tests/tests.yaml    | 21 +++++++++++++++++++++
 test-catalog/core/tests.yaml                        | 12 ------------
 test-catalog/group-coordinator/tests.yaml           |  5 +++--
 3 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index cb465a94c71..10a3eadc8b0 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -88,6 +88,27 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
 - testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
 - 
testClassicConsumerSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
+org.apache.kafka.clients.consumer.PlaintextConsumerCommitTest:
+- testAsyncConsumerAsyncCommit
+- testAsyncConsumerAutoCommitIntercept
+- testAsyncConsumerAutoCommitOnClose
+- testAsyncConsumerAutoCommitOnCloseAfterWakeup
+- testAsyncConsumerAutoCommitOnRebalance
+- testAsyncConsumerCommitMetadata
+- testAsyncConsumerCommitSpecifiedOffsets
+- testAsyncConsumerPositionAndCommit
+- testAsyncConsumerSubscribeAndCommitSync
+- testClassicConsumerAsyncCommit
+- testClassicConsumerAutoCommitIntercept
+- testClassicConsumerAutoCommitOnClose
+- testClassicConsumerAutoCommitOnCloseAfterWakeup
+- testClassicConsumerAutoCommitOnRebalance
+- testClassicConsumerCommitMetadata
+- testClassicConsumerCommitSpecifiedOffsets
+- testClassicConsumerPositionAndCommit
+- testClassicConsumerSubscribeAndCommitSync
+- testCommitAsyncCompletedBeforeCommitSyncReturns
+- testCommitAsyncCompletedBeforeConsumerCloses
 org.apache.kafka.clients.consumer.PlaintextConsumerFetchTest:
 - testAsyncConsumerFetchHonoursFetchSizeIfLargeRecordNotFirst
 - testAsyncConsumerFetchHonoursMaxPartitionFetchBytesIfLargeRecordNotFirst
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 048ce7bcf42..54c680f8e72 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -402,18 +402,6 @@ kafka.api.PlaintextConsumerAssignorsTest:
 - testRemoteAssignorInvalid
 - testRemoteAssignorRange
 - testRoundRobinAssignment
-kafka.api.PlaintextConsumerCommitTest:
-- testAsyncCommit
-- testAutoCommitIntercept
-- testAutoCommitOnClose
-- testAutoCommitOnCloseAfterWakeup
-- testAutoCommitOnRebalance
-- testCommitAsyncCompletedBeforeCommitSyncReturns
-- testCommitAsyncCompletedBeforeConsumerCloses
-- testCommitMetadata
-- testCommitSpecifiedOffsets
-- testPositionAndCommit
-- testSubscribeAndCommitSync
 kafka.api.PlaintextConsumerPollTest:
 - testConsumerRecoveryOnPollAfterDelayedRebalance
 - testMaxPollIntervalMs
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 6ba017820d5..003705786a4 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -825,10 +825,11 @@ org.apache.kafka.coordinator.group.modern.AssignmentTest:
 - testPartitionsCannotBeNull
 org.apache.kafka.coordinator.group.modern.SubscribedTopicMetadataTest:
 - testAssignablePartitions
-- testAttribute
 - testEquals
+- testMetadataImageCannotBeNull
 - testNumberOfPartitions
-- testTopicMetadataCannotBeNull
+- testRacksForPartition
+- testTopicPartitionAllowedMapCannotBeNull
 org.apache.kafka.coordinator.group.modern.TargetAssignmentBuilderTest:
 - testAssignmentHasNotChanged
 - testAssignmentSwapped

Reply via email to