janhoy opened a new pull request, #4055:
URL: https://github.com/apache/solr/pull/4055

   This PR makes the smoke tester use a random port instead of relying on 
hardcoded port 8983.
   The benefit is that smoke tester is more resilient both on developer machine 
during release, where there can often be a Solr running on 8983, and in 
Jenkins, where you share host with many other jobs, even other Solr jobs.
   
   This patch will
   * Select a random port between 8901-8999
   * Check that both it and X+1000 are available, if not pick a new port
   * Removes dead code, function `readSolrOutput()`,  `is_port_in_use()`, 
`removeTrailingZeros()` and the preemptive stop of solr on port 8983


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