VishnuPriyaChandraSekar commented on code in PR #4272:
URL: https://github.com/apache/solr/pull/4272#discussion_r3055142857


##########
solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java:
##########
@@ -472,29 +472,41 @@ public void testZkClusterStateProviderUrlScheme() throws 
Exception {
   }
 
   private void testUrlSchemeDefault(SolrZkClient client) throws Exception {
+    if (isSSLMode()) {

Review Comment:
   Looks like the baseClass (SolrTestCaseJ4) randomly runs the server in SSL 
mode. Thus, I had to put back the system property if the server runs in https 
(If I don't do this, the next consecutive tests becomes flaky)



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