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

commit b54cb345d25a797193ae169242492a52a8054ac0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 13:19:08 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 11b5bfce981..4eecf261952 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -44,6 +44,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorRecordSerdeTest:
 - testDeserializeWithInvalidKeyBytes
 - testDeserializeWithInvalidRecordType
 - testDeserializeWithInvalidValueBytes
+- testDeserializeWithInvalidValueVersion
 - testDeserializeWithKeyEmptyBuffer
 - testDeserializeWithTombstoneForValue
 - testDeserializeWithValueEmptyBuffer
@@ -892,6 +893,50 @@ 
org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
 - testTwoMembersTwoSubtopologies
 - testTwoMembersTwoSubtopologiesStickiness
 - testZeroMembers
+org.apache.kafka.coordinator.group.streams.assignor.ProcessStateTest:
+- shouldAddActiveTaskToMember
+- shouldAddStandbyTaskToMember
+- shouldCompareBasedOnLoadAndCapacity
+- shouldIncreaseCapacity
+- shouldReturnAllAssignedTasks
+- shouldReturnFalseIfTaskIsNotAssigned
+- shouldReturnFalseWhenCapacityIsFull
+- shouldReturnTrueIfTaskIsAssigned
+- shouldReturnTrueWhenCapacityIsAvailable
+org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
+- shouldAssignActiveAndStandbyTasks
+- shouldAssignAtLeastOneTaskToEachClientIfPossible
+- shouldAssignBasedOnCapacity
+- shouldAssignBasedOnCapacityWhenMultipleClientHaveStandbyTasks
+- shouldAssignEachActiveTaskToOneClientWhenMoreClientsThanTasks
+- shouldAssignMoreTasksToClientWithMoreCapacity
+- shouldAssignMultipleReplicasOfStandbyTask
+- shouldAssignNewTasksToNewClientWhenPreviousTasksAssignedToOldClients
+- shouldAssignOneActiveTaskToEachProcessWhenTaskCountSameAsProcessCount
+- 
shouldAssignStandbyTasksToDifferentClientThanCorrespondingActiveTaskIsAssignedTo
+- shouldAssignTasksEvenlyWithUnequalTopicGroupSizes
+- shouldAssignTasksNotPreviouslyActiveToMultipleNewClients
+- shouldAssignTasksNotPreviouslyActiveToNewClient
+- shouldAssignTasksToClientWithPreviousStandbyTasks
+- shouldAssignTasksToNewClient
+- 
shouldAssignTasksToNewClientWithoutFlippingAssignmentBetweenExistingAndBouncedClients
+- shouldAssignTasksToNewClientWithoutFlippingAssignmentBetweenExistingClients
+- shouldAssignTopicGroupIdEvenlyAcrossClientsWithNoStandByTasks
+- shouldAssignTopicGroupIdEvenlyAcrossClientsWithStandByTasks
+- shouldBalanceActiveAndStandbyTasksAcrossAvailableClients
+- shouldKeepActiveTaskStickinessWhenMoreClientThanActiveTasks
+- shouldMigrateActiveTasksToNewProcessWithoutChangingAllAssignments
+- shouldMoveMinimalNumberOfTasksWhenPreviouslyAboveCapacityAndNewClientAdded
+- 
shouldNotAssignStandbyTaskReplicasWhenNoClientAvailableWithoutHavingTheTaskAssigned
+- 
shouldNotAssignStandbyTasksToClientWithPreviousStandbyTasksAndCurrentActiveTasks
+- shouldNotHaveSameAssignmentOnAnyTwoHosts
+- shouldNotHaveSameAssignmentOnAnyTwoHostsWhenThereArePreviousActiveTasks
+- shouldNotHaveSameAssignmentOnAnyTwoHostsWhenThereArePreviousStandbyTasks
+- shouldNotMigrateActiveTaskToOtherProcess
+- shouldNotMoveAnyTasksWhenNewTasksAdded
+- shouldReBalanceTasksAcrossAllClientsWhenCapacityAndTaskCountTheSame
+- shouldReBalanceTasksAcrossClientsWhenCapacityLessThanTaskCount
+- shouldRebalanceTasksToClientsBasedOnCapacity
 org.apache.kafka.coordinator.group.streams.topics.ChangelogTopicsTest:
 - shouldContainBothTypesOfPreExistingChangelogs
 - shouldContainNonSourceBasedChangelogs

Reply via email to