On Sun, Jan 27, 2013 at 2:29 PM,  <mikemcc...@apache.org> wrote:
> ==============================================================================
> --- 
> lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
>  (original)
> +++ 
> lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
>  Sun Jan 27 19:29:01 2013
> @@ -64,6 +64,8 @@ import org.junit.AfterClass;
>  import org.junit.BeforeClass;
>  import org.junit.Ignore;
>
> +// nocommit fails: ant test  -Dtestcase=TestBackwardsCompatibility 
> -Dtests.method=testExactFileNames -Dtests.seed=F5A14C72AFCA024E 
> -Dtests.slow=true -Dtests.locale=pl_PL 
> -Dtests.timezone=America/Argentina/La_Rioja -Dtests.file.encoding=ISO-8859-1
> +

Also fails for me, seems like the ram accounting might be off in such
a way that we flush too many segments?

[junit4:junit4]
[junit4:junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
[junit4:junit4]   2> NOTE: reproduce with: ant test
-Dtestcase=TestBackwardsCompatibility
-Dtests.method=testExactFileNames -Dtests.seed=CB742C7F4E05E3F2
-Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=AET
-Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 1.57s J1 |
TestBackwardsCompatibility.testExactFileNames <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: incorrect
filenames in index: expected:
[junit4:junit4]    >     _0.cfe
[junit4:junit4]    >     _0.cfs
[junit4:junit4]    >     _0.si
[junit4:junit4]    >     _0_1.del
[junit4:junit4]    >     segments.gen
[junit4:junit4]    >     segments_2
[junit4:junit4]    >  or _0.cfe
[junit4:junit4]    >     _0.cfs
[junit4:junit4]    >     _0.si
[junit4:junit4]    >     _0_1.liv
[junit4:junit4]    >     segments.gen
[junit4:junit4]    >     segments_2
[junit4:junit4]    >  actual:
[junit4:junit4]    >     _a.cfe
[junit4:junit4]    >     _a.cfs
[junit4:junit4]    >     _a.si
[junit4:junit4]    >     _b.cfe
[junit4:junit4]    >     _b.cfs
[junit4:junit4]    >     _b.si
[junit4:junit4]    >     _b_1.del
[junit4:junit4]    >     _c.cfe
[junit4:junit4]    >     _c.cfs
[junit4:junit4]    >     _c.si
[junit4:junit4]    >     _d.cfe
[junit4:junit4]    >     _d.cfs
....

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

Reply via email to