testlens-app[bot] commented on PR #15678: URL: https://github.com/apache/grails-core/pull/15678#issuecomment-4564304464
## 🚨 TestLens detected 9 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/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property does have \`.id\` at the end of the name > input for a many-to-one property does have \`.id\` at the end of the name | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property does have \`.id\` at the end of the name > input for a one-to-one property does have \`.id\` at the end of the name | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property doesn\'t have \`.id\` at the end of the name > input for a many-to-many property doesn\'t have \`.id\` at the end of the name | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property is a select > input for a many-to-many property is a select | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property is a select > input for a many-to-one property is a select | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > input for a \#description property is a select > input for a one-to-one property is a select | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > select for a \#description property with a value of \#value has the correct option selected > select for a many-to-many property with a value of [Homer Simpson] has the correct option selected | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > select for a \#description property with a value of \#value has the correct option selected > select for a many-to-one property with a value of Homer Simpson has the correct option selected | ❌ | | [CI / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678) | :grails-fields:test | DefaultInputRenderingPersistentSpec > select for a \#description property with a value of \#value has the correct option selected > select for a one-to-one property with a value of Homer Simpson has the correct option selected | ❌ | 🏷️ Commit: 68af192470b4bf54e3ddf5992d6d1d778132c1c2 ▶️ Tests: 3464 executed 🟡 Checks: 16/66 completed ### Test Failures <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property does have `.id` at the end of the name > input for a many-to-one property does have `.id` at the end of the name</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property does have `.id` at the end of the name(DefaultInputRenderingPersistentSpec.groovy:485) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property does have `.id` at the end of the name > input for a one-to-one property does have `.id` at the end of the name</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property does have `.id` at the end of the name(DefaultInputRenderingPersistentSpec.groovy:485) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property doesn't have `.id` at the end of the name > input for a many-to-many property doesn't have `.id` at the end of the name</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property doesn't have `.id` at the end of the name(DefaultInputRenderingPersistentSpec.groovy:466) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property is a select > input for a many-to-many property is a select</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property is a select(DefaultInputRenderingPersistentSpec.groovy:445) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property is a select > input for a many-to-one property is a select</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property is a select(DefaultInputRenderingPersistentSpec.groovy:445) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > input for a #description property is a select > input for a one-to-one property is a select</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: people.every { output =~ /option value="$it.id" >$it.name/ } | | | false [Bart Simpson, Homer Simpson, Monty Burns] at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.input for a #description property is a select(DefaultInputRenderingPersistentSpec.groovy:445) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > select for a #description property with a value of #value has the correct option selected > select for a many-to-many property with a value of [Homer Simpson] has the correct option selected</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output =~ /option value="${people[1].id}" selected="selected" >${people[1].name}/ | | | | | | | | | | | | 2 | | Homer Simpson | | | Homer Simpson | Homer Simpson | | | [Bart Simpson, Homer Simpson, Monty Burns] | | [Bart Simpson, Homer Simpson, Monty Burns] | java.util.regex.Matcher[pattern=option value="2" selected="selected" >Homer Simpson region=0,54 lastmatch=] <select name="prop" id="prop" multiple="" > </select> at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.select for a #description property with a value of #value has the correct option selected(DefaultInputRenderingPersistentSpec.groovy:525) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > select for a #description property with a value of #value has the correct option selected > select for a many-to-one property with a value of Homer Simpson has the correct option selected</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output =~ /option value="${people[1].id}" selected="selected" >${people[1].name}/ | | | | | | | | | | | | 2 | | Homer Simpson | | | Homer Simpson | Homer Simpson | | | [Bart Simpson, Homer Simpson, Monty Burns] | | [Bart Simpson, Homer Simpson, Monty Burns] | java.util.regex.Matcher[pattern=option value="2" selected="selected" >Homer Simpson region=0,77 lastmatch=] <select name="prop.id" id="prop" > <option value="null"></option> </select> at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.select for a #description property with a value of #value has the correct option selected(DefaultInputRenderingPersistentSpec.groovy:525) ``` </details> <details> <summary><strong>DefaultInputRenderingPersistentSpec > select for a #description property with a value of #value has the correct option selected > select for a one-to-one property with a value of Homer Simpson has the correct option selected</strong> (:grails-fields:test in <a href="https://github.com/apache/grails-core/actions/runs/26576078032/job/78295626268?pr=15678">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: output =~ /option value="${people[1].id}" selected="selected" >${people[1].name}/ | | | | | | | | | | | | 2 | | Homer Simpson | | | Homer Simpson | Homer Simpson | | | [Bart Simpson, Homer Simpson, Monty Burns] | | [Bart Simpson, Homer Simpson, Monty Burns] | java.util.regex.Matcher[pattern=option value="2" selected="selected" >Homer Simpson region=0,77 lastmatch=] <select name="prop.id" id="prop" > <option value="null"></option> </select> at grails.plugin.formfields.DefaultInputRenderingPersistentSpec.select for a #description property with a value of #value has the correct option selected(DefaultInputRenderingPersistentSpec.groovy:525) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 DefaultInputRenderingPersistentSpec > input for a \#description property does have \`.id\` at the end of the name <!-- uniqueId=[engine:spock]/[spec:grails.plugin.formfields.DefaultInputRenderingPersistentSpec]/[feature:$spock_feature_1_23] --> 🔲 DefaultInputRenderingPersistentSpec > input for a \#description property doesn\'t have \`.id\` at the end of the name <!-- uniqueId=[engine:spock]/[spec:grails.plugin.formfields.DefaultInputRenderingPersistentSpec]/[feature:$spock_feature_1_22] --> 🔲 DefaultInputRenderingPersistentSpec > input for a \#description property is a select <!-- uniqueId=[engine:spock]/[spec:grails.plugin.formfields.DefaultInputRenderingPersistentSpec]/[feature:$spock_feature_1_21] --> 🔲 DefaultInputRenderingPersistentSpec > select for a \#description property with a value of \#value has the correct option selected <!-- uniqueId=[engine:spock]/[spec:grails.plugin.formfields.DefaultInputRenderingPersistentSpec]/[feature:$spock_feature_1_25] --> 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]
