sanpwc commented on code in PR #6210:
URL: https://github.com/apache/ignite-3/pull/6210#discussion_r2197315031
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceByPendingAssignmentsQueueTest.java:
##########
@@ -273,11 +274,13 @@ void
testRebalanceWhenPeersMajorityIsLostAndNoAvailableLearners() {
}
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25804")
- void testNodeRestartDuringQueueProcessing() {
+ void testNodeRestartDuringQueueProcessing() throws InterruptedException {
createZoneAndTable(4, 2);
+ assertTrue(waitForCondition(() ->
stablePartitionAssignments(TABLE_NAME).size() == 4, 10_000));
Review Comment:
In order to enforce test invariant that was assumed but wasn't enforced.
--
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]