On Feb 2, 2007, at 7:50 PM, Mike Klaas wrote:

On 2/2/07, solr-dev@lucene.apache.org <solr-dev@lucene.apache.org> wrote:

checkJunitPresence:

compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build

    [junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 26.557 sec
    [junit] Test org.apache.solr.update.AutoCommitTest FAILED

That is a suspiciously long execution time for that test.  It passes
for me locally:

   [junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.768 sec

Does anyone know how to access the build logs?  I don't know from
apache infra (except people./minotaur.)

There is a feature I added to the build file to help see more details:

        ant -Djunit.details=on test

I get failures locally now too (Mac OS X)

        Erik

Reply via email to