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 4955f3bc43c Update test catalog data for GHA workflow run 13114079149
4955f3bc43c is described below
commit 4955f3bc43c6110577b1b4b23fa63f6ba95f5a08
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 15:51:17 2025 +0000
Update test catalog data for GHA workflow run 13114079149
Commit:
https://github.com/apache/kafka/commit/f6f41dc5ebc0933210c90a520258f89900d67857
GitHub Run: https://github.com/apache/kafka/actions/runs/13114079149
---
test-catalog/core/tests.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 21e88ece2bd..141f393a385 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1952,7 +1952,6 @@ kafka.metrics.MetricsTest:
- testKRaftControllerMetrics
- testLinuxIoMetrics
- testMetricsReporterAfterDeletingTopic
-- testSessionExpireListenerMetrics
- testUpdateJMXFilter
- testWindowsStyleTagNames
- testYammerMetricsCountMetric
@@ -3358,6 +3357,10 @@ kafka.server.RequestQuotaTest:
- testResponseThrottleTimeWhenBothProduceAndRequestQuotasViolated
- testUnauthorizedThrottle
- testUnthrottledClient
+kafka.server.SaslApiVersionsRequestTest:
+- testApiVersionsRequestAfterSaslHandshakeRequest
+- testApiVersionsRequestBeforeSaslHandshakeRequest
+- testApiVersionsRequestWithUnsupportedVersion
kafka.server.ServerMetricsTest:
- testMetricsConfig
kafka.server.ServerShutdownTest: