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 dcdd5b01040 Update test catalog data for GHA workflow run 11666454348
dcdd5b01040 is described below

commit dcdd5b010402f09d80625c36c6143a7a399e0da4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 17:56:38 2024 +0000

    Update test catalog data for GHA workflow run 11666454348
    
    Commit: 
https://github.com/apache/kafka/commit/5cf91e4cbec8d33bd8e938164ca4b3fe172fda55
    GitHub Run: https://github.com/apache/kafka/actions/runs/11666454348
---
 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 01663c3ac1e..0bf7fdb394c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2506,6 +2506,8 @@ kafka.server.ConsumerGroupHeartbeatRequestTest:
 - testConsumerGroupHeartbeatIsAccessibleWhenNewGroupCoordinatorIsEnabled
 - testConsumerGroupHeartbeatIsInaccessibleWhenDisabledByStaticConfig
 - testConsumerGroupHeartbeatIsInaccessibleWhenFeatureFlagNotEnabled
+- testConsumerGroupHeartbeatWithInvalidRegularExpression
+- testConsumerGroupHeartbeatWithRegularExpression
 - testMemberIdGeneratedOnServerWhenApiVersionIs0
 - testRejoiningStaticMemberGetsAssignmentsBackWhenNewGroupCoordinatorIsEnabled
 - 
testStaticMemberRemovedAfterSessionTimeoutExpiryWhenNewGroupCoordinatorIsEnabled
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 4c625af48cc..2ac79837345 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -679,6 +679,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testRemovePartitionEpochs
 - testRemoveStaticMember
 - testStateTransitionMetrics
+- testSubscribedRegularExpressionCount
 - testUpdateInvertedAssignment
 - testUpdateMember
 - testUpdateSubscribedTopicNamesAndSubscriptionType

Reply via email to