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 a1bad8556e1 Update test catalog data for GHA workflow run 17010971237
a1bad8556e1 is described below
commit a1bad8556e16d14a951fce7c3dd0bb74e647901e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 16 19:52:03 2025 +0000
Update test catalog data for GHA workflow run 17010971237
Commit:
https://github.com/apache/kafka/commit/bf0e6ba700510fae9f08784fe239b33875446f56
GitHub Run: https://github.com/apache/kafka/actions/runs/17010971237
---
test-catalog/core/tests.yaml | 2 --
test-catalog/server/tests.yaml | 5 +++++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 19dcc46c843..4701c70f81d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1600,8 +1600,6 @@ kafka.server.BrokerLifecycleManagerTest:
- testSuccessfulRegistration
kafka.server.BrokerMetricNamesTest:
- testMetrics
-kafka.server.BrokerRegistrationRequestTest:
-- testRegisterZkWith33Controller
kafka.server.ClientQuotaManagerTest:
- testClientIdNotSanitized
- testExpireQuotaSensors
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index a3008c6b5c4..bbe06daeab5 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -72,6 +72,11 @@ org.apache.kafka.server.BrokerFeaturesTest:
- testEmpty
- testIncompatibilitiesDueToAbsentFeature
- testIncompatibilitiesDueToIncompatibleFeature
+org.apache.kafka.server.BrokerRegistrationRequestTest:
+- shouldRegisterWhenSupportedRangeAndNotMigrating
+- shouldRejectRegistrationWhenFeatureLevelTooHigh
+- shouldRejectRegistrationWithoutFeatureLevels
+- shouldRejectZkMigratingBrokerWhenFeatureLevelDoesNotSupportMigration
org.apache.kafka.server.ClientMetricsManagerTest:
- testCacheEviction
- testCacheEvictionWithMultipleClients