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 b70e38ad7b7 Update test catalog data for GHA workflow run 13119117984
b70e38ad7b7 is described below
commit b70e38ad7b741d81bcf0c54a58333cf9aebcba96
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 20:54:39 2025 +0000
Update test catalog data for GHA workflow run 13119117984
Commit:
https://github.com/apache/kafka/commit/87b536d5ece93249d6f71827c93ab1f461cc73b3
GitHub Run: https://github.com/apache/kafka/actions/runs/13119117984
---
test-catalog/core/tests.yaml | 1 -
test-catalog/group-coordinator/tests.yaml | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 141f393a385..7fab349a081 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3314,7 +3314,6 @@ kafka.server.ReplicaManagerTest:
- testPartitionListener
- testPartitionMarkedOfflineIfLogCantBeCreated
- testPartitionMetadataFile
-- testPartitionMetadataFileCreatedWithExistingLog
- testPartitionMetadataFileNotCreated
- testPartitionsWithLateTransactionsCount
- testPreVerificationError
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index a25158667ce..20595c6d00b 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -862,6 +862,17 @@
org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
- subtopologiesMapShouldBeImmutable
- subtopologiesMapShouldNotBeNull
- topologyEpochShouldNotBeNegative
+org.apache.kafka.coordinator.group.streams.TargetAssignmentBuilderTest:
+- testAssignmentHasNotChanged
+- testAssignmentSwapped
+- testBuildEmptyAssignmentWhenTopologyNotReady
+- testCreateAssignmentMemberSpec
+- testDeleteMember
+- testEmpty
+- testNewMember
+- testPartialAssignmentUpdate
+- testReplaceStaticMember
+- testUpdateMember
org.apache.kafka.coordinator.group.streams.TasksTupleTest:
- testContainsAny
- testFromTargetAssignmentRecord
@@ -879,6 +890,15 @@
org.apache.kafka.coordinator.group.streams.TopicMetadataTest:
- testConstructorWithZeroNumPartitions
- testConstructorWithZeroUuid
- testFromRecord
+org.apache.kafka.coordinator.group.streams.TopologyMetadataTest:
+- testIsStateful
+- testIsStatefulThrowsExceptionWhenSubtopologyIdDoesNotExist
+- testMaxNumInputPartitions
+- testMaxNumInputPartitionsThrowsExceptionWhenSubtopologyContainsNoSourceTopics
+- testMaxNumInputPartitionsThrowsExceptionWhenSubtopologyIdDoesNotExist
+- testSubtopologies
+- testTopicMetadata
+- testTopology
org.apache.kafka.coordinator.group.streams.assignor.GroupSpecImplTest:
- testMembers
org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest: