borinquenkid commented on PR #16011: URL: https://github.com/apache/grails-core/pull/16011#issuecomment-5123320358
The TestLens failures for `GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default` and `GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer` are a pre-existing bug on `8.0.x`, unrelated to this PR's changes -- reproducible on plain `8.0.x` today. `DefaultStackTraceFilterer.STACK_LOG` routes through a jcl-over-slf4j commons-logging binding, so the tests' `System.setErr()` capture never observes the emitted message. Fix: #16067 (replaces the `System.err` capture with a Logback appender attached directly to the logger). Once that merges, rebasing onto `8.0.x` should clear this failure here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
