Skip to content

Commit 3be16e2

Browse files
committed
SOLR-17504: Ensure DirectUpdateHandlerWithUpdateLogTest always uses updateLog
1 parent 41a7cd5 commit 3be16e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class DirectUpdateHandlerWithUpdateLogTest extends SolrTestCaseJ4 {
3535
@BeforeClass
3636
public static void beforeClass() throws Exception {
3737
System.setProperty("solr.updateHandler", SpyingUpdateHandler.class.getName());
38+
System.setProperty("enable.update.log", "true");
3839
initCore("solrconfig.xml", "schema11.xml");
3940
}
4041

0 commit comments

Comments
 (0)