You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "gerlowskija (via GitHub)" <gi...@apache.org> on 2023/05/25 12:04:41 UTC

[GitHub] [solr] gerlowskija commented on a diff in pull request #1662: SOLR-16784 Frequent failing CollectionReloadTest

gerlowskija commented on code in PR #1662:
URL: https://github.com/apache/solr/pull/1662#discussion_r1205416014


##########
solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java:
##########
@@ -128,7 +128,7 @@ public void tearDown() throws Exception {
   @Repeat(iterations = 30)
   public void testCreateDelete() throws Exception {
     try {
-      switch (2 /*random().nextInt(3)*/) {
+      switch (random().nextInt(3)) {

Review Comment:
   [+1] This line by Alex fixes a mistake I made here.  I commented it out while testing a PR a week or two back, and it accidentally got added to my PR and merged.
   
   Good catch Alex!



-- 
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: issues-unsubscribe@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org