[
https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208867#comment-13208867
]
Dawid Weiss commented on LUCENE-3785:
-------------------------------------
An alternative output from lucene tests; I like it but it may be too orthodox
for some who're used to maven-like output. Feel free to tweak yourself if you
feel like it, the console formatter is in common-build.xml. For example
test-per-line formatting, no intermediate summaries:
{noformat}
<report-text
showThrowable="true"
showStackTraces="true"
showOutputStream="true"
showErrorStream="true"
showStatusOk="true"
showStatusError="true"
showStatusFailure="true"
showStatusIgnored="true"
showSuiteSummary="false"
/>
{noformat}
> Replace ant macros for running concurrent tests with ant-junit4.
> ----------------------------------------------------------------
>
> Key: LUCENE-3785
> URL: https://issues.apache.org/jira/browse/LUCENE-3785
> Project: Lucene - Java
> Issue Type: Sub-task
> Components: general/build, general/test
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Minor
> Fix For: 4.0
>
> Attachments: failure-cases.patch, junit4-1.txt, junit4-2.txt,
> line-per-test.txt, lucene-tests.txt, trunk1.txt, trunk2.txt
>
>
> ant-junit4 is an ANT task for running tests in parallel (on slave JVMs). Its
> advantages over the current macros:
> - dynamic load balancing based on historical test runs and current execution
> (job-stealing),
> - jvm-crash resilience (I wrote tests that actually crash a slave jvms to
> make sure such an event is reported appropriately),
> - nicer console reporting (no need for syserrs on LuceneTestCase level).
> More documentation and info will follow as I roll out a patch.
> NOTE. The code for this issue is being developed at:
> https://github.com/dweiss/lucene_solr/tree/LUCENE-3785
--
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]