You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of waiting 10sec, check the list of live nodes from ZK (/live_nodes znode). You can use the CloudSolrClient's ZK client to check for the cluster state / live nodes.
When any command terminates with error (exit code != 0), then don't perform further steps and exit your test with non-0 error code (System.exit(errorCode));
Start ZK from the test itself, and on a random port.
Use random directory names and random port numbers every time.
If there's a success, stop zk, solr and clean up directories.
If there's a failure, then don't stop ZK or Solr or cleanup, but instead print the port numbers where things are running and the directories (so that user can manually check the logs in those directories).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: