You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2022/10/11 17:28:39 UTC

[solr] branch jira/solr-16640 updated: Not starting up a new node

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr-16640
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/jira/solr-16640 by this push:
     new c3ee2ecb922 Not starting up a new node
c3ee2ecb922 is described below

commit c3ee2ecb922354bebd66f2504cf20ca7a1758b6f
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Tue Oct 11 22:58:27 2022 +0530

    Not starting up a new node
---
 .../src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
index e358ef94ad1..4201f4af657 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
@@ -1191,7 +1191,7 @@ public class CloudSolrClientTest extends SolrCloudTestCase {
 
     JettySolrRunner jsr = null;
     try {
-      jsr = cluster.startJettySolrRunner();
+      //jsr = cluster.startJettySolrRunner();
 
       // Now let's do an add replica
       CollectionAdminRequest.addReplicaToShard(testCollection, "shard1")