testlens-app[bot] commented on PR #16178: URL: https://github.com/apache/grails-core/pull/16178#issuecomment-5350015518
## 🚨 TestLens detected 3 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 0\)](https://github.com/apache/grails-core/actions/runs/32318812816/job/96276736063?pr=16178) > :grails-test-suite-persistence:test | Test | Runs | Flakiness | |---|---|--:| | GrailsWebDataBinderSpec > Test Map constructor fallback binds unconfigured properties but not bindable false by default | ❌ | 0% 🟢 | | GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive for explicit bind-all | ❌ | 0% 🟢 | | GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive in compatibility mode | ❌ | 0% 🟢 | 🏷️ Commit: 2a534f30e9017e298ee79f812dd057601d8bcb21 ▶️ Tests: 42462 executed 🟡 Checks: 36/71 completed ### Test Failures <details> <summary><strong>GrailsWebDataBinderSpec > Test Map constructor fallback binds unconfigured properties but not bindable false by default</strong> (:grails-test-suite-persistence:test in <a href="https://github.com/apache/grails-core/actions/runs/32318812816/job/96276736063?pr=16178">CI / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 0)</a>)</summary> ``` Condition failed with Exception: holder.values.first.name == 'Default' | | | | null java.lang.NullPointerException: Cannot get property 'first' on null object | at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback binds unconfigured properties but not bindable false by default(GrailsWebDataBinderSpec.groovy:627) <grails.web.databinding.SecureMapConstructorHolder@5ab3f611 values=inaccessible arrayValues=inaccessible grails_validation_Validateable__beforeValidateHelper=inaccessible grails_validation_Validateable__errors=inaccessible> at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback binds unconfigured properties but not bindable false by default(GrailsWebDataBinderSpec.groovy:627) Caused by: java.lang.NullPointerException: Cannot get property 'first' on null object ... 1 more ``` </details> <details> <summary><strong>GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive for explicit bind-all</strong> (:grails-test-suite-persistence:test in <a href="https://github.com/apache/grails-core/actions/runs/32318812816/job/96276736063?pr=16178">CI / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 0)</a>)</summary> ``` Condition failed with Exception: holder.values.first.name == 'Explicit' | | | | null java.lang.NullPointerException: Cannot get property 'first' on null object | at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback remains permissive for explicit bind-all(GrailsWebDataBinderSpec.groovy:644) <grails.web.databinding.SecureMapConstructorHolder@53b7f08 values=inaccessible arrayValues=inaccessible grails_validation_Validateable__beforeValidateHelper=inaccessible grails_validation_Validateable__errors=inaccessible> at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback remains permissive for explicit bind-all(GrailsWebDataBinderSpec.groovy:644) Caused by: java.lang.NullPointerException: Cannot get property 'first' on null object ... 1 more ``` </details> <details> <summary><strong>GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive in compatibility mode</strong> (:grails-test-suite-persistence:test in <a href="https://github.com/apache/grails-core/actions/runs/32318812816/job/96276736063?pr=16178">CI / Build Grails-Core Rerunning all Tasks (Ubuntu JDK 21 shard 0)</a>)</summary> ``` Condition failed with Exception: holder.values.first.name == 'Legacy' | | | | null java.lang.NullPointerException: Cannot get property 'first' on null object | at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback remains permissive in compatibility mode(GrailsWebDataBinderSpec.groovy:606) <grails.web.databinding.SecureMapConstructorHolder@2689b752 values=inaccessible arrayValues=inaccessible grails_validation_Validateable__beforeValidateHelper=inaccessible grails_validation_Validateable__errors=inaccessible> at grails.web.databinding.GrailsWebDataBinderSpec.Test Map constructor fallback remains permissive in compatibility mode(GrailsWebDataBinderSpec.groovy:606) Caused by: java.lang.NullPointerException: Cannot get property 'first' on null object ... 1 more ``` </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GrailsWebDataBinderSpec > Test Map constructor fallback binds unconfigured properties but not bindable false by default <!-- uniqueId=[engine:spock]/[spec:grails.web.databinding.GrailsWebDataBinderSpec]/[feature:$spock_feature_0_16] --> 🔲 GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive for explicit bind-all <!-- uniqueId=[engine:spock]/[spec:grails.web.databinding.GrailsWebDataBinderSpec]/[feature:$spock_feature_0_17] --> 🔲 GrailsWebDataBinderSpec > Test Map constructor fallback remains permissive in compatibility mode <!-- uniqueId=[engine:spock]/[spec:grails.web.databinding.GrailsWebDataBinderSpec]/[feature:$spock_feature_0_15] --> 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]
