You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Shalin Shekhar Mangar <sh...@gmail.com> on 2014/02/05 17:13:04 UTC

Re: svn commit: r1564739 - in /lucene/dev/trunk/solr/core/src/test/org/apache/solr: BasicFunctionalityTest.java handler/JsonLoaderTest.java search/TestSolr4Spatial.java

Uwe, I have already fixed the underlying issue. I'll re-enable the tests.

On Wed, Feb 5, 2014 at 5:53 PM,  <us...@apache.org> wrote:
> Author: uschindler
> Date: Wed Feb  5 12:23:33 2014
> New Revision: 1564739
>
> URL: http://svn.apache.org/r1564739
> Log:
> Ignore tests that fail since the last few commits. The responsible person should fix those. This commit is only to make Jenkins quiet again!
>
> Modified:
>     lucene/dev/trunk/solr/core/src/test/org/apache/solr/BasicFunctionalityTest.java
>     lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/JsonLoaderTest.java
>     lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java
>
> Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/BasicFunctionalityTest.java
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/BasicFunctionalityTest.java?rev=1564739&r1=1564738&r2=1564739&view=diff
> ==============================================================================
> --- lucene/dev/trunk/solr/core/src/test/org/apache/solr/BasicFunctionalityTest.java (original)
> +++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/BasicFunctionalityTest.java Wed Feb  5 12:23:33 2014
> @@ -345,7 +345,7 @@ public class BasicFunctionalityTest exte
>    }
>
>
> -  @Test
> +  @Test @Ignore("Please fix me!")
>    public void testClientErrorOnMalformedNumbers() throws Exception {
>
>      final String BAD_VALUE = "NOT_A_NUMBER";
>
> Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/JsonLoaderTest.java
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/JsonLoaderTest.java?rev=1564739&r1=1564738&r2=1564739&view=diff
> ==============================================================================
> --- lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/JsonLoaderTest.java (original)
> +++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/handler/JsonLoaderTest.java Wed Feb  5 12:23:33 2014
> @@ -31,6 +31,7 @@ import org.apache.solr.update.DeleteUpda
>  import org.apache.solr.update.processor.BufferingRequestProcessor;
>  import org.junit.BeforeClass;
>  import org.junit.Test;
> +import org.junit.Ignore;
>  import org.xml.sax.SAXException;
>
>  import java.math.BigDecimal;
> @@ -391,7 +392,7 @@ public class JsonLoaderTest extends Solr
>    }
>
>
> -  @Test
> +  @Test @Ignore("Please fix me!")
>    public void testAddBigIntegerValueToTrieField() throws Exception {
>      // Adding a BigInteger to a long field should fail
>      // BigInteger.longValue() returns only the low-order 64 bits.
>
> Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java?rev=1564739&r1=1564738&r2=1564739&view=diff
> ==============================================================================
> --- lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java (original)
> +++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial.java Wed Feb  5 12:23:33 2014
> @@ -35,6 +35,7 @@ import org.apache.solr.util.SpatialUtils
>  import org.junit.Before;
>  import org.junit.BeforeClass;
>  import org.junit.Test;
> +import org.junit.Ignore;
>
>  import java.text.ParseException;
>  import java.util.Arrays;
> @@ -71,7 +72,7 @@ public class TestSolr4Spatial extends So
>      assertU(commit());
>    }
>
> -  @Test
> +  @Test @Ignore("Please fix me!")
>    public void testBadShapeParse400() {
>      assertQEx(null, req(
>          "fl", "id," + fieldName, "q", "*:*", "rows", "1000",
>
>



-- 
Regards,
Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org