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 92bf6331822 Update test catalog data for GHA workflow run 15353095579
92bf6331822 is described below

commit 92bf63318224badcd94d4f15372868e23c1026cf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 30 20:45:32 2025 +0000

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

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index ed396ec509f..f078825d635 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -158,6 +158,13 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerPollTest:
 - testClassicConsumerPerPartitionLeadWithMaxPollRecords
 - testClassicConsumerPollEventuallyReturnsRecordsWithZeroTimeout
 - testClassicConsumerRecoveryOnPollAfterDelayedRebalance
+org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest:
+- testAsyncConsumeCoordinatorFailover
+- testAsyncConsumerClusterResourceListener
+- testAsyncConsumerSimpleConsumption
+- testClassicConsumerClusterResourceListener
+- testClassicConsumerCoordinatorFailover
+- testClassicConsumerSimpleConsumption
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
 - testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index c0d257fa588..6caa977cc60 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -518,10 +518,6 @@ kafka.api.SaslOAuthBearerSslEndToEndAuthorizationTest:
 - testProduceConsumeWithPrefixedAcls
 - testProduceConsumeWithWildcardAcls
 - testTwoConsumersWithDifferentSaslCredentials
-kafka.api.SaslPlainPlaintextConsumerTest:
-- testClusterResourceListener
-- testCoordinatorFailover
-- testSimpleConsumption
 kafka.api.SaslPlaintextConsumerTest:
 - testClusterResourceListener
 - testCoordinatorFailover

Reply via email to