> > It's a random failure an happened to be pretty rarely. Can you just re-run > the smoketester? >
Hehe ... rarely ... I ran again and this time tripped another seed: [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin > [junit4:junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestBlockJoin -Dtests.method=testEmptyChildFilter > -Dtests.seed=222F35AAD454FA32 -Dtests.slow=true -Dtests.locale=es_BO > -Dtests.timezone=Brazil/DeNoronha -Dtests.file.encoding=Cp1252 > [junit4:junit4] FAILURE 0.11s J1 | TestBlockJoin.testEmptyChildFilter <<< > [junit4:junit4] > Throwable #1: java.lang.AssertionError > [junit4:junit4] > at > __randomizedtesting.SeedInfo.seed([222F35AAD454FA32:13845E4D45F5DCD8]:0) > [junit4:junit4] > at > org.apache.lucene.search.join.ToParentBlockJoinQuery$BlockJoinScorer.nextDoc(ToParentBlockJoinQuery.java:289) > [junit4:junit4] > at > org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:99) > [junit4:junit4] > at > org.apache.lucene.index.FilterAtomicReader$FilterDocsEnum.nextDoc(FilterAtomicReader.java:240) > [junit4:junit4] > at > org.apache.lucene.index.AssertingAtomicReader$AssertingDocsEnum.nextDoc(AssertingAtomicReader.java:252) > [junit4:junit4] > at > org.apache.lucene.search.AssertingIndexSearcher$AssertingScorer.nextDoc(AssertingIndexSearcher.java:295) > [junit4:junit4] > at > org.apache.lucene.search.Scorer.score(Scorer.java:64) > [junit4:junit4] > at > org.apache.lucene.search.AssertingIndexSearcher$AssertingScorer.score(AssertingIndexSearcher.java:260) > [junit4:junit4] > at > org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612) > [junit4:junit4] > at > org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:102) > [junit4:junit4] > at > org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:309) > [junit4:junit4] > at > org.apache.lucene.search.join.TestBlockJoin.testEmptyChildFilter(TestBlockJoin.java:106) > [junit4:junit4] > at java.lang.Thread.run(Thread.java:662) > I'll run again! Shai On Sat, Apr 20, 2013 at 9:29 AM, Simon Willnauer <simon.willna...@gmail.com>wrote: > I just ported this test-fix to the 4_3 branch in rev 1470112. Yet, I > don't think we really need a new RC for this unless somebody objects. > > simon > > On Sat, Apr 20, 2013 at 7:31 AM, Simon Willnauer > <simon.willna...@gmail.com> wrote: > > that is a test-bug I fixed in trunk and branch_4x > > (http://svn.apache.org/r1469402) > > > > this has not been ported to the rel branch > > > > simon > > > > On Sat, Apr 20, 2013 at 7:25 AM, Shai Erera <ser...@gmail.com> wrote: > >> I ran: > >> > >> python3.2 -u lucene_4x/dev-tools/scripts/smokeTestRelease.py > >> > http://people.apache.org/~simonw/staging_area/lucene-solr-4.3.0-RC2-rev1470054/ > >> 4.3.0 smoke-lucene-4.3 > >> > >> And hit: > >> > >> [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin > >> [junit4:junit4] 2> NOTE: reproduce with: ant test > >> -Dtestcase=TestBlockJoin -Dtests.method=testEmptyChildFilter > >> -Dtests.seed=3132D930DDF0D07C -Dtests.slow=true -Dtests.locale=da_DK > >> -Dtests.timezone=Europe/Volgograd -Dtests.file.encoding=Cp1255 > >> [junit4:junit4] FAILURE 0.16s J1 | TestBlockJoin.testEmptyChildFilter > <<< > >> [junit4:junit4] > Throwable #1: java.lang.AssertionError: > expected:<1> > >> but was:<13> > >> [junit4:junit4] > at > >> __randomizedtesting.SeedInfo.seed([3132D930DDF0D07C:99B2D74C51F696]:0) > >> [junit4:junit4] > at > >> > org.apache.lucene.search.join.TestBlockJoin.testEmptyChildFilter(TestBlockJoin.java:109) > >> [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) > >> [junit4:junit4] 2> NOTE: test params are: codec=Appending, > >> sim=DefaultSimilarity, locale=da_DK, timezone=Europe/Volgograd > >> [junit4:junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation > 1.7.0_13 > >> (64-bit)/cpus=8,threads=1,free=178780368,total=261947392 > >> [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestBlockJoin] > >> [junit4:junit4] Completed on J1 in 5.18s, 10 tests, 1 failure <<< > FAILURES! > >> > >> However I failed to reproduce on trunk and 4x, so not sure what's > wrong. I > >> assume smokeTestRelease.py works only on the downloaded RC, and does not > >> depend on my local checkout of 4x? Because I wasn't on the latest > revision. > >> > >> I'll 'svn up' and run smokeTest again, but would be good if anyone else > >> tries to reproduce. > >> > >> Shai > >> > >> > >> On Sat, Apr 20, 2013 at 8:17 AM, Simon Willnauer < > simon.willna...@gmail.com> > >> wrote: > >>> > >>> > >>> Here is the RC: > >>> > http://people.apache.org/~simonw/staging_area/lucene-solr-4.3.0-RC2-rev1470054 > >>> > >>> happy voting... > >>> > >>> here is my +1 > >>> > >>> simon > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > >