testlens-app[bot] commented on PR #16149:
URL: https://github.com/apache/grails-core/pull/16149#issuecomment-5516838719

   ## 🚨 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
   
   #### [CI / Build Grails-Core Rerunning all Tasks \(Ubuntu JDK 21 shard 
2\)](https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149)
 > :grails-web-url-mappings:test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | WildcardResourcesMappingSpec > a named resources mapping is unaffected | ❌ 
| 0% 🟢 |
   | WildcardResourcesMappingSpec > a wildcard resources mapping captures a 
namespace alongside the controller | ❌ | 0% 🟢 |
   | WildcardResourcesMappingSpec > a wildcard resources mapping composes with 
a group prefix | ❌ | 0% 🟢 |
   | WildcardResourcesMappingSpec > a wildcard resources mapping generates the 
eight resource mappings once | ❌ | 0% 🟢 |
   | WildcardResourcesMappingSpec > a wildcard resources mapping honours 
excludes | ❌ | 0% 🟢 |
   
   🏷️ Commit: a39a350296b9337f14f06b53c6301ca613cc9069
   ▶️ Tests:  47012 executed
   🟡 Checks: 44/87 completed
   
   ### Test Failures
   
   <details><summary><strong>WildcardResourcesMappingSpec > a named resources 
mapping is unaffected</strong> (:grails-web-url-mappings:test in <a 
href="https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149";>CI
 / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 2)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   holder.urlMappings.size() == 8
   |      |           |      |
   |      |           9      false
   |      [/books/create, /books/(*)/edit, /books(.(*))?, /books(.(*))?, 
/books/(*)(.(*))?, /books/(*)(.(*))?, /books/(*)(.(*))?, /books/(*)(.(*))?, 
/books/(*)(.(*))?]
   URL Mappings
   ------------
   /books/create
   /books/(*)/edit
   /books(.(*))?
   /books(.(*))?
   /books/(*)(.(*))?
   /books/(*)(.(*))?
   /books/(*)(.(*))?
   /books/(*)(.(*))?
   /books/(*)(.(*))?
   
        at grails.web.mapping.WildcardResourcesMappingSpec.a named resources 
mapping is unaffected(WildcardResourcesMappingSpec.groovy:192)
   ```
   
   |expected|actual|
   |---|---|
   |<s>8</s>|<b>9</b>|
   
   </details>
   <details><summary><strong>WildcardResourcesMappingSpec > a wildcard 
resources mapping captures a namespace alongside the controller</strong> 
(:grails-web-url-mappings:test in <a 
href="https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149";>CI
 / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 2)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   holder.urlMappings.size() == 8
   |      |           |      |
   |      |           9      false
   |      [/(*)/(*)/create, /(*)/(*)/(*)/edit, /(*)/(*)(.(*))?, 
/(*)/(*)(.(*))?, /(*)/(*)/(*)(.(*))?, /(*)/(*)/(*)(.(*))?, /(*)/(*)/(*)(.(*))?, 
/(*)/(*)/(*)(.(*))?, /(*)/(*)/(*)(.(*))?]
   URL Mappings
   ------------
   /(*)/(*)/create
   /(*)/(*)/(*)/edit
   /(*)/(*)(.(*))?
   /(*)/(*)(.(*))?
   /(*)/(*)/(*)(.(*))?
   /(*)/(*)/(*)(.(*))?
   /(*)/(*)/(*)(.(*))?
   /(*)/(*)/(*)(.(*))?
   /(*)/(*)/(*)(.(*))?
   
        at grails.web.mapping.WildcardResourcesMappingSpec.a wildcard resources 
mapping captures a namespace alongside the 
controller(WildcardResourcesMappingSpec.groovy:162)
   ```
   
   |expected|actual|
   |---|---|
   |<s>8</s>|<b>9</b>|
   
   </details>
   <details><summary><strong>WildcardResourcesMappingSpec > a wildcard 
resources mapping composes with a group prefix</strong> 
(:grails-web-url-mappings:test in <a 
href="https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149";>CI
 / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 2)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   holder.urlMappings.size() == 8
   |      |           |      |
   |      |           9      false
   |      [/api/v1/(*)/create, /api/v1/(*)/(*)/edit, /api/v1/(*)(.(*))?, 
/api/v1/(*)(.(*))?, /api/v1/(*)/(*)(.(*))?, /api/v1/(*)/(*)(.(*))?, 
/api/v1/(*)/(*)(.(*))?, /api/v1/(*)/(*)(.(*))?, /api/v1/(*)/(*)(.(*))?]
   URL Mappings
   ------------
   /api/v1/(*)/create
   /api/v1/(*)/(*)/edit
   /api/v1/(*)(.(*))?
   /api/v1/(*)(.(*))?
   /api/v1/(*)/(*)(.(*))?
   /api/v1/(*)/(*)(.(*))?
   /api/v1/(*)/(*)(.(*))?
   /api/v1/(*)/(*)(.(*))?
   /api/v1/(*)/(*)(.(*))?
   
        at grails.web.mapping.WildcardResourcesMappingSpec.a wildcard resources 
mapping composes with a group prefix(WildcardResourcesMappingSpec.groovy:146)
   ```
   
   |expected|actual|
   |---|---|
   |<s>8</s>|<b>9</b>|
   
   </details>
   <details><summary><strong>WildcardResourcesMappingSpec > a wildcard 
resources mapping generates the eight resource mappings once</strong> 
(:grails-web-url-mappings:test in <a 
href="https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149";>CI
 / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 2)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   mappings.size() == 8
   |        |      |
   |        9      false
   [/(*)/create, /(*)/(*)/edit, /(*)(.(*))?, /(*)(.(*))?, /(*)/(*)(.(*))?, 
/(*)/(*)(.(*))?, /(*)/(*)(.(*))?, /(*)/(*)(.(*))?, /(*)/(*)(.(*))?]
   
        at grails.web.mapping.WildcardResourcesMappingSpec.a wildcard resources 
mapping generates the eight resource mappings 
once(WildcardResourcesMappingSpec.groovy:51)
   ```
   
   |expected|actual|
   |---|---|
   |<s>8</s>|<b>9</b>|
   
   </details>
   <details><summary><strong>WildcardResourcesMappingSpec > a wildcard 
resources mapping honours excludes</strong> (:grails-web-url-mappings:test in 
<a 
href="https://github.com/apache/grails-core/actions/runs/33682889805/job/100423380878?pr=16149";>CI
 / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 2)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   holder.urlMappings.size() == 6
   |      |           |      |
   |      |           7      false
   |      [/(*)(.(*))?, /(*)(.(*))?, /(*)/(*)(.(*))?, /(*)/(*)(.(*))?, 
/(*)/(*)(.(*))?, /(*)/(*)(.(*))?, /(*)/(*)(.(*))?]
   URL Mappings
   ------------
   /(*)(.(*))?
   /(*)(.(*))?
   /(*)/(*)(.(*))?
   /(*)/(*)(.(*))?
   /(*)/(*)(.(*))?
   /(*)/(*)(.(*))?
   /(*)/(*)(.(*))?
   
        at grails.web.mapping.WildcardResourcesMappingSpec.a wildcard resources 
mapping honours excludes(WildcardResourcesMappingSpec.groovy:109)
   ```
   
   |expected|actual|
   |---|---|
   |<s>6</s>|<b>7</b>|
   
   </details>
   
   ### Rerun Controls
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 WildcardResourcesMappingSpec > a named resources mapping is unaffected 
<!-- 
uniqueId=[engine:spock]/[spec:grails.web.mapping.WildcardResourcesMappingSpec]/[feature:$spock_feature_0_8]
 -->
   🔲 WildcardResourcesMappingSpec > a wildcard resources mapping captures a 
namespace alongside the controller <!-- 
uniqueId=[engine:spock]/[spec:grails.web.mapping.WildcardResourcesMappingSpec]/[feature:$spock_feature_0_7]
 -->
   🔲 WildcardResourcesMappingSpec > a wildcard resources mapping composes with 
a group prefix <!-- 
uniqueId=[engine:spock]/[spec:grails.web.mapping.WildcardResourcesMappingSpec]/[feature:$spock_feature_0_6]
 -->
   🔲 WildcardResourcesMappingSpec > a wildcard resources mapping generates the 
eight resource mappings once <!-- 
uniqueId=[engine:spock]/[spec:grails.web.mapping.WildcardResourcesMappingSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 WildcardResourcesMappingSpec > a wildcard resources mapping honours 
excludes <!-- 
uniqueId=[engine:spock]/[spec:grails.web.mapping.WildcardResourcesMappingSpec]/[feature:$spock_feature_0_3]
 -->
   
   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]

Reply via email to