gabriellefu commented on code in PR #22788:
URL: https://github.com/apache/kafka/pull/22788#discussion_r3632503707
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/TargetAssignmentBuilderTest.java:
##########
@@ -98,54 +100,80 @@ public void testCreateAssignmentMemberSpec(TaskRole
taskRole) {
.setInstanceId("instanceId")
.setProcessId("processId")
.setClientTags(clientTags)
+ .setAssignedTasks(TasksTupleWithEpochs.EMPTY)
Review Comment:
It was a null guard, but also I used tagart assignment previously instead of
the actual assignment each member are having. In this case, I have update the
test with a mock current assignment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]