This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9_8
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_8 by this push:
new 4098e86795b SOLR-17667: In TestLBHttp2SolrClient only listen on the
client DEBUG logging
4098e86795b is described below
commit 4098e86795badc933a5bd38d1b22bb55b663a7e9
Author: Houston Putman <[email protected]>
AuthorDate: Tue Feb 18 10:42:58 2025 -0600
SOLR-17667: In TestLBHttp2SolrClient only listen on the client DEBUG logging
(cherry picked from commit 4dec964b6c7d71db6e3105170db0613bd7c5900c)
---
.../src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java
b/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java
index 3ab44ca13d4..6b596f9a361 100644
---
a/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java
+++
b/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java
@@ -209,7 +209,7 @@ public class TestLBHttp2SolrClient extends SolrTestCaseJ4 {
private void startJettyAndWaitForAliveCheckQuery(SolrInstance solrInstance)
throws Exception {
try (LogListener logListener =
-
LogListener.debug().substring(LBSolrClient.UPDATE_LIVE_SERVER_MESSAGE)) {
+
LogListener.debug(LBSolrClient.class).substring(LBSolrClient.UPDATE_LIVE_SERVER_MESSAGE))
{
solrInstance.startJetty();
if (logListener.pollMessage(10, TimeUnit.SECONDS) == null) {
fail("The alive check query was not logged within 10 seconds.");