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 242fb3c64ee Update test catalog data for GHA workflow run 18945028047
242fb3c64ee is described below
commit 242fb3c64ee0c541a1b4f8a830c51b876f04e52a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 30 17:39:43 2025 +0000
Update test catalog data for GHA workflow run 18945028047
Commit:
https://github.com/apache/kafka/commit/059589ef9791feb97086a343804fbf031ea61570
GitHub Run: https://github.com/apache/kafka/actions/runs/18945028047
---
test-catalog/core/tests.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3f089f47017..128aae5d617 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2445,6 +2445,7 @@ kafka.server.KafkaRequestHandlerTest:
- testLogSizeBytesMetricWithPartitionExpansion
- testLogSizeBytesMetricWithPartitionShrinking
- testLogSizeBytesMetricWithRemovingNonexistentPartitions
+- testMetricsForMultipleRequestPools
- testMultipleCopyLagBytesMetrics
- testMultipleCopyLagSegmentsMetrics
- testMultipleDeleteLagBytesMetrics
@@ -2787,6 +2788,16 @@ kafka.server.ShareGroupHeartbeatRequestTest:
kafka.server.StreamsGroupDescribeRequestTest:
- testStreamsGroupDescribeGroupsWithNewGroupCoordinator
- testStreamsGroupDescribeWhenFeatureFlagNotEnabled
+kafka.server.StreamsGroupHeartbeatRequestTest:
+- testEmptyStreamsGroupId
+- testInvalidMemberEpoch
+- testMemberLeaveHeartbeat
+- testStreamsGroupHeartbeatForMultipleMembers
+-
testStreamsGroupHeartbeatIsAccessibleWhenNewGroupCoordinatorIsEnabledTopicNotExistFirst
+- testStreamsGroupHeartbeatIsInaccessibleWhenDisabledByFeatureConfig
+-
testStreamsGroupHeartbeatIsInaccessibleWhenDisabledByStaticGroupCoordinatorProtocolConfig
+- testStreamsGroupHeartbeatIsInaccessibleWhenUnstableLatestVersionNotEnabled
+- testStreamsGroupHeartbeatWithInvalidAPIVersion
kafka.server.StrictControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.SyncGroupRequestTest: