You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2022/08/30 05:13:46 UTC

[solr] branch main updated: fixing test failure

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

noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f4a7c7e936e fixing test failure
f4a7c7e936e is described below

commit f4a7c7e936edebb7be7b002c5d3f78f888d25301
Author: Noble Paul <no...@gmail.com>
AuthorDate: Tue Aug 30 15:13:36 2022 +1000

    fixing test failure
---
 .../src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java b/solr/core/src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java
index 42d80453dff..b6508b2052c 100644
--- a/solr/core/src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/metrics/SolrMetricsIntegrationTest.java
@@ -234,7 +234,7 @@ public class SolrMetricsIntegrationTest extends SolrTestCaseJ4 {
     System.clearProperty("metricsEnabled");
     try {
       JettySolrRunner j = cluster.getRandomJetty(random());
-      String url = j.getBaseUrl() + "/admin/metrics?key=solr.node:CONTAINER.zknSolrClient&wt=json";
+      String url = j.getBaseUrl() + "/admin/metrics?key=solr.node:CONTAINER.zkClient&wt=json";
       HttpClient httpClient = ((HttpSolrClient) j.newClient()).getHttpClient();
       @SuppressWarnings("unchecked")
       Map<String, Object> zkMmetrics =