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

commit f50a2a502b21aacf37d89eff82a9def95ecd6f47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 8 09:34:17 2024 +0000

    Update test catalog data for GHA workflow run 11737782133
    
    Commit: 
https://github.com/apache/kafka/commit/1792b19a057662263b01a7e6c6546de48934389a
    GitHub Run: https://github.com/apache/kafka/actions/runs/11737782133
---
 test-catalog/group-coordinator/tests.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 2ac79837345..d0ffca962da 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -19,6 +19,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
 - testNewConsumerGroupEpochTombstoneRecord
 - testNewConsumerGroupMemberSubscriptionRecord
 - testNewConsumerGroupMemberSubscriptionTombstoneRecord
+- testNewConsumerGroupRegularExpressionRecord
+- testNewConsumerGroupRegularExpressionTombstone
 - testNewConsumerGroupSubscriptionMetadataRecord
 - testNewConsumerGroupSubscriptionMetadataTombstoneRecord
 - testNewConsumerGroupTargetAssignmentEpochRecord
@@ -128,6 +130,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testReplayConsumerGroupMetadataWithNullValue
 - testReplayConsumerGroupPartitionMetadata
 - testReplayConsumerGroupPartitionMetadataWithNullValue
+- testReplayConsumerGroupRegularExpression
+- testReplayConsumerGroupRegularExpressionTombstone
 - testReplayConsumerGroupTargetAssignmentMember
 - testReplayConsumerGroupTargetAssignmentMemberKeyWithNullValue
 - testReplayConsumerGroupTargetAssignmentMetadata
@@ -318,6 +322,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testReplayConsumerGroupMetadataTombstone
 - testReplayConsumerGroupPartitionMetadata
 - testReplayConsumerGroupPartitionMetadataTombstone
+- testReplayConsumerGroupRegularExpression
+- testReplayConsumerGroupRegularExpressionTombstone
 - testReplayConsumerGroupTargetAssignmentMember
 - testReplayConsumerGroupTargetAssignmentMemberTombstone
 - testReplayConsumerGroupTargetAssignmentMetadata
@@ -680,6 +686,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testRemoveStaticMember
 - testStateTransitionMetrics
 - testSubscribedRegularExpressionCount
+- testUpdateAndRemoveRegularExpression
 - testUpdateInvertedAssignment
 - testUpdateMember
 - testUpdateSubscribedTopicNamesAndSubscriptionType
@@ -707,6 +714,9 @@ 
org.apache.kafka.coordinator.group.modern.consumer.CurrentAssignmentBuilderTest:
 - testUnrevokedPartitionsToStable
 - testUnrevokedPartitionsToUnreleasedPartitions
 - testUnrevokedPartitionsToUnrevokedPartitions
+org.apache.kafka.coordinator.group.modern.consumer.ResolvedRegularExpressionTest:
+- testConstructor
+- testEquals
 
org.apache.kafka.coordinator.group.modern.share.ShareGroupAssignmentBuilderTest:
 - testStableToStable
 - testStableToStableWithNewPartitions

Reply via email to