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

Dawid Weiss commented on LUCENE-9166:
-------------------------------------

bq. I can't remember how it worked, but I feel like it was still using your 
junit runner to actually run the tests versus the built-in gradle test support?

Correct. They switched recently. There are benefits of using gradle's runner 
(better integration with  the rest of the infrastructure is one of them). I 
don't know how to solve it properly yet. Security and other JVM-level messaging 
is a very narrow area and not commonly used. Maybe we just need a dumb 
substitute for running these (they're typically individual tests anyway).

> gradle build: test failures need stacktraces
> --------------------------------------------
>
>                 Key: LUCENE-9166
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9166
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Priority: Major
>             Fix For: master (9.0)
>
>         Attachments: LUCENE-9166.patch
>
>
> Test failures are missing the stacktrace. Worse yet, it tells you go to look 
> at a separate (very long) filename which also has no stacktrace :(
> I know gradle tries really hard to be quiet and not say anything, but when a 
> test fails, that isn't the time or place :)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to