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

commit a48cbc9b8332724bf63e6c05183d7230866eb286
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 09:37:26 2026 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 04a08540c74..06cda2df65b 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1,6 +1,7 @@
 org.apache.kafka.coordinator.group.GroupConfigManagerTest:
 - testClampWithCustomBrokerBounds
 - testGetNonExistentGroupConfig
+- testGroupIsRemovedWhenDynamicConfigsAreRemoved
 - testUpdateConfigWithInvalidGroupId
 - testUpdateConfigWithNullGroupId
 - testUpdateGroupConfig
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 0bca54ea148..f1f453cc20a 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -268,6 +268,8 @@ 
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
 - testOverride
 org.apache.kafka.server.config.DynamicBrokerConfigTest:
 - testBrokerConfigSynonyms
+org.apache.kafka.server.config.DynamicConfigTest:
+- testGroupIsRemovedWhenDynamicConfigsAreRemoved
 org.apache.kafka.server.config.MinInSyncReplicasConfigTest:
 - testDefaultKafkaConfig
 org.apache.kafka.server.metrics.BrokerServerMetricsTest:

Reply via email to