> I get something like this 1/3 of the time -- but it does not reproduce:

>   [junit4]    > Throwable #1: org.apache.solr.common.SolrException:
> Did not successfully delete healthcheck file:'server-enabled'

Looks like a file is open during an attempt to delete it? This could
be a suite dependency problem; with dynamic suite balancing suites can
get ordered differently on each run, depending on when they complete.
You can enforce static ordering of suites using:
-Dtests.dynamicAssignmentRatio=0 but this will not guarantee
suite-relative order if they are running in different JVMs (there is
no way to do that).

Dawid

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

Reply via email to