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:18:19 UTC

[solr] branch main updated: SOLR-16337 : fixing test failures

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 f625147ed9f SOLR-16337 : fixing test failures
f625147ed9f is described below

commit f625147ed9f63127983e08ba2144bd4721c91e3d
Author: Noble Paul <no...@gmail.com>
AuthorDate: Tue Aug 30 15:18:09 2022 +1000

    SOLR-16337 : fixing test failures
---
 .../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 =