[
https://issues.apache.org/jira/browse/LUCENE-4207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410815#comment-13410815
]
Dawid Weiss commented on LUCENE-4207:
-------------------------------------
Can you check the execution stats from your system, Christian? We'll see how
odd your system is:
{code}
ant clean
for i in `seq 1 20`; do
ant -Dtests.cachefile=/somewhere/outside/workspace/testtimes.log test
done
{code}
The "testtimes.log" will contain execution time for all suites, you could
compare these to the cached one (lucene/tools/junit4/cached-timehints.txt) in
the checkout. Absolute values will differ but the ordering and relative scale
should remain pretty much the same. I think?
> speed up our slowest tests
> --------------------------
>
> Key: LUCENE-4207
> URL: https://issues.apache.org/jira/browse/LUCENE-4207
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Robert Muir
>
> Was surprised to hear from Christian that lucene/solr tests take him 40
> minutes on a modern mac.
> This is too much. Lets look at the slowest tests and make them reasonable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]