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 09a48dc5170 Update test catalog data for GHA workflow run 15893897630
09a48dc5170 is described below
commit 09a48dc5170593f34744f449f7baccc1f10f49e3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 26 08:05:43 2025 +0000
Update test catalog data for GHA workflow run 15893897630
Commit:
https://github.com/apache/kafka/commit/dc82c766fae382f8914c6d45538b0f279e08a1e9
GitHub Run: https://github.com/apache/kafka/actions/runs/15893897630
---
test-catalog/core/tests.yaml | 2 ++
test-catalog/group-coordinator/tests.yaml | 1 +
2 files changed, 3 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e8f37da8f93..5ac4123dc7e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1666,6 +1666,8 @@ kafka.server.ClientQuotaManagerTest:
- testExpireThrottleTimeSensor
- testGetMaxValueInQuotaWindowWithNonDefaultQuotaWindow
- testQuotaConfigPrecedence
+- testQuotaTypesEnabledUpdatesWithCustomCallback
+- testQuotaTypesEnabledUpdatesWithDefaultCallback
- testQuotaViolation
- testSetAndRemoveDefaultUserQuota
- testSetAndRemoveUserClientQuota
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 41e6efad908..4c6a0acbf40 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -170,6 +170,7 @@
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
- testStreamsGroupDescribeCoordinatorNotActive
- testStreamsGroupDescribeInvalidGroupId
- testStreamsGroupHeartbeat
+- testStreamsGroupHeartbeatFailsForUnsupportedFeatures
- testStreamsGroupHeartbeatWhenNotStarted
- testStreamsGroupHeartbeatWithException
- testStreamsHeartbeatRequestValidation