Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Lucene, mail # dev - RE: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure


Copy link to this message
-
Re: [JENKINS] Lucene-Solr-tests-only-4.x-java7 - Build # 1 - Failure
Robert Muir 2012-06-13, 14:09
I dug into this, test fails because the Arabic collator isnt working
correctly: in fact it is getting the rules of the root locale.

But the problem is deeper, the reason it falls back to the root locale
is that Locales are totally hosed on this java update:
System.out.println(Arrays.toString(Locale.getAvailableLocales()))
returns [, ben, arn]

I opened a bug at freebsd.

On Wed, Jun 6, 2012 at 4:17 PM, Uwe Schindler <[EMAIL PROTECTED]> wrote:
> This is strange...
>
> I updated the FreeBSD JDK7 to 7u4, but this one is a complete renewal of the FreeBSD port (based on MacOSX's Oracle JDK BSD port). Maybe some locale data is fucked up.
>
> If this happens more often I will disable JDK 7 builds and then downgrade to 7u2 again.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: [EMAIL PROTECTED]
>
>
>> -----Original Message-----
>> From: Apache Jenkins Server [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, June 06, 2012 10:09 PM
>> To: [EMAIL PROTECTED]
>> Subject: [JENKINS] Lucene-Solr-tests-only-4.x-java7 - Build # 1 - Failure
>>
>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x-java7/1/
>>
>> 8 tests failed.
>> FAILED:
>> org.apache.lucene.collation.TestCollationKeyAnalyzer.testFarsiRangeFilterColla
>> ting
>>
>> Error Message:
>> The index Term should not be included. expected:<0> but was:<1>
>>
>> Stack Trace:
>> java.lang.AssertionError: The index Term should not be included. expected:<0>
>> but was:<1>
>>       at
>> __randomizedtesting.SeedInfo.seed([80C4570B5D36BCBD:26E70B488817647B]
>> :0)
>>       at org.junit.Assert.fail(Assert.java:93)
>>       at org.junit.Assert.failNotEquals(Assert.java:647)
>>       at org.junit.Assert.assertEquals(Assert.java:128)
>>       at org.junit.Assert.assertEquals(Assert.java:472)
>>       at
>> org.apache.lucene.analysis.CollationTestBase.testFarsiRangeFilterCollating(Coll
>> ationTestBase.java:103)
>>       at
>> org.apache.lucene.collation.TestCollationKeyAnalyzer.testFarsiRangeFilterColla
>> ting(TestCollationKeyAnalyzer.java:48)
>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>       at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> 57)
>>       at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>> mpl.java:43)
>>       at java.lang.reflect.Method.invoke(Method.java:601)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRu
>> nner.java:1969)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(Random
>> izedRunner.java:132)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Randomiz
>> edRunner.java:814)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Randomiz
>> edRunner.java:875)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Randomiz
>> edRunner.java:889)
>>       at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSet
>> upTeardownChained.java:50)
>>       at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCach
>> eSanity.java:32)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfte
>> rRule.java:45)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.ev
>> aluate(SystemPropertiesInvariantRule.java:55)
>>       at
>> org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRule
>> ReportUncaughtExceptions.java:68)
>>       at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThrea
>> dAndTestName.java:48)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.ja
>> va:48)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Rando
>> mizedRunner.java:821)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(Randomiz

lucidimagination.com