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/30 07:38:51 UTC

[lucene-solr] 03/16: @453 Tweak.

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

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

commit 612d06208d4022d8628b582b76227c513e765634
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Jul 29 10:29:38 2020 -0500

    @453 Tweak.
---
 solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java b/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java
index f5b2ffb..cc67bc0 100644
--- a/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java
+++ b/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java
@@ -32,7 +32,7 @@ public class JSONTestUtil {
    * Default delta used in numeric equality comparisons for floats and doubles.
    */
   public final static double DEFAULT_DELTA = 1e-5;
-  public static boolean failRepeatedKeys = false;
+  public static volatile boolean failRepeatedKeys = false;
 
   /**
    * comparison using default delta