You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/07/11 00:00:17 UTC

[4/6] lucene-solr:branch_7x: 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/83400bd8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/83400bd8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/83400bd8

Branch: refs/heads/branch_7x
Commit: 83400bd81eb911ee3623c6636f1c6e968cb0c46d
Parents: 95d4a7f
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:59:15 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/83400bd8/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b8031c7..29ab3c0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -467,6 +467,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.