epugh commented on code in PR #1158:
URL: https://github.com/apache/solr/pull/1158#discussion_r1014392413
##########
solr/prometheus-exporter/src/test/org/apache/solr/prometheus/scraper/SolrStandaloneScraperTest.java:
##########
@@ -63,13 +63,14 @@ public static void setupBeforeClass() throws Exception {
configuration =
Helpers.loadConfiguration("conf/prometheus-solr-exporter-scraper-test-config.xml");
- solrClient = new
Http2SolrClient.Builder(restTestHarness.getAdminURL()).build();
- solrScraper = new SolrStandaloneScraper(solrClient, executor, "test");
-
NoOpResponseParser responseParser = new NoOpResponseParser();
responseParser.setWriterType("json");
Review Comment:
done!~
--
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]