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 12b60ad1941 Update test catalog data for GHA workflow run 21447993482
12b60ad1941 is described below
commit 12b60ad19413415781173b5fd6f350bf39bae7b7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 19:28:56 2026 +0000
Update test catalog data for GHA workflow run 21447993482
Commit:
https://github.com/apache/kafka/commit/02d568c83c32b9af425bc23bd506efabb520005f
GitHub Run: https://github.com/apache/kafka/actions/runs/21447993482
---
test-catalog/core/tests.yaml | 1 -
test-catalog/server/tests.yaml | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 10e8add9d5a..03cf82089f9 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1824,7 +1824,6 @@ kafka.server.DynamicBrokerConfigTest:
- testRemoteLogManagerFetchQuotaUpdates
- testRemoteLogManagerMultipleConfigUpdates
- testSecurityConfigs
-- testSynonyms
- testUpdateDynamicRemoteLogManagerConfig
- testUpdateDynamicThreadPool
- testUpdateMetricReporters
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index b10034c7f12..2b82886683b 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -206,6 +206,8 @@
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
- testDefaults
- testInvalidProperty
- testOverride
+org.apache.kafka.server.config.DynamicBrokerConfigTest:
+- testBrokerConfigSynonyms
org.apache.kafka.server.config.MinInSyncReplicasConfigTest:
- testDefaultKafkaConfig
org.apache.kafka.server.metrics.BrokerServerMetricsTest: