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 3d740719d29 SOLR-17504: Ensure DirectUpdateHandlerWithUpdateLogTest
always uses updateLog
3d740719d29 is described below
commit 3d740719d295cfa2efa65669d5b645005db3d998
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");
}