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 24dc2581c9c Update test catalog data for GHA workflow run 14694228946
24dc2581c9c is described below

commit 24dc2581c9c611e4a2d84f3939ad11c1118a9c04
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 27 20:00:26 2025 +0000

    Update test catalog data for GHA workflow run 14694228946
    
    Commit: 
https://github.com/apache/kafka/commit/be194f5dbaeabf7c8992312fd0b8bcf596a1284a
    GitHub Run: https://github.com/apache/kafka/actions/runs/14694228946
---
 test-catalog/clients/tests.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index f169433cab7..dc6f7740700 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -4197,11 +4197,13 @@ 
org.apache.kafka.common.requests.OffsetCommitResponseTest:
 - testConstructorWithErrorResponse
 - testParse
 org.apache.kafka.common.requests.OffsetFetchRequestTest:
-- testBuildThrowForUnsupportedBatchRequest
-- testBuildThrowForUnsupportedRequireStable
-- testConstructor
-- testConstructorFailForUnsupportedRequireStable
-- testConstructorWithMultipleGroups
+- testGetErrorResponse
+- testGroups
+- testGroupsWithAllTopics
+- testSingleGroup
+- testSingleGroupWithAllTopics
+- testThrowOnFetchStableOffsetsUnsupported
+- testWithMultipleGroups
 org.apache.kafka.common.requests.OffsetFetchResponseTest:
 - testConstructor
 - testConstructorWithMultipleGroups
@@ -4276,8 +4278,6 @@ org.apache.kafka.common.requests.RequestResponseTest:
 - testInvalidSaslHandShakeRequest
 - testInvalidTaggedFieldsWithSaslAuthenticateRequest
 - testListGroupRequestV3FailsWithStates
-- testOffsetFetchRequestBuilderToStringV0ToV7
-- testOffsetFetchRequestBuilderToStringV8AndAbove
 - testProduceRequestPartitionSize
 - testResponseHeader
 - testSerialization

Reply via email to