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 850f8801a88 Update test catalog data for GHA workflow run 12690954996
850f8801a88 is described below

commit 850f8801a884f86b7890922a6f48bd18bf96f017
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 16:05:32 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index a751a978f5e..2d866d85673 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -796,6 +796,12 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupMemberTest:
 - testBuilderWithMemberIdIsNull
 - testBuilderWithMemberIsNull
 - testReturnUnmodifiableFields
+org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
+- fromRecordShouldCreateCorrectTopology
+- requiredTopicsShouldBeCorrect
+- subtopologiesMapShouldBeImmutable
+- subtopologiesMapShouldNotBeNull
+- topologyEpochShouldNotBeNegative
 org.apache.kafka.coordinator.group.streams.assignor.GroupSpecImplTest:
 - testMembers
 org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
@@ -830,6 +836,14 @@ 
org.apache.kafka.coordinator.group.streams.topics.ConfiguredTopologyTest:
 - testConstructorWithNullSubtopologies
 - testConstructorWithNullTopicConfigurationException
 - testIsReady
+org.apache.kafka.coordinator.group.streams.topics.RepartitionTopicsTest:
+- shouldNotSetupRepartitionTopicsWhenTopologyDoesNotContainAnyRepartitionTopics
+- shouldSetRepartitionTopicPartitionCountFromUpstreamExternalSourceTopic
+- 
shouldSetRepartitionTopicPartitionCountFromUpstreamInternalRepartitionSourceTopic
+- shouldSetupRepartitionTopics
+- 
shouldThrowStreamsInvalidTopologyExceptionIfPartitionCountCannotBeComputedForAllRepartitionTopicsDueToLoops
+- 
shouldThrowStreamsInvalidTopologyExceptionIfPartitionCountCannotBeComputedForAllRepartitionTopicsDueToMissingSinks
+- shouldThrowStreamsMissingSourceTopicsExceptionIfMissingSourceTopics
 
org.apache.kafka.coordinator.group.streams.topics.TopicConfigurationExceptionTest:
 - testIncorrectlyPartitionedTopics
 - testMissingInternalTopics

Reply via email to