testlens-app[bot] commented on PR #15465: URL: https://github.com/apache/grails-core/pull/15465#issuecomment-4113490371
## 🚨 TestLens detected 5 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 \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465) | :grails-gsp:test | ReverseUrlMappingTests > testLinkTagRendering | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465) | :grails-gsp:test | ReverseUrlMappingTests > testPaginateWithNamedUrlMapping | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465) | :grails-gsp:test | ReverseUrlMappingTests > testSortableColumnWithNamedUrlMapping | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465) | :grails-gsp:test | ReverseUrlMappingTests > testSortableColumnWithNamespaceAttribute | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465) | :grails-gsp:test | RootUrlMappingTests > testMappingToController | ❌ | 🏷️ Commit: c1db2b3fa8e17175f8961d2f880fe10ea647c4c1 ▶️ Tests: 11851 executed 🟡 Checks: 8/32 completed ### Test Failures <details> <summary><strong>ReverseUrlMappingTests > testLinkTagRendering</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output == '<a href="/acme/product/create">New Product</a>' | | | false | 16 differences (69% similarity) | <a href="/(-----)product/create(?mslug=acme)">New Product</a> | <a href="/(acme/)product/create(-----------)">New Product</a> <a href="/product/create?mslug=acme">New Product</a> at org.grails.web.mapping.ReverseUrlMappingTests.testLinkTagRendering(ReverseUrlMappingTests.groovy:39) ``` |expected|actual| |---|---| |<a href="/<s>acme/</s>product/<s>create"</s>>New Product</a>|<a href="/product/<b>create?mslug=acme"</b>>New Product</a>| </details> <details> <summary><strong>ReverseUrlMappingTests > testPaginateWithNamedUrlMapping</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output == '<span class="currentStep">1</span><a href="/showSomeBooks?offset=5&max=5" class="step">2</a><a href="/showSomeBooks?offset=10&max=5" class="step">3</a><a href="/showSomeBooks?offset=5&max=5" class="nextLink">Next</a>' | | | false | 42 differences (81% similarity) | <span class="currentStep">1</span><a href="(--------------)?offset=5&max=5" class="step">2</a><a href="(--------------)?offset=10&max=5" class="step">3</a><a href="(--------------)?offset=5&max=5" class="nextLink">Next</a> | <span class="currentStep">1</span><a href="(/showSomeBooks)?offset=5&max=5" class="step">2</a><a href="(/showSomeBooks)?offset=10&max=5" class="step">3</a><a href="(/showSomeBooks)?offset=5&max=5" class="nextLink">Next</a> <span class="currentStep">1</span><a href="?offset=5&max=5" class="step">2</a><a href="?offset=10&max=5" class="step">3</a><a href="?offset=5&max=5" class="nextLink">Next</a> at org.grails.web.mapping.ReverseUrlMappingTests.testPaginateWithNamedUrlMapping(ReverseUrlMappingTests.groovy:111) ``` |expected|actual| |---|---| |<span class="currentStep">1</span><a <s>href="/showSomeBooks?offset=5</s>&max=5" class="step">2</a><a <s>href="/showSomeBooks?offset=10</s>&max=5" class="step">3</a><a <s>href="/showSomeBooks?offset=5</s>&max=5" class="nextLink">Next</a>|<span class="currentStep">1</span><a <b>href="?offset=5</b>&max=5" class="step">2</a><a <b>href="?offset=10</b>&max=5" class="step">3</a><a <b>href="?offset=5</b>&max=5" class="nextLink">Next</a>| </details> <details> <summary><strong>ReverseUrlMappingTests > testSortableColumnWithNamedUrlMapping</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output == '<th class="sortable" ><a href="/showSomeOtherBooks?sort=releaseDate&order=asc">Release Date</a></th>' | | | false | 15 differences (85% similarity) | <th class="sortable" ><a href="/(b-)o(--)o(k/ind)e(x-----)?sort=releaseDate&order=asc">Release Date</a></th> | <th class="sortable" ><a href="/(sh)o(wS)o(meOth)e(rBooks)?sort=releaseDate&order=asc">Release Date</a></th> <th class="sortable" ><a href="/book/index?sort=releaseDate&order=asc">Release Date</a></th> at org.grails.web.mapping.ReverseUrlMappingTests.testSortableColumnWithNamedUrlMapping(ReverseUrlMappingTests.groovy:122) ``` |expected|actual| |---|---| |<th class="sortable" ><a href="/<s>showSomeOtherBooks?sort=releaseDate</s>&order=asc">Release Date</a></th>|<th class="sortable" ><a href="/<b>book/index?sort=releaseDate</b>&order=asc">Release Date</a></th>| </details> <details> <summary><strong>ReverseUrlMappingTests > testSortableColumnWithNamespaceAttribute</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output == '<th class="sortable" ><a href="/grails/book/index?sort=id&order=asc">ID</a></th>' | | | false | 7 differences (91% similarity) | <th class="sortable" ><a href="/(-------)book/index?sort=id&order=asc">ID</a></th> | <th class="sortable" ><a href="/(grails/)book/index?sort=id&order=asc">ID</a></th> <th class="sortable" ><a href="/book/index?sort=id&order=asc">ID</a></th> at org.grails.web.mapping.ReverseUrlMappingTests.testSortableColumnWithNamespaceAttribute(ReverseUrlMappingTests.groovy:139) ``` |expected|actual| |---|---| |<th class="sortable" ><a href="/<s>grails/</s>book/index?sort=id&order=asc">ID</a></th>|<th class="sortable" ><a href="/book/index?sort=id&order=asc">ID</a></th>| </details> <details> <summary><strong>RootUrlMappingTests > testMappingToController</strong> (:grails-gsp:test in <a href="https://github.com/apache/grails-core/actions/runs/23457861483/job/68251719034?pr=15465">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output == '<a href="/">Show the time !</a>' | | | false | 1 difference (96% similarity) | <a href="(-)">Show the time !</a> | <a href="(/)">Show the time !</a> <a href="">Show the time !</a> at org.grails.web.mapping.RootUrlMappingTests.testMappingToController(RootUrlMappingTests.groovy:34) ``` |expected|actual| |---|---| |<a <s>href="/"</s>>Show the time !</a>|<a <b>href=""</b>>Show the time !</a>| </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 ReverseUrlMappingTests > testLinkTagRendering <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.ReverseUrlMappingTests]/[feature:$spock_feature_0_0] --> 🔲 ReverseUrlMappingTests > testPaginateWithNamedUrlMapping <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.ReverseUrlMappingTests]/[feature:$spock_feature_0_1] --> 🔲 ReverseUrlMappingTests > testSortableColumnWithNamedUrlMapping <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.ReverseUrlMappingTests]/[feature:$spock_feature_0_2] --> 🔲 ReverseUrlMappingTests > testSortableColumnWithNamespaceAttribute <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.ReverseUrlMappingTests]/[feature:$spock_feature_0_3] --> 🔲 RootUrlMappingTests > testMappingToController <!-- uniqueId=[engine:spock]/[spec:org.grails.web.mapping.RootUrlMappingTests]/[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]
