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 49517e913cc Update test catalog data for GHA workflow run 14613876742
49517e913cc is described below

commit 49517e913cc3903a1161e5d590b8fbc0611b469c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 23 11:14:26 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 28649c6a2cc..62315ff6394 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2207,6 +2207,7 @@ kafka.server.KafkaApisTest:
 - testHandleOffsetCommitRequest
 - testHandleOffsetCommitRequestFutureFailed
 - testHandleOffsetCommitRequestTopicsAndPartitionsValidation
+- testHandleOffsetCommitRequestTopicsAndPartitionsValidationWithTopicIds
 - testHandleOffsetFetchAllOffsetsWithSingleGroup
 - testHandleOffsetFetchAuthorization
 - testHandleOffsetFetchWithMultipleGroups
@@ -2286,7 +2287,6 @@ kafka.server.KafkaApisTest:
 - testMetadataAutoTopicCreationForTxnTopic
 - testMetadataRequestOnDistinctListenerWithInconsistentListenersAcrossBrokers
 - testMetadataRequestOnSharedListenerWithInconsistentListenersAcrossBrokers
-- testOffsetCommitWithInvalidPartition
 - testOffsetDelete
 - testOffsetDeleteTopicsAndPartitionsValidation
 - testOffsetDeleteWithInvalidGroup
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 4c258260974..e8c2f81ad6e 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -591,6 +591,7 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testConsumerGroupOffsetCommitWithIllegalGenerationId
 - testConsumerGroupOffsetCommitWithOffsetMetadataTooLarge
 - testConsumerGroupOffsetCommitWithStaleMemberEpoch
+- testConsumerGroupOffsetCommitWithTopicIds
 - testConsumerGroupOffsetCommitWithUnknownMemberId
 - testConsumerGroupOffsetDelete
 - testConsumerGroupOffsetDeleteWithErrors

Reply via email to