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

   ## 🚨 TestLens detected 2 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 - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/29109282302/job/86418040098?pr=15947)
 > :grails-databinding:test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | DataBindingConfigurationSpec > test custom ValueConverter are ordered if 
defined with <span>@</span>Order | ❌ | 0%&nbsp;🟢 |
   | DataBindingConfigurationSpec > test customize data binding for the types 
which have standard ValueConverters using <span>@</span>Order | ❌ | 0%&nbsp;🟢 |
   
   🏷️ Commit: 6c85e2be2b34c14d426d030fe489836b706ab728
   ▶️ Tests:  5563 executed
   🟡 Checks: 23/53 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>DataBindingConfigurationSpec > test custom ValueConverter 
are ordered if defined with <span>@</span>Order</strong> 
(:grails-databinding:test in <a 
href="https://github.com/apache/grails-core/actions/runs/29109282302/job/86418040098?pr=15947";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   person.prop.value == "test2"
   |      |    |
   |      null java.lang.NullPointerException: Cannot get property 'value' on 
null object
   |            at 
org.grails.plugins.databinding.DataBindingConfigurationSpec.test custom 
ValueConverter are ordered if defined with 
@Order(DataBindingConfigurationSpec.groovy:59)
   <org.grails.plugins.databinding.DataBindingConfigurationSpec$Person@5398adc9 
name=inaccessible dob=inaccessible prop=inaccessible>
   
        at org.grails.plugins.databinding.DataBindingConfigurationSpec.test 
custom ValueConverter are ordered if defined with 
@Order(DataBindingConfigurationSpec.groovy:59)
   Caused by: java.lang.NullPointerException: Cannot get property 'value' on 
null object
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>DataBindingConfigurationSpec > test customize data binding 
for the types which have standard ValueConverters using 
<span>@</span>Order</strong> (:grails-databinding:test in <a 
href="https://github.com/apache/grails-core/actions/runs/29109282302/job/86418040098?pr=15947";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   person.prop.value == "test2"
   |      |    |
   |      null java.lang.NullPointerException: Cannot get property 'value' on 
null object
   |            at 
org.grails.plugins.databinding.DataBindingConfigurationSpec.test customize data 
binding for the types which have standard ValueConverters using 
@Order(DataBindingConfigurationSpec.groovy:70)
   <org.grails.plugins.databinding.DataBindingConfigurationSpec$Person@4a39d06d 
name=inaccessible dob=inaccessible prop=inaccessible>
   
        at org.grails.plugins.databinding.DataBindingConfigurationSpec.test 
customize data binding for the types which have standard ValueConverters using 
@Order(DataBindingConfigurationSpec.groovy:70)
   Caused by: java.lang.NullPointerException: Cannot get property 'value' on 
null object
        ... 1 more
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 DataBindingConfigurationSpec > test custom ValueConverter are ordered if 
defined with <span>@</span>Order <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.databinding.DataBindingConfigurationSpec]/[feature:$spock_feature_0_1]
 -->
   🔲 DataBindingConfigurationSpec > test customize data binding for the types 
which have standard ValueConverters using <span>@</span>Order <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.databinding.DataBindingConfigurationSpec]/[feature:$spock_feature_0_2]
 -->
   
   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]

Reply via email to