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 89d7d076714 Update test catalog data for GHA workflow run 15484595237
89d7d076714 is described below

commit 89d7d076714713c77c4b468414a35a9d299f572a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 6 09:11:35 2025 +0000

    Update test catalog data for GHA workflow run 15484595237
    
    Commit: 
https://github.com/apache/kafka/commit/a090dc3ba5e711133658d7ee794da2a6902b85f0
    GitHub Run: https://github.com/apache/kafka/actions/runs/15484595237
---
 .../clients/clients-integration-tests/tests.yaml        | 17 +++++++++++++++++
 test-catalog/core/tests.yaml                            |  9 ---------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 1455b7ef091..10d82d9fee0 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -80,6 +80,23 @@ 
org.apache.kafka.clients.consumer.ConsumerWithLegacyMessageFormatIntegrationTest
 - testEarliestOrLatestOffsetsWithClassicConsumer
 - testOffsetsForTimesWithAsyncConsumer
 - testOffsetsForTimesWithClassicConsumer
+org.apache.kafka.clients.consumer.PlaintextConsumerAssignTest:
+- testAsyncAssignAndCommitAsyncNotCommitted
+- testAsyncAssignAndCommitSyncAllConsumed
+- testAsyncAssignAndCommitSyncNotCommitted
+- testAsyncAssignAndConsume
+- testAsyncAssignAndConsumeFromCommittedOffsets
+- testAsyncAssignAndConsumeSkippingPosition
+- testAsyncAssignAndFetchCommittedOffsets
+- testAsyncAssignAndRetrievingCommittedOffsetsMultipleTimes
+- testClassicAssignAndCommitAsyncNotCommitted
+- testClassicAssignAndCommitSyncAllConsumed
+- testClassicAssignAndCommitSyncNotCommitted
+- testClassicAssignAndConsume
+- testClassicAssignAndConsumeFromCommittedOffsets
+- testClassicAssignAndConsumeSkippingPosition
+- testClassicAssignAndFetchCommittedOffsets
+- testClassicAssignAndRetrievingCommittedOffsetsMultipleTimes
 org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - 
testAsyncConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
 - testAsyncConsumerRebalanceListenerAssignOnPartitionsAssigned
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 613fb81000f..a6825d6ff5f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -365,15 +365,6 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testSeekAfterDeleteRecords
 - testShareGroups
 - testValidIncrementalAlterConfigs
-kafka.api.PlaintextConsumerAssignTest:
-- testAssignAndCommitAsyncNotCommitted
-- testAssignAndCommitSyncAllConsumed
-- testAssignAndCommitSyncNotCommitted
-- testAssignAndConsume
-- testAssignAndConsumeFromCommittedOffsets
-- testAssignAndConsumeSkippingPosition
-- testAssignAndFetchCommittedOffsets
-- testAssignAndRetrievingCommittedOffsetsMultipleTimes
 kafka.api.PlaintextConsumerAssignorsTest:
 - testMultiConsumerDefaultAssignor
 - testMultiConsumerDefaultAssignorAndVerifyAssignment

Reply via email to