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

   ## 🚨 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
   
   #### [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780)
 > :grails-data-graphql-core:test
   
   | Test | Runs |
   |---|---|
   | DeleteEntityDataFetcherSpec > test get | ❌ |
   | DeleteEntityDataFetcherSpec > test get invalid | ❌ |
   | EntityDataFetcherSpec > test get | ❌ |
   | EntityDataFetcherSpec > test pagination | ❌ |
   | SingleEntityDataFetcherSpec > test get | ❌ |
   | SoftDeleteEntityDataFetcherSpec > test get | ❌ |
   | UpdateEntityDataFetcherSpec > test get | ❌ |
   | UpdateEntityDataFetcherSpec > test optimistic locking | ❌ |
   | UpdateEntityDataFetcherSpec > test optimistic locking with null version | 
❌ |
   
   🏷️ Commit: 7dcf26ed398c3a914e39bf9094c4189b4e6bf43a
   ▶️ Tests:  2002 executed
   🟡 Checks: 9/33 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>DeleteEntityDataFetcherSpec > test get</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Too few invocations for:
   
   1 * responseHandler.createResponse(env, true, null)   (0 invocations)
   
   Unmatched invocations (ordered by similarity):
   
   1 * responseHandler.createResponse(Mock for type 'DataFetchingEnvironment' 
named 'env', false, org.codehaus.groovy.runtime.InvokerInvocationException: 
groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(222597220<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object))
   One or more arguments(s) didn't match:
   0: <matches>
   1: argument == expected
      |        |  |
      false    |  true
               false
   2: argument == expected
      |        |  |
      |        |  null
      |        false
      org.codehaus.groovy.runtime.InvokerInvocationException: 
groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(222597220<closed>)]
      Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.delete_closure1(DeleteEntityDataFetcher.groovy:45)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.delete(DeleteEntityDataFetcher.groovy:44)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.get(DeleteEntityDataFetcher.groovy:59)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.$spock_feature_1_0(DeleteEntityDataFetcherSpec.groovy:51)
      Caused by: groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(222597220<closed>)]
      Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        ... 9 more
   
   
        at 
org.spockframework.mock.runtime.InteractionScope.verifyInteractions(InteractionScope.java:110)
        at 
org.spockframework.mock.runtime.MockController.leaveScope(MockController.java:95)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.test 
get(DeleteEntityDataFetcherSpec.groovy:53)
   ```
   
   </details>
   <details>
   
   <summary><strong>DeleteEntityDataFetcherSpec > test get invalid</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Too few invocations for:
   
   1 * responseHandler.createResponse(env, false, _ as NullPointerException)   
(0 invocations)
   
   Unmatched invocations (ordered by similarity):
   
   1 * responseHandler.createResponse(Mock for type 'DataFetchingEnvironment' 
named 'env', false, org.codehaus.groovy.runtime.InvokerInvocationException: 
groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(2125884004<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object))
   One or more arguments(s) didn't match:
   0: <matches>
   1: <matches>
   2: argument instanceof java.lang.NullPointerException
      |        |          |
      |        false      class java.lang.NullPointerException
      org.codehaus.groovy.runtime.InvokerInvocationException: 
groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(2125884004<closed>)]
      Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.delete_closure1(DeleteEntityDataFetcher.groovy:45)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.delete(DeleteEntityDataFetcher.groovy:44)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcher.get(DeleteEntityDataFetcher.groovy:59)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.$spock_feature_1_1(DeleteEntityDataFetcherSpec.groovy:74)
      Caused by: groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(2125884004<closed>)]
      Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        ... 9 more
       (org.codehaus.groovy.runtime.InvokerInvocationException)
   
   
        at 
org.spockframework.mock.runtime.InteractionScope.verifyInteractions(InteractionScope.java:110)
        at 
org.spockframework.mock.runtime.MockController.leaveScope(MockController.java:95)
        at 
org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec.test get 
invalid(DeleteEntityDataFetcherSpec.groovy:74)
   ```
   
   </details>
   <details>
   
   <summary><strong>EntityDataFetcherSpec > test get</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(829634617<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.list(DetachedCriteria.groovy:139)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.executeQuery(EntityDataFetcher.groovy:84)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.get_closure1(EntityDataFetcher.groovy:75)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.get(EntityDataFetcher.groovy:61)
        at org.grails.gorm.graphql.fetcher.impl.EntityDataFetcherSpec.test 
get(EntityDataFetcherSpec.groovy:48)
   ```
   
   </details>
   <details>
   
   <summary><strong>EntityDataFetcherSpec > test pagination</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(868283776<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.list(DetachedCriteria.groovy:139)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.executeQuery(EntityDataFetcher.groovy:84)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.get_closure1(EntityDataFetcher.groovy:75)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.EntityDataFetcher.get(EntityDataFetcher.groovy:61)
        at org.grails.gorm.graphql.fetcher.impl.EntityDataFetcherSpec.test 
pagination(EntityDataFetcherSpec.groovy:63)
   ```
   
   </details>
   <details>
   
   <summary><strong>SingleEntityDataFetcherSpec > test get</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(1220280312<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.impl.SingleEntityDataFetcher.get_closure1(SingleEntityDataFetcher.groovy:43)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.SingleEntityDataFetcher.get(SingleEntityDataFetcher.groovy:42)
        at 
org.grails.gorm.graphql.fetcher.impl.SingleEntityDataFetcherSpec.test 
get(SingleEntityDataFetcherSpec.groovy:49)
   ```
   
   </details>
   <details>
   
   <summary><strong>SoftDeleteEntityDataFetcherSpec > test get</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   result.success
   |      |
   |      false
   [success:false, error:groovy.lang.MissingMethodException: No signature of 
method: grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(1831961195<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)]
   
        at 
org.grails.gorm.graphql.fetcher.impl.SoftDeleteEntityDataFetcherSpec.test 
get(SoftDeleteEntityDataFetcherSpec.groovy:58)
   ```
   
   </details>
   <details>
   
   <summary><strong>UpdateEntityDataFetcherSpec > test get</strong> 
(:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(1577536744<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.getInstance(UpdateEntityDataFetcher.groovy:68)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get_closure1(UpdateEntityDataFetcher.groovy:49)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get(UpdateEntityDataFetcher.groovy:48)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec.test 
get(UpdateEntityDataFetcherSpec.groovy:48)
   ```
   
   </details>
   <details>
   
   <summary><strong>UpdateEntityDataFetcherSpec > test optimistic 
locking</strong> (:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(1609974554<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.getInstance(UpdateEntityDataFetcher.groovy:68)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get_closure1(UpdateEntityDataFetcher.groovy:49)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get(UpdateEntityDataFetcher.groovy:48)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec.test 
optimistic locking(UpdateEntityDataFetcherSpec.groovy:69)
   ```
   
   </details>
   <details>
   
   <summary><strong>UpdateEntityDataFetcherSpec > test optimistic locking with 
null version</strong> (:grails-data-graphql-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28307714154/job/83866847632?pr=15780";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
grails.gorm.DetachedCriteria$_withPopulatedQuery_closure7.doCall() is 
applicable for argument types: (org.hibernate.internal.SessionImpl) values: 
[SessionImpl(1835281408<closed>)]
   Possible solutions: doCall(org.grails.datastore.mapping.core.Session), 
findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:321)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:265)
        at 
org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:135)
        at 
org.grails.orm.hibernate.AbstractHibernateDatastore.withSession(AbstractHibernateDatastore.java:374)
        at 
org.grails.orm.hibernate.AbstractHibernateGormStaticApi.withSession(AbstractHibernateGormStaticApi.groovy:105)
        at 
org.grails.datastore.gorm.GormStaticApi.withDatastoreSession(GormStaticApi.groovy:637)
        at 
grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:741)
        at grails.gorm.DetachedCriteria.get(DetachedCriteria.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.queryInstance(DefaultGormDataFetcher.groovy:119)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.getInstance(UpdateEntityDataFetcher.groovy:68)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get_closure1(UpdateEntityDataFetcher.groovy:49)
        at 
grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:118)
        at 
org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:137)
        at 
grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:115)
        at 
org.grails.datastore.gorm.services.DefaultTransactionService.withTransaction(DefaultTransactionService.groovy:102)
        at 
org.grails.gorm.graphql.fetcher.DefaultGormDataFetcher.withTransaction(DefaultGormDataFetcher.groovy:136)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcher.get(UpdateEntityDataFetcher.groovy:48)
        at 
org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec.test 
optimistic locking with null version(UpdateEntityDataFetcherSpec.groovy:88)
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 DeleteEntityDataFetcherSpec > test get <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 DeleteEntityDataFetcherSpec > test get invalid <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.DeleteEntityDataFetcherSpec]/[feature:$spock_feature_1_1]
 -->
   🔲 EntityDataFetcherSpec > test get <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.EntityDataFetcherSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 EntityDataFetcherSpec > test pagination <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.EntityDataFetcherSpec]/[feature:$spock_feature_1_1]
 -->
   🔲 SingleEntityDataFetcherSpec > test get <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.SingleEntityDataFetcherSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 SoftDeleteEntityDataFetcherSpec > test get <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.SoftDeleteEntityDataFetcherSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 UpdateEntityDataFetcherSpec > test get <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 UpdateEntityDataFetcherSpec > test optimistic locking <!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec]/[feature:$spock_feature_1_1]
 -->
   🔲 UpdateEntityDataFetcherSpec > test optimistic locking with null version 
<!-- 
uniqueId=[engine:spock]/[spec:org.grails.gorm.graphql.fetcher.impl.UpdateEntityDataFetcherSpec]/[feature:$spock_feature_1_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