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