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 8ce36a68931 Update test catalog data for GHA workflow run 13093699628
8ce36a68931 is described below

commit 8ce36a689319f01010aee0018c503fd1180b46d4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 2 02:48:43 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index f435ded87c6..bc6618f91f7 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3969,6 +3969,7 @@ org.apache.kafka.common.requests.ProduceRequestTest:
 - shouldNotBeFlaggedAsIdempotentWhenRecordsNotIdempotent
 - shouldNotBeFlaggedAsTransactionalWhenNoRecords
 - testBuildWithCurrentMessageFormat
+- testBuilderOldestAndLatestAllowed
 - testMixedIdempotentData
 - testMixedTransactionalData
 - testV3AndAboveCannotHaveNoRecordBatches
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f3c98fc2e47..21e88ece2bd 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1985,6 +1985,7 @@ kafka.network.DynamicConnectionQuotaTest:
 kafka.network.DynamicNumNetworkThreadsTest:
 - testDynamicNumNetworkThreads
 kafka.network.ProcessorTest:
+- testParseRequestHeaderForProduceV0ToV2
 - testParseRequestHeaderWithDisabledApiVersion
 - testParseRequestHeaderWithUnsupportedApi
 - testParseRequestHeaderWithUnsupportedApiVersion

Reply via email to