testlens-app[bot] commented on PR #16066: URL: https://github.com/apache/grails-core/pull/16066#issuecomment-5121830625
## 🚨 TestLens detected 4 failed tests 🚨 Here is what you can do: 1) Inspect the test failures carefully. 2) If you are convinced that some of the tests are flaky, you can mute them below. 3) Finally, trigger a rerun by checking the rerun checkbox. ### Test Summary #### [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/30477802122/job/90663793801?pr=16066) > :grails-core:test | Test | Runs | Flakiness | |---|---|--:| | GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer | ❌ | 0% 🟢 | | GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default | ❌ | 0% 🟢 | #### [SiteMesh 2 Compatibility / SiteMesh 2 Core Tests \(Java 21\)](https://github.com/apache/grails-core/actions/runs/30477802124/job/90663793027?pr=16066) > :grails-core:test | Test | Runs | Flakiness | |---|---|--:| | GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer | ❌ | 0% 🟢 | | GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default | ❌ | 0% 🟢 | 🏷️ Commit: 1b028adfbe935d7268b9f57fd5b93dd79cbb51b8 ▶️ Tests: 1314 executed 🟡 Checks: 21/55 completed ### Test Failures <details> <summary><strong>GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer</strong> (:grails-core:test in <a href="https://github.com/apache/grails-core/actions/runs/30477802122/job/90663793801?pr=16066">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: baos.toString().contains(StackTraceFilterer.FULL_STACK_TRACE_MESSAGE) | | | | | | "" false | Full Stack Trace: | interface org.grails.exceptions.reporting.StackTraceFilterer java.io.ByteArrayOutputStream@22e3d222 at org.apache.grails.core.GrailsBootstrapRegistryInitializerSpec.defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer(GrailsBootstrapRegistryInitializerSpec.groovy:257) ``` </details> <details> <summary><strong>GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default</strong> (:grails-core:test in <a href="https://github.com/apache/grails-core/actions/runs/30477802122/job/90663793801?pr=16066">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: baos.toString().contains(StackTraceFilterer.FULL_STACK_TRACE_MESSAGE) | | | | | | "" false | Full Stack Trace: | interface org.grails.exceptions.reporting.StackTraceFilterer java.io.ByteArrayOutputStream@43ca45af at grails.util.GrailsUtilStackFiltererSpec.installed DefaultStackTraceFilterer emits Full Stack Trace by default(GrailsUtilStackFiltererSpec.groovy:143) ``` </details> <details> <summary><strong>GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer</strong> (:grails-core:test in <a href="https://github.com/apache/grails-core/actions/runs/30477802124/job/90663793027?pr=16066">SiteMesh 2 Compatibility / SiteMesh 2 Core Tests (Java 21)</a>)</summary> ``` Condition not satisfied: baos.toString().contains(StackTraceFilterer.FULL_STACK_TRACE_MESSAGE) | | | | | | "" false | Full Stack Trace: | interface org.grails.exceptions.reporting.StackTraceFilterer java.io.ByteArrayOutputStream@39124055 at org.apache.grails.core.GrailsBootstrapRegistryInitializerSpec.defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer(GrailsBootstrapRegistryInitializerSpec.groovy:257) ``` </details> <details> <summary><strong>GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default</strong> (:grails-core:test in <a href="https://github.com/apache/grails-core/actions/runs/30477802124/job/90663793027?pr=16066">SiteMesh 2 Compatibility / SiteMesh 2 Core Tests (Java 21)</a>)</summary> ``` Condition not satisfied: baos.toString().contains(StackTraceFilterer.FULL_STACK_TRACE_MESSAGE) | | | | | | "" false | Full Stack Trace: | interface org.grails.exceptions.reporting.StackTraceFilterer java.io.ByteArrayOutputStream@22251bc6 at grails.util.GrailsUtilStackFiltererSpec.installed DefaultStackTraceFilterer emits Full Stack Trace by default(GrailsUtilStackFiltererSpec.groovy:143) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GrailsBootstrapRegistryInitializerSpec > defaults logFullStackTraceOnFilter to true on the promoted DefaultStackTraceFilterer <!-- uniqueId=[engine:spock]/[spec:org.apache.grails.core.GrailsBootstrapRegistryInitializerSpec]/[feature:$spock_feature_0_11] --> 🔲 GrailsUtilStackFiltererSpec > installed DefaultStackTraceFilterer emits Full Stack Trace by default <!-- uniqueId=[engine:spock]/[spec:grails.util.GrailsUtilStackFiltererSpec]/[feature:$spock_feature_0_6] --> Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 **Rerun jobs** --- _Learn more about TestLens at [testlens.app](https://testlens.app)._ -- 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]
