You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/29 18:11:15 UTC

[lucene-solr] branch reference_impl_dev updated: @456 LOL there is yet one more.

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

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 2d6468b  @456 LOL there is yet one more.
2d6468b is described below

commit 2d6468b70f56873aa252dc698730f204aa818e75
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Jul 29 13:10:54 2020 -0500

    @456 LOL there is yet one more.
---
 .../src/java/org/apache/solr/SolrIgnoredThreadsFilter.java             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java b/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
index 8f871fb..b4413f3 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
@@ -68,7 +68,8 @@ public class SolrIgnoredThreadsFilter implements ThreadFilter {
     // randomizedtesting claims this leaks, but the thread is already TERMINATED state
     // I think it can be resolved, but for now ...
     if (threadName.startsWith("executeInOrderTest") || threadName.startsWith("testStress") ||
-            threadName.startsWith("testLockWhenQueueIsFull_test") || threadName.startsWith("testRunInParallel")) {
+            threadName.startsWith("testLockWhenQueueIsFull_test") || threadName.startsWith("testRunInParallel")
+            ||  threadName.startsWith("testExecutor")) {
       return true;
     }