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 91409118c69 Update test catalog data for GHA workflow run 14484376367
91409118c69 is described below

commit 91409118c691394bb3857f3836574c2b5e9ae988
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 16 07:01:21 2025 +0000

    Update test catalog data for GHA workflow run 14484376367
    
    Commit: 
https://github.com/apache/kafka/commit/ae608c1cb298a236fcb2773f17abb164958dbf70
    GitHub Run: https://github.com/apache/kafka/actions/runs/14484376367
---
 .../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 0efbc682b41..73c4c0e7aab 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -55,6 +55,23 @@ org.apache.kafka.clients.consumer.ConsumerTopicCreationTest:
 - testAsyncConsumerTopicCreationIfConsumerDisallowToCreateTopic
 - testClassicConsumerTopicCreationIfConsumerAllowToCreateTopic
 - testClassicConsumerTopicCreationIfConsumerDisallowToCreateTopic
+org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
+- 
testAsyncConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
+- testAsyncConsumerRebalanceListenerAssignOnPartitionsAssigned
+- testAsyncConsumerRebalanceListenerAssignOnPartitionsRevoked
+- testAsyncConsumerRebalanceListenerAssignmentOnPartitionsAssigned
+- testAsyncConsumerRebalanceListenerAssignmentOnPartitionsRevoked
+- testAsyncConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
+- testAsyncConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
+- 
testAsyncConsumerSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
+- 
testClassicConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
+- testClassicConsumerRebalanceListenerAssignOnPartitionsAssigned
+- testClassicConsumerRebalanceListenerAssignOnPartitionsRevoked
+- testClassicConsumerRebalanceListenerAssignmentOnPartitionsAssigned
+- testClassicConsumerRebalanceListenerAssignmentOnPartitionsRevoked
+- testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
+- testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
+- 
testClassicConsumerSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
 - testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 454cf3d7996..650f2eb9391 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1,12 +1,3 @@
-integration.kafka.api.PlaintextConsumerCallbackTest:
-- testConsumerRebalanceListenerAssignOnPartitionsAssigned
-- testConsumerRebalanceListenerAssignOnPartitionsRevoked
-- testConsumerRebalanceListenerAssignmentOnPartitionsAssigned
-- testConsumerRebalanceListenerAssignmentOnPartitionsRevoked
-- testConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
-- testConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
-- testGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
-- testSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
 kafka.KafkaConfigTest:
 - testBrokerRequiredProperties
 - testBrokerRoleNodeIdValidation

Reply via email to