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 6e736fff5d9 Update test catalog data for GHA workflow run 21569215326
6e736fff5d9 is described below
commit 6e736fff5d92ef9f8f9c390a0e12c089185bc807
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 22:18:06 2026 +0000
Update test catalog data for GHA workflow run 21569215326
Commit:
https://github.com/apache/kafka/commit/5498eedf92a016e6838bce5383042bda1c798d76
GitHub Run: https://github.com/apache/kafka/actions/runs/21569215326
---
test-catalog/core/tests.yaml | 3 ---
test-catalog/server/tests.yaml | 4 ++++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 788a8f262fa..d57b525a9ae 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2282,9 +2282,6 @@ kafka.server.KafkaConfigTest:
- testNodeIdOrBrokerIdMustBeSetWithKraft
- testNonroutableAdvertisedListeners
- testParseQuorumBootstrapServers
-- testPopulateSynonymsOnEmptyMap
-- testPopulateSynonymsOnMapWithoutBrokerId
-- testPopulateSynonymsOnMapWithoutNodeId
-
testPortInQuorumVotersNotRequiredToMatchFirstControllerListenerPortForThisKRaftController
- testRejectsNegativeBrokerId
- testRejectsNegativeNodeId
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 6959519fe7d..9e9a4fc7811 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -202,6 +202,10 @@
org.apache.kafka.server.ReconfigurableQuorumIntegrationTest:
- testRemoveAndAddVoterWithInconsistentClusterId
- testRemoveAndAddVoterWithValidClusterId
- testRemoveController
+org.apache.kafka.server.config.AbstractKafkaConfigTest:
+- testPopulateSynonymsOnEmptyMap
+- testPopulateSynonymsOnMapWithoutBrokerId
+- testPopulateSynonymsOnMapWithoutNodeId
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
- testDefaults
- testInvalidProperty