testlens-app[bot] commented on PR #16143: URL: https://github.com/apache/grails-core/pull/16143#issuecomment-5344498184
## 🚨 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 25, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/32270032512/job/96123938080?pr=16143) > :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: 8a544b4e7390d79c3523d3a94c99da82a6f2e6e2 ▶️ Tests: 5103 executed 🟡 Checks: 21/68 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/32270032512/job/96123938080?pr=16143">CI / Functional Tests (Java 25, 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 lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html> at EndToEndSpec.async multiple levels of layouts(EndToEndSpec.groovy:107) ``` |expected|actual| |---|---| |\<html\>\<head\>\<title\><s>Decorated</s> <s>Base</s> <s>-</s> <s>Dialog</s> <s>-</s> <s>This</s> <s>is the title</s>\</title\>\<<s>meta</s> <s>http</s>-<s>equiv\=\"Content</s>-<s>Type\"</s> <s>content\=\"text/html</s>; <s>charset\=UTF</s>-<s>8\"</s>\>\</head\>|\<html<b> lang\=\"en\"</b>\>\<head\>\<title\><b>HTTP</b> <b>Status</b> <b>500</b> <b>–</b> <b>Internal</b> <b>Server</b> <b>Error</b>\</title\>\<<b>style</b> <b>type\=\"text/css\"\>body \{font</b>-<b>family:Tahoma,Arial,sans</b>-<b>serif;\}</b> <b>h1, h2, h3, b \{color:white</b>;<b>background-color:<span>#</span>525D76;\}</b> <b>h1 \{font</b>-<b>size:22px;\} h2 \{font-size:16px;\} h3 \{font-size:14px;\} p \{font-size:12px;\} a \{color:black;\} .line \{height:1px;background-color:<span>#</span>525D76;border:none;\}\</style</b>\>\</head<b>\>\<body\>\<h1</b>\><b>HTTP Status 500 – Internal Server Error\</h1\>\</body\>\</html\></b>| |<s>\<body\>\<h1\>Hello\</h1\>\<div id\=\"base\"\>\<div id\=\"dialog\"\>body text\</div\>\</div\></s>|| |<s>\</body\>\</html\></s>|| </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]
