[ 
https://issues.apache.org/jira/browse/LUCENE-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295509#comment-13295509
 ] 

Dawid Weiss commented on LUCENE-4145:
-------------------------------------

This will also affect reports -- tests.iters=100000 means there will be 100k 
tests under that suite... If this test has no special setup/ teardown you may 
be better off just looping it internally (add a test method that invokes the 
other one in a loop). 

I'll fix that problem but 100k repetitions is kind of extreme. Don't try to run 
it in Eclipse or IntelliJ, I'm sure their GUI system will not like it ;)
                
> "Unhandled exception" from test framework (in json parsing of test output 
> files?)
> ---------------------------------------------------------------------------------
>
>                 Key: LUCENE-4145
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4145
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Hoss Man
>            Assignee: Dawid Weiss
>
> Working on SOLR-3267 i got a weird exception printed to the junit output...
> {noformat}
>    [junit4] Unhandled exception in thread: Thread[pumper-events,5,main]
>    [junit4] 
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.JsonParseException:
>  No such reference: id#org.apache.solr.search.TestSort[3]
> ...
> {noformat}

--
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]

Reply via email to