testlens-app[bot] commented on PR #15772: URL: https://github.com/apache/grails-core/pull/15772#issuecomment-4815158257
## 🚨 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 / Build Grails-Core \(ubuntu-latest, 25\)](https://github.com/apache/grails-core/actions/runs/28277946423/job/83788191629?pr=15772) > :grails-data-graphql-core:test | Test | Runs | |---|---| | CreateEntityDataFetcherSpec > test get | ❌ | | DeleteEntityDataFetcherSpec > test get | ❌ | 🏷️ Commit: b85e7f86f42ecc01fd70b04a0c1797b6d4e325ce ▶️ Tests: 3192 executed 🟡 Checks: 12/38 completed ### Test Failures <details> <summary><strong>CreateEntityDataFetcherSpec > test get</strong> (:grails-data-graphql-core:test in <a href="https://github.com/apache/grails-core/actions/runs/28277946423/job/83788191629?pr=15772">CI / Build Grails-Core (ubuntu-latest, 25)</a>)</summary> ``` org.hibernate.HibernateException: No Session found for current thread at org.grails.orm.hibernate.GrailsSessionContext.currentSession(GrailsSessionContext.java:117) at org.hibernate.internal.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:508) at org.grails.orm.hibernate.HibernateSession.createQuery(HibernateSession.java:191) at org.grails.orm.hibernate.HibernateSession.createQuery(HibernateSession.java:184) at org.grails.datastore.gorm.GormStaticApi.count_closure9(GormStaticApi.groovy:358) at org.grails.datastore.mapping.core.DatastoreUtils.execute(DatastoreUtils.java:339) at org.grails.datastore.gorm.AbstractGormApi.execute(AbstractGormApi.groovy:121) at org.grails.datastore.gorm.GormStaticApi.count(GormStaticApi.groovy:357) at org.grails.datastore.gorm.GormStaticApi.getCount(GormStaticApi.groovy:370) at org.grails.datastore.gorm.GormEntity$Trait$Helper.getCount(GormEntity.groovy:732) at org.grails.gorm.graphql.fetcher.impl.CreateEntityDataFetcherSpec.test get_closure1(CreateEntityDataFetcherSpec.groovy:45) at org.grails.datastore.gorm.GormStaticApi.withNewSession_closure22(GormStaticApi.groovy:700) at org.grails.datastore.mapping.core.DatastoreUtils.executeWithNewSession(DatastoreUtils.java:378) at org.grails.datastore.gorm.GormStaticApi.withNewSession(GormStaticApi.groovy:699) at org.grails.datastore.gorm.GormEntity$Trait$Helper.withNewSession(GormEntity.groovy:1140) at org.grails.gorm.graphql.fetcher.impl.CreateEntityDataFetcherSpec.test get(CreateEntityDataFetcherSpec.groovy:44) ``` </details> <details> <summary><strong>DeleteEntityDataFetcherSpec > test get</strong> (:grails-data-graphql-core:test in <a href="https://github.com/apache/grails-core/actions/runs/28277946423/job/83788191629?pr=15772">CI / Build Grails-Core (ubuntu-latest, 25)</a>)</summary> ``` org.hibernate.HibernateException: No Session found for current thread at org.grails.orm.hibernate.GrailsSessionContext.currentSession(GrailsSessionContext.java:117) at org.hibernate.internal.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:508) at org.grails.orm.hibernate.HibernateSession.createQuery(HibernateSession.java:191) at org.grails.orm.hibernate.HibernateSession.createQuery(HibernateSession.java:184) at org.grails.datastore.gorm.GormStaticApi.count_closure9(GormStaticApi.groovy:358) at org.grails.datastore.mapping.core.DatastoreUtils.execute(DatastoreUtils.java:339) at org.grails.datastore.gorm.AbstractGormApi.execute(AbstractGormApi.groovy:121) at org.grails.datastore.gorm.GormStaticApi.count(GormStaticApi.groovy:357) at org.grails.datastore.gorm.GormStaticApi.getCount(GormStaticApi.groovy:370) at org.grails.datastore.gorm.GormEntity$Trait$Helper.getCount(GormEntity.groovy:732) at org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.test get_closure3(DeleteEntityDataFetcherSpec.groovy:54) at org.grails.datastore.gorm.GormStaticApi.withNewSession_closure22(GormStaticApi.groovy:700) at org.grails.datastore.mapping.core.DatastoreUtils.executeWithNewSession(DatastoreUtils.java:378) at org.grails.datastore.gorm.GormStaticApi.withNewSession(GormStaticApi.groovy:699) at org.grails.datastore.gorm.GormEntity$Trait$Helper.withNewSession(GormEntity.groovy:1140) at org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.test get(DeleteEntityDataFetcherSpec.groovy:53) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 CreateEntityDataFetcherSpec > test get <!-- uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.CreateEntityDataFetcherSpec]/[feature:$spock_feature_1_0] --> 🔲 DeleteEntityDataFetcherSpec > test get <!-- uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec]/[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]
