madrob commented on a change in pull request #736:
URL: https://github.com/apache/solr/pull/736#discussion_r826209013



##########
File path: 
solr/core/src/test/org/apache/solr/filestore/TestDistribPackageStore.java
##########
@@ -225,6 +229,11 @@ public String toString() {
     }
   }
 
+  public static <T extends NavigableObject> T assertResponseValues(
+      Callable<T> callable, Map<String, Object> vals) throws Exception {
+    return assertResponseValues(1, callable, vals);

Review comment:
       Found a case where we may need multiple attempts, added a comment as to 
why.




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