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 c29a203be04 Update test catalog data for GHA workflow run 17741456901
c29a203be04 is described below

commit c29a203be0460d4ac8d0fba0eb922a5535d92232
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 19:55:41 2025 +0000

    Update test catalog data for GHA workflow run 17741456901
    
    Commit: 
https://github.com/apache/kafka/commit/caeca090b860a200d75e0b9c7492f67259ec650a
    GitHub Run: https://github.com/apache/kafka/actions/runs/17741456901
---
 test-catalog/core/tests.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f68f422b7d7..6394127142a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -407,6 +407,7 @@ kafka.api.PlaintextEndToEndAuthorizationTest:
 - testProduceConsumeWithPrefixedAcls
 - testProduceConsumeWithWildcardAcls
 kafka.api.PlaintextProducerSendTest:
+- groupProtocol
 - testAutoCreateTopic
 - testBatchSizeZero
 - testBatchSizeZeroNoPartitionNoRecordKey
@@ -422,6 +423,7 @@ kafka.api.PlaintextProducerSendTest:
 - testSendNonCompressedMessageWithLogAppendTime
 - testSendOffset
 - testSendRecordBatchWithMaxRequestSizeAndHigher
+- testSendTimeoutErrorWhenPartitionDoesNotExist
 - testSendToPartition
 - testSendToPartitionWithFollowerShutdownShouldNotTimeout
 - testSendWithInvalidBeforeAndAfterTimestamp

Reply via email to