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

commit dbe3acf26b0a68cb47efbf5b4235ddf881260fce
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 21:19:44 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index c4547b1a3f2..1c58c56c4ed 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3989,6 +3989,7 @@ 
org.apache.kafka.common.requests.TxnOffsetCommitRequestTest:
 - testConstructor
 - testGetErrorResponse
 - testVersionSupportForGroupInstanceId
+- testVersionSupportForGroupMetadata
 org.apache.kafka.common.requests.TxnOffsetCommitResponseTest:
 - testConstructorWithErrorResponse
 - testParse
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f32b8fe6722..6f09f2bc4e1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3636,6 +3636,10 @@ kafka.server.TierStateMachineTest:
 - testFencedOffsetResetAfterMovedToRemoteTier
 - testFollowerFetchMovedToTieredStore
 - testFollowerFetchOffsetOutOfRangeWithTieredStore
+kafka.server.TxnOffsetCommitRequestTest:
+- testTxnOffsetCommitWithNewConsumerGroupProtocolAndNewGroupCoordinator
+- testTxnOffsetCommitWithOldConsumerGroupProtocolAndNewGroupCoordinator
+- testTxnOffsetCommitWithOldConsumerGroupProtocolAndOldGroupCoordinator
 kafka.server.epoch.LeaderEpochFileCacheTest:
 - shouldAddEpochAndMessageOffsetToCache
 - shouldClearAllEntries

Reply via email to