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 e37f3132ab5 Update test catalog data for GHA workflow run 16401319567
e37f3132ab5 is described below
commit e37f3132ab5ae1dcb188df0cab97c15e0fbd4f0d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 20 17:41:00 2025 +0000
Update test catalog data for GHA workflow run 16401319567
Commit:
https://github.com/apache/kafka/commit/9a2f202a1e99a807b6ba91bb3c4b9148089f0b02
GitHub Run: https://github.com/apache/kafka/actions/runs/16401319567
---
test-catalog/core/tests.yaml | 12 ------------
test-catalog/server/tests.yaml | 13 +++++++++++++
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8a6b4f38193..9e2c6349cf1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1616,18 +1616,6 @@ kafka.server.ClientQuotaManagerTest:
- testSetAndRemoveUserClientQuota
- testSetAndRemoveUserQuota
- testUserQuotaParsingWithDefaultClientIdQuota
-kafka.server.ClientQuotasRequestTest:
-- testAlterClientQuotasBadIp
-- testAlterClientQuotasInvalidEntityCombination
-- testAlterClientQuotasInvalidRequests
-- testAlterClientQuotasRequest
-- testAlterClientQuotasRequestValidateOnly
-- testAlterIpQuotasRequest
-- testClientQuotasSanitized
-- testClientQuotasUnsupportedEntityTypes
-- testDescribeClientQuotasInvalidFilterCombination
-- testDescribeClientQuotasMatchExact
-- testDescribeClientQuotasMatchPartial
kafka.server.ClientRequestQuotaManagerTest:
- testRequestPercentageQuotaViolation
kafka.server.ConfigAdminManagerTest:
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 08ca4454c0d..8b8a94d5ee5 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -156,6 +156,19 @@ org.apache.kafka.server.metrics.NodeMetricsTest:
- testMetricsExported
org.apache.kafka.server.purgatory.DelayedFutureTest:
- testDelayedFuture
+org.apache.kafka.server.quota.ClientQuotasRequestTest:
+- testAlterClientQuotasBadIp
+- testAlterClientQuotasInvalidEntityCombination
+- testAlterClientQuotasInvalidRequests
+- testAlterClientQuotasRequest
+- testAlterClientQuotasRequestValidateOnly
+- testAlterIpQuotasRequest
+- testClientQuotasForScramUsers
+- testClientQuotasSanitized
+- testClientQuotasUnsupportedEntityTypes
+- testDescribeClientQuotasInvalidFilterCombination
+- testDescribeClientQuotasMatchExact
+- testDescribeClientQuotasMatchPartial
org.apache.kafka.server.quota.ThrottledChannelTest:
- testThrottledChannelDelay
org.apache.kafka.server.replica.ReplicaTest: