You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/07/13 15:38:09 UTC

[12/47] lucene-solr:jira/solr-11000: SOLR-10796: TestPointFields: increase randomized testing of non-trivial values

SOLR-10796: TestPointFields: increase randomized testing of non-trivial values


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5bb09e08
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5bb09e08
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5bb09e08

Branch: refs/heads/jira/solr-11000
Commit: 5bb09e08528552c310d30fc627dc823a86aa6880
Parents: 2015359
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jul 10 19:58:23 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jul 10 19:58:23 2017 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt                                |    2 +
 .../org/apache/solr/schema/TestPointFields.java | 1400 ++++++++++++------
 2 files changed, 938 insertions(+), 464 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5bb09e08/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c6100b3..02d2364 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -484,6 +484,8 @@ Other Changes
 
 * SOLR-10898: Fix SOLR-10898 to not deterministicly fail 1/512 runs (hossman)
 
+* SOLR-10796: TestPointFields: increase randomized testing of non-trivial values.  (Steve Rowe)
+
 ==================  6.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.