smiklosovic commented on code in PR #1683:
URL: https://github.com/apache/cassandra/pull/1683#discussion_r1116870843


##########
src/java/org/apache/cassandra/service/DataResolver.java:
##########
@@ -293,22 +310,30 @@ private boolean isReversed(List<UnfilteredRowIterator> 
versions)
             return false;
         }
 
+        @VisibleForTesting
+        void waitForRepairResults() throws TimeoutException
+        {
+            FBUtilities.waitOnFutures(repairResults, 
DatabaseDescriptor.getWriteRpcTimeout(), finishedRepairs);

Review Comment:
   I extracted this call to separate method so I can override its behavior in 
the test.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to