[
https://issues.apache.org/jira/browse/LUCENE-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201600#comment-13201600
]
Dawid Weiss commented on LUCENE-3753:
-------------------------------------
@Robert. You're right, dependencies (and their order) may screw up things. I
was tinkering with an idea that testing could be a multi-pass process, then it
would be possible to collect all the "specs" in one pass and then run
everything in another pass... but it temporarily exceeds my time limits to
actually implement this :)
@Steven. That was my impression from reading the release notes and from looking
at the code:
{quote}
Surefire 2.12 now supports parallel forks, which can also be run
in runOrder="balanced", which is a nice feature for long-running
tests.
{quote}
Ah, I see -- I didn't mean "balanced" in the sense of dynamic balancing, the
tests are statically assigned, but they do run in separate concurrent slave
JVMs and that's still something
> Restructure the Lucene build system
> -----------------------------------
>
> Key: LUCENE-3753
> URL: https://issues.apache.org/jira/browse/LUCENE-3753
> Project: Lucene - Java
> Issue Type: Improvement
> Components: general/build
> Affects Versions: 3.6, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Attachments: LUCENE-3753.patch, LUCENE-3753.patch, LUCENE-3753.patch
>
>
> Split out separate core/, test-framework/, and tools/ modules, each with its
> own build.xml, under the lucene/ directory, similar to the Solr restructuring
> done in SOLR-2452.
--
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]