You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/03/02 17:48:38 UTC

[solr] branch branch_9x updated: SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 644e705a424 SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)
644e705a424 is described below

commit 644e705a42451ad0a2a9619729df0122a1ba5059
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu Mar 2 18:47:50 2023 +0100

    SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413)
    
    Signed-off-by: Jan Høydahl <ja...@users.noreply.github.com>
    (cherry picked from commit f9b800f1cfc3876107c10bd606ad11382d8f6129)
---
 .../test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java b/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
index 54b89d1d521..5aef12103da 100644
--- a/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
+++ b/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/OtelTracerConfiguratorTest.java
@@ -27,7 +27,7 @@ import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-@ThreadLeakLingering(linger = 10)
+@ThreadLeakLingering(linger = 10000)
 public class OtelTracerConfiguratorTest extends SolrTestCaseJ4 {
   private OtelTracerConfigurator instance;