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 3f59e23a09e Update test catalog data for GHA workflow run 17555147308
3f59e23a09e is described below

commit 3f59e23a09e426c89428b45530b20efc8f082e0f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 8 17:51:15 2025 +0000

    Update test catalog data for GHA workflow run 17555147308
    
    Commit: 
https://github.com/apache/kafka/commit/b3eed510235d49a0cc8eb322cdfb8486dfc16748
    GitHub Run: https://github.com/apache/kafka/actions/runs/17555147308
---
 test-catalog/server/tests.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index b57f02a9f83..4c075081808 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -179,6 +179,13 @@ org.apache.kafka.server.quota.ClientQuotasRequestTest:
 - testDescribeClientQuotasInvalidFilterCombination
 - testDescribeClientQuotasMatchExact
 - testDescribeClientQuotasMatchPartial
+org.apache.kafka.server.quota.ClientSensorsTest:
+- testConstructorPreservesInputOrder
+- testConstructorThrowsExceptionWhenBothSensorsAreNull
+- testConstructorThrowsExceptionWhenQuotaSensorIsNull
+- testConstructorThrowsExceptionWhenThrottleTimeSensorIsNull
+- testConstructorWithEmptyMap
+- testConstructorWithValidParameters
 org.apache.kafka.server.quota.ThrottledChannelTest:
 - testThrottledChannelDelay
 org.apache.kafka.server.replica.ReplicaTest:
@@ -224,6 +231,10 @@ 
org.apache.kafka.server.share.session.ShareSessionCacheTest:
 - testShareGroupListenerEvents
 - testShareGroupListenerEventsMultipleGroups
 - testShareSessionCache
+org.apache.kafka.server.share.session.ShareSessionKeyTest:
+- testConstructorThrowsExceptionWhenBothGroupIdAndMemberIdIsNull
+- testConstructorThrowsExceptionWhenGroupIdIsNull
+- testConstructorThrowsExceptionWhenMemberIdIsNull
 org.apache.kafka.server.share.session.ShareSessionTest:
 - testPartitionsToLogString
 - testPartitionsToLogStringEmpty

Reply via email to