testlens-app[bot] commented on PR #15465: URL: https://github.com/apache/grails-core/pull/15465#issuecomment-4340012995
## 🚨 TestLens detected 6 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, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template \$\{a.zeroArguments\(\)\} / expected content: ab / env: development | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template \<a:bodyTag\>hello\</a:bodyTag\> / expected content: hellohellohellohello / env: development | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template \<a:myLink/\> / expected content: \<a href\=\"/one/two\"\>\</a\>\<a href\=\"/foo/bar\"\>Hello World\</a\> / env: development | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template \<a:myLink2/\> / expected content: \<a href\=\"/one/two\"\>\</a\>\<a href\=\"/foo/bar\"\>Hello World\</a\> / env: development | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template \<a:zeroArguments /\> / expected content: ab / env: development | ❌ | | [CI / Build Grails-Core \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465) | :grails-gsp:test | TagLibMethodMissingSpec > Test tag library method missing handling > template a\$\{g.renderErrors\(\)\}b / expected content: ab / env: development | ❌ | 🏷️ Commit: 79d4d0b9414886536b2017eb10d7dce147cf8814 ▶️ Tests: 7524 executed 🟡 Checks: 9/30 completed ### Test Failures (first 5 of 6) <details> <summary><strong>TagLibMethodMissingSpec > Test tag library method missing handling > template ${a.zeroArguments()} / expected content: ab / env: development</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` org.grails.gsp.GroovyPagesException: Error evaluating expression [a.zeroArguments()] on line [1]: Cannot invoke method zeroArguments() on null object at org.grails.gsp.GroovyPage.evaluate(GroovyPage.java:281) at test_1777421849948.run(test_1777421849948:14) at org.grails.gsp.GroovyPageWritable.doWriteTo(GroovyPageWritable.java:151) at org.grails.gsp.GroovyPageWritable.writeTo(GroovyPageWritable.java:89) at grails.testing.web.GrailsWebUnitTest$Trait$Helper.renderTemplateToStringWriter(GrailsWebUnitTest.groovy:241) at grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:226) at grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:50) at grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:211) at grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:45) at org.grails.web.pages.TagLibMethodMissingSpec.Test tag library method missing handling(TagLibMethodMissingSpec.groovy:36) Caused by: java.lang.NullPointerException: Cannot invoke method zeroArguments() on null object at test_1777421849948.run_closure1(test_1777421849948:14) at groovy.lang.Closure.call(Closure.java:433) at groovy.lang.Closure.call(Closure.java:422) at org.grails.gsp.GroovyPage.evaluate(GroovyPage.java:278) ... 9 more ``` </details> <details> <summary><strong>TagLibMethodMissingSpec > Test tag library method missing handling > template <a:bodyTag>hello</a:bodyTag> / expected content: hellohellohellohello / env: development</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: content == expectedContent | | | | | hellohellohellohello | false | 21 differences (25% similarity) | (<a:b)o(dyTag>)hello(</a:b)o(dyTag>) | (hell)o(hello-)hello(hell-)o(------) <a:bodyTag>hello</a:bodyTag> at org.grails.web.pages.TagLibMethodMissingSpec.Test tag library method missing handling(TagLibMethodMissingSpec.groovy:39) ``` |expected|actual| |---|---| |<s>hellohellohellohello</s>|<b><a:bodyTag>hello</a:bodyTag></b>| </details> <details> <summary><strong>TagLibMethodMissingSpec > Test tag library method missing handling > template <a:myLink/> / expected content: <a href="/one/two"></a><a href="/foo/bar">Hello World</a> / env: development</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: content == expectedContent | | | | | <a href="/one/two"></a><a href="/foo/bar">Hello World</a> | false | 52 differences (8% similarity) | <a(:myLi----)n(k)/(----)>(--------------------------------------) | <a( href="/o)n(e)/(two")>(</a><a href="/foo/bar">Hello World</a>) <a:myLink/> at org.grails.web.pages.TagLibMethodMissingSpec.Test tag library method missing handling(TagLibMethodMissingSpec.groovy:39) ``` |expected|actual| |---|---| |<a<s> href="/one/two"&</s>gt<s>;</a><</s>;<s>a href="/foo/bar">Hello World</a></s>|<a<b>:myLink/&</b>gt;| </details> <details> <summary><strong>TagLibMethodMissingSpec > Test tag library method missing handling > template <a:myLink2/> / expected content: <a href="/one/two"></a><a href="/foo/bar">Hello World</a> / env: development</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: content == expectedContent | | | | | <a href="/one/two"></a><a href="/foo/bar">Hello World</a> | false | 52 differences (8% similarity) | <a(:myLi----)n(k2------)/(-)>(----------------------------------) | <a( href="/o)n(e/two"><)/(a)>(<a href="/foo/bar">Hello World</a>) <a:myLink2/> at org.grails.web.pages.TagLibMethodMissingSpec.Test tag library method missing handling(TagLibMethodMissingSpec.groovy:39) ``` |expected|actual| |---|---| |<a<s> href="/one/two"&</s>gt<s>;</a><</s>;<s>a href="/foo/bar">Hello World</a></s>|<a<b>:myLink2/&</b>gt;| </details> <details> <summary><strong>TagLibMethodMissingSpec > Test tag library method missing handling > template <a:zeroArguments /> / expected content: ab / env: development</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/25084119749/job/73495755793?pr=15465">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: content == expectedContent | | | | | ab | false | 17 differences (5% similarity) | (<)a(:zeroArguments/>) | (-)a(b---------------) <a:zeroArguments/> at org.grails.web.pages.TagLibMethodMissingSpec.Test tag library method missing handling(TagLibMethodMissingSpec.groovy:39) ``` |expected|actual| |---|---| |<s>ab</s>|<b><a:zeroArguments/></b>| </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 TagLibMethodMissingSpec > Test tag library method missing handling <!-- uniqueId=[engine:spock]/[spec:org.grails.web.pages.TagLibMethodMissingSpec]/[feature:$spock_feature_1_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]
