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

houston 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 d48869a77d6 SOLR-17504: Ensure DirectUpdateHandlerWithUpdateLogTest 
always uses updateLog
d48869a77d6 is described below

commit d48869a77d626e4546de6e8fe9c7f4251fff5ea8
Author: Houston Putman <[email protected]>
AuthorDate: Tue Jan 28 15:39:43 2025 -0600

    SOLR-17504: Ensure DirectUpdateHandlerWithUpdateLogTest always uses 
updateLog
    
    (cherry picked from commit 3be16e25517f46b9a4cdfd35bd0036d93d728743)
---
 .../org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java
 
b/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java
index 49a3be19697..3115614e0c4 100644
--- 
a/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java
+++ 
b/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java
@@ -35,6 +35,7 @@ public class DirectUpdateHandlerWithUpdateLogTest extends 
SolrTestCaseJ4 {
   @BeforeClass
   public static void beforeClass() throws Exception {
     System.setProperty("solr.updateHandler", 
SpyingUpdateHandler.class.getName());
+    System.setProperty("enable.update.log", "true");
     initCore("solrconfig.xml", "schema11.xml");
   }
 

Reply via email to