splett2 commented on a change in pull request #11244:
URL: https://github.com/apache/kafka/pull/11244#discussion_r693517822



##########
File path: 
core/src/test/scala/integration/kafka/admin/ReassignPartitionsIntegrationTest.scala
##########
@@ -127,7 +127,6 @@ class ReassignPartitionsIntegrationTest extends 
ZooKeeperTestHarness {
     )
 
     val verifyAssignmentResult = runVerifyAssignment(cluster.adminClient, 
assignment, false)
-    assertTrue(verifyAssignmentResult.partsOngoing)
     assertFalse(verifyAssignmentResult.movesOngoing)

Review comment:
       verifying `moveOngoing` here makes sense because we don't perform 
intra-broker replica assignments(move log dirs) in these tests, so 
`movesOngoing` should always be false.




-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to