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 65347c3beca Update test catalog data for GHA workflow run 23865254830
65347c3beca is described below

commit 65347c3becaca3fe9a5d2d52dea37d69db06a0f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 22:35:28 2026 +0000

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

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index d5664497361..bbd86365fc3 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -71,6 +71,10 @@ 
org.apache.kafka.clients.admin.DescribeProducersWithBrokerIdTest:
 - testDescribeProducersDefaultRoutesToLeader
 - testDescribeProducersFromFollower
 - testDescribeProducersWithInvalidBrokerId
+org.apache.kafka.clients.admin.DynamicGroupConfigIntegrationTest:
+- testDescribeGroupConfigSynonymsWithBrokerSynonym
+- testDescribeGroupConfigSynonymsWithStaticBrokerConfig
+- testDescribeGroupConfigSynonymsWithoutBrokerSynonym
 org.apache.kafka.clients.admin.ListOffsetsIntegrationTest:
 - testListMaxTimestampWithEmptyLog
 - testThreeCompressedRecordsInOneBatch
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index c4e95f2d071..f21009476cc 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -6,6 +6,7 @@ org.apache.kafka.coordinator.group.GroupConfigManagerTest:
 - testUpdateConfigWithNullGroupId
 - testUpdateGroupConfig
 org.apache.kafka.coordinator.group.GroupConfigTest:
+- testAllGroupConfigSynonyms
 - testAssignmentIntervalMsAbsentWhenNotConfigured
 - testAssignmentIntervalMsNotValidatedWhenNotConfigured
 - testAssignorOffloadEnableAbsentWhenNotConfigured

Reply via email to