testlens-app[bot] commented on PR #15525: URL: https://github.com/apache/grails-core/pull/15525#issuecomment-4108110997
## 🚨 TestLens detected 2 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 | Check | Project/Task | Test | Runs | |---|---|---|---| | [CI / Build Grails-Core \(ubuntu-latest, 25\)](https://github.com/apache/grails-core/actions/runs/23422318999/job/68129948641?pr=15525) | :grails-test-suite-web:test | DoubleWildcardUrlMappingTests > testDoubleWildcardInParam | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 25\)](https://github.com/apache/grails-core/actions/runs/23422318999/job/68129948641?pr=15525) | :grails-test-suite-web:test | DoubleWildcardUrlMappingTests > testDoubleWildcardWithMatchingController | ❌ | 🏷️ Commit: 3e9f368536404d0541280a51384323a0af5a766d ▶️ Tests: 27977 executed 🟡 Checks: 18/32 completed ### Test Failures <details> <summary><strong>DoubleWildcardUrlMappingTests > testDoubleWildcardInParam</strong> (:grails-test-suite-web:test in <a href="https://github.com/apache/grails-core/actions/runs/23422318999/job/68129948641?pr=15525">CI / Build Grails-Core (ubuntu-latest, 25)</a>)</summary> ``` Condition not satisfied: "doc/" == c.params.path | | | | | | | null | | [d:1, controller:doubleWildcard, action:otherAction] | <org.grails.web.mapping.DoubleWildCardController@76a13b12 grails_artefact_gsp_TagLibraryInvoker__developmentMode=false grails_artefact_gsp_TagLibraryInvoker__tagLibraryLookup=null grails_web_api_WebAttributes__grailsApplication=null grails_artefact_Controller__mimeTypesSupport=org.grails.plugins.web.api.MimeTypesApiSupport@514f2b5c grails_web_api_ServletAttributes__applicationContext=null grails_web_api_ServletAttributes__servletContext=null grails_artefact_controller_support_RequestForwarder__linkGenerator=null grails_artefact_controller_support_RequestForwarder__urlConverter=null grails_artefact_controller_support_ResponseRedirector__linkGenerator=null grails_artefact_controller_support_ResponseRedirector__redirectListeners=null grails_artefact_controller_support_ResponseRedirector__requestDataValueProcessor=null grails_artefact_controller_support_ResponseRedirector__useJsessionId=false grails_artefact_controller_support_ResponseRenderer__actionResultTransformers=[] gr ails_artefact_controller_support_ResponseRenderer__grailsLayoutSelector=null grails_artefact_controller_support_ResponseRenderer__grailsRenderViewMutator=null grails_artefact_controller_support_ResponseRenderer__mimeUtility=null grails_artefact_controller_support_ResponseRenderer__pluginManager=null grails_artefact_controller_RestResponder__PROPERTY_RESPONSE_FORMATS=responseFormats grails_artefact_controller_RestResponder__proxyHandler=null grails_artefact_controller_RestResponder__rendererRegistry=null> false at org.grails.web.mapping.DoubleWildcardUrlMappingTests.testDoubleWildcardInParam(DoubleWildcardUrlMappingTests.groovy:80) ``` |expected|actual| |---|---| |<s>null</s>|<b>doc/</b>| </details> <details> <summary><strong>DoubleWildcardUrlMappingTests > testDoubleWildcardWithMatchingController</strong> (:grails-test-suite-web:test in <a href="https://github.com/apache/grails-core/actions/runs/23422318999/job/68129948641?pr=15525">CI / Build Grails-Core (ubuntu-latest, 25)</a>)</summary> ``` Condition not satisfied: 'someOther' == info.getControllerName() | | | | /** doubleWildcard false 11 differences (21% similarity) (s)o(m--)e(Othe--)r(-) (d)o(ubl)e(Wildca)r(d) at org.grails.web.mapping.DoubleWildcardUrlMappingTests.testDoubleWildcardWithMatchingController(DoubleWildcardUrlMappingTests.groovy:49) ``` |expected|actual| |---|---| |<s>doubleWildcard</s>|<b>someOther</b>| </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 DoubleWildcardUrlMappingTests > testDoubleWildcardInParam <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.DoubleWildcardUrlMappingTests]/[feature:$spock_feature_0_1] --> 🔲 DoubleWildcardUrlMappingTests > testDoubleWildcardWithMatchingController <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.DoubleWildcardUrlMappingTests]/[feature:$spock_feature_0_0] --> 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]
