testlens-app[bot] commented on PR #15678: URL: https://github.com/apache/grails-core/pull/15678#issuecomment-4812185433
## 🚨 TestLens detected 1 failed test 🚨 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/28255808542/job/83718969942?pr=15678) > :grails-data-hibernate7-core:test | Test | Runs | |---|---| | AttachMethodSpec > Test attach method | ❌ | 🏷️ Commit: b4dd42f312a3c633125572da617b3e69f67fa3cc ▶️ Tests: 24312 executed 🟡 Checks: 27/77 completed ### Test Failures <details> <summary><strong>AttachMethodSpec > Test attach method</strong> (:grails-data-hibernate7-core:test in <a href="https://github.com/apache/grails-core/actions/runs/28255808542/job/83718969942?pr=15678">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` Condition failed with Exception: test.isAttached() | | | java.lang.NullPointerException: Cannot invoke "org.grails.orm.hibernate.IHibernateTemplate.contains(Object)" because "this.hibernateTemplate" is null | at org.grails.orm.hibernate.HibernateGormInstanceApi.isAttached(HibernateGormInstanceApi.groovy:429) | at org.grails.datastore.gorm.GormEntity$Trait$Helper.isAttached(GormEntity.groovy:195) | at org.apache.grails.data.testing.tck.tests.AttachMethodSpec.Test attach method(AttachMethodSpec.groovy:42) org.apache.grails.data.testing.tck.domains.Person : 1 at org.apache.grails.data.testing.tck.tests.AttachMethodSpec.Test attach method(AttachMethodSpec.groovy:42) Caused by: java.lang.NullPointerException: Cannot invoke "org.grails.orm.hibernate.IHibernateTemplate.contains(Object)" because "this.hibernateTemplate" is null at org.grails.orm.hibernate.HibernateGormInstanceApi.isAttached(HibernateGormInstanceApi.groovy:429) at org.grails.datastore.gorm.GormEntity$Trait$Helper.isAttached(GormEntity.groovy:195) ... 1 more ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 AttachMethodSpec > Test attach method <!-- uniqueId=[engine:spock]/[spec:org.apache.grails.data.testing.tck.tests.AttachMethodSpec]/[feature:$spock_feature_1_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]
