You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by mk...@apache.org on 2023/03/22 08:31:24 UTC

[solr] branch SOLR-16707-TestFiltering-async-true created (now f25fe71183b)

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

mkhl pushed a change to branch SOLR-16707-TestFiltering-async-true
in repository https://gitbox.apache.org/repos/asf/solr.git


      at f25fe71183b Update TestFiltering.java

This branch includes the following new commits:

     new f25fe71183b Update TestFiltering.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[solr] 01/01: Update TestFiltering.java

Posted by mk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch SOLR-16707-TestFiltering-async-true
in repository https://gitbox.apache.org/repos/asf/solr.git

commit f25fe71183bcc62790e634ec41b860bbb60cfce3
Author: Mikhail Khludnev <mk...@users.noreply.github.com>
AuthorDate: Wed Mar 22 11:31:17 2023 +0300

    Update TestFiltering.java
---
 solr/core/src/test/org/apache/solr/search/TestFiltering.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/search/TestFiltering.java b/solr/core/src/test/org/apache/solr/search/TestFiltering.java
index 1d44ac2943f..fc901d98d2d 100644
--- a/solr/core/src/test/org/apache/solr/search/TestFiltering.java
+++ b/solr/core/src/test/org/apache/solr/search/TestFiltering.java
@@ -40,6 +40,7 @@ public class TestFiltering extends SolrTestCaseJ4 {
   @BeforeClass
   public static void beforeTests() throws Exception {
     System.setProperty("enable.update.log", "false"); // schema12 doesn't support _version_
+    System.setProperty("solr.filterCache.async", "true");
     initCore("solrconfig.xml", "schema_latest.xml");
   }