testlens-app[bot] commented on PR #16230: URL: https://github.com/apache/grails-core/pull/16230#issuecomment-5436422321
## 🚨 TestLens detected 1 failed test 🚨 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 / Functional Tests \(Java 21, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/33052561425/job/98451365050?pr=16230) > :grails-test-examples-gsp-sitemesh3:integrationTest | Test | Runs | Flakiness | |---|---|--:| | EndToEndSpec > async multiple levels of layouts | ❌ | [1% 🟡](https://github.com/apache/grails-core/issues/16030) | 🏷️ Commit: fb318eef8c8e0268148105142b7ad610b22882d1 ▶️ Tests: 11997 executed 🟡 Checks: 33/83 completed ### Test Failures <details> <summary><strong>EndToEndSpec > async multiple levels of layouts</strong> (:grails-test-examples-gsp-sitemesh3:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/33052561425/job/98451365050?pr=16230">CI / Functional Tests (Java 21, indy=false, shard 1)</a>)</summary> ``` Condition not satisfied: pageSource == """<html><head><title>Decorated Base - Dialog - This is the title</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head> <body><h1>Hello</h1><div id="base"><div id="dialog">body text</div></div> </body></html>""" | | | false | Strings too large to calculate edit distance. <html><head><title>Decorated Error</title> <meta name="layout" content="main"> </head> <body><h1>Hello</h1> Unable to establish controller name to dispatch for [org.grails.web.mapping.RegexUrlMapping$1@7e8c061]. Dynamic closure invocation returned null. Check your mapping file is correct, when assigning the controller name as a request parameter it cannot be an optional token! </body></html> at EndToEndSpec.async multiple levels of layouts(EndToEndSpec.groovy:107) ``` |expected|actual| |---|---| |\<html\>\<head\>\<title\>Decorated <s>Base - Dialog - This is the title</s>\</title<s>\>\<meta http-equiv\=\"Content-Type\" content\=\"text/html; charset\=UTF-8\"\>\</head</s>\>|\<html\>\<head\>\<title\>Decorated <b>Error</b>\</title\><b>| |<s>\<body\>\<h1\>Hello\</h1\>\<div id\=\"base\"\>\<div id\=\"dialog\"\>body text\</div\>\</div\></s>| </b>| ||<b> \<meta name\=\"layout\" content\=\"main\"\></b>| ||<b> </b>| ||<b> \</head\></b>| ||<b>\<body\>\<h1\>Hello\</h1\></b>| ||<b> </b>| ||<b> </b>| ||<b> Unable to establish controller name to dispatch for [org.grails.web.mapping.RegexUrlMapping\$1<span>@</span>7e8c061]. Dynamic closure invocation returned null. Check your mapping file is correct, when assigning the controller name as a request parameter it cannot be an optional token\!</b>| ||<b> </b>| ||<b> </b>| ||<b> </b>| |\</body\>\</html\>|\</body\>\</html\>| </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 EndToEndSpec > async multiple levels of layouts <!-- uniqueId=[engine:spock]/[spec:EndToEndSpec]/[feature:$spock_feature_1_7] --> 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/docs](https://testlens.app/docs/features/pr-comment/)._ -- 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]
