You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/06/19 13:16:33 UTC

lucene-solr:master: SOLR-10882: Comment out broken test case

Repository: lucene-solr
Updated Branches:
  refs/heads/master 09b0eee5b -> 3ff8c8702


SOLR-10882: Comment out broken test case


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

Branch: refs/heads/master
Commit: 3ff8c870243c576f73650309715f6cbd3bc8c869
Parents: 09b0eee
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Jun 19 09:16:23 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 19 09:16:23 2017 -0400

----------------------------------------------------------------------
 .../apache/solr/client/solrj/io/stream/StreamExpressionTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3ff8c870/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
index 75f3637..f58a19e 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamExpressionTest.java
@@ -5825,6 +5825,7 @@ public class StreamExpressionTest extends SolrCloudTestCase {
     assertEquals(p, 2.4, 0.001);
   }
 
+  /*
   @Test
   public void testArraySort() throws Exception {
     String cexpr = "arraySort(array(11.5, 12.3, 4, 3, 1, 0))";
@@ -5850,6 +5851,7 @@ public class StreamExpressionTest extends SolrCloudTestCase {
     assertEquals(asort.get(5).doubleValue(), 12.3, 0.0);
   }
 
+*/
   @Test
   public void testCumulativeProbability() throws Exception {
     UpdateRequest updateRequest = new UpdateRequest();