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

   ## 🚨 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
   
   | Check | Project/Task | Test | Runs |
   |---|---|---|---|
   | [CI / Functional Tests \(Java 25, Hibernate 7, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/27374417771/job/80894842479?pr=15731)
 | :grails-test-examples-graphql-grails-tenant-app:test | 
GraphqlMultiTenantSpec > test GraphQl with multi tenancy mode schema and 
session tenant resolver | ❌ |
   | [CI / Functional Tests \(Java 25, Hibernate 7, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/27374417771/job/80894842479?pr=15731)
 | :grails-test-examples-graphql-grails-test-app:test | StudentSchemaSpec | ❌ |
   
   🏷️ Commit: 00b1e05ce49ef9c914d94728d55c7a197559ce55
   ▶️ Tests:  15030 executed
   🟡 Checks: 10/35 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>GraphqlMultiTenantSpec > test GraphQl with multi tenancy 
mode schema and session tenant resolver</strong> 
(:grails-test-examples-graphql-grails-tenant-app:test in <a 
href="https://github.com/apache/grails-core/actions/runs/27374417771/job/80894842479?pr=15731";>CI
 / Functional Tests (Java 25, Hibernate 7, indy=false)</a>)</summary>
   
   ```
   java.lang.IllegalAccessError: class 
org.grails.orm.hibernate.proxy.GrailsBytecodeProvider tried to access method 
'void org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.<init>()' 
(org.grails.orm.hibernate.proxy.GrailsBytecodeProvider and 
org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState are in unnamed module 
of loader 'app')
        at 
org.grails.orm.hibernate.proxy.GrailsBytecodeProvider.createProxyHelper(GrailsBytecodeProvider.java:48)
        at 
org.grails.orm.hibernate.proxy.GrailsBytecodeProvider.<init>(GrailsBytecodeProvider.java:44)
        at 
org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory.<init>(HibernateConnectionSourceFactory.java:99)
        at 
org.grails.orm.hibernate.HibernateDatastore.<init>(HibernateDatastore.java:400)
        at grails.tenant.app.GraphqlMultiTenantSpec.test GraphQl with multi 
tenancy mode schema and session tenant 
resolver(GraphqlMultiTenantSpec.groovy:43)
   ```
   
   </details>
   <details>
   
   <summary><strong>StudentSchemaSpec</strong> 
(:grails-test-examples-graphql-grails-test-app:test in <a 
href="https://github.com/apache/grails-core/actions/runs/27374417771/job/80894842479?pr=15731";>CI
 / Functional Tests (Java 25, Hibernate 7, indy=false)</a>)</summary>
   
   ```
   org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'hibernateDatastore': Failed to instantiate 
[org.grails.orm.hibernate.HibernateDatastore]: Constructor threw exception
        at 
org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:321)
        at 
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:309)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1380)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1219)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:565)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)
        at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:413)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1360)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1192)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:565)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:525)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:333)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:371)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:331)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1225)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1191)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1121)
        at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:994)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:621)
        at 
grails.orm.bootstrap.HibernateDatastoreSpringInitializer.configure(HibernateDatastoreSpringInitializer.groovy:125)
        at 
grails.test.hibernate.HibernateSpec.setupSpec(HibernateSpec.groovy:141)
   Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate [org.grails.orm.hibernate.HibernateDatastore]: Constructor threw 
exception
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:220)
        at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:129)
        at 
org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318)
        ... 25 more
   Caused by: java.lang.AbstractMethodError: Receiver class 
org.grails.orm.hibernate.EventListenerIntegrator does not define or inherit an 
implementation of the resolved method 'abstract void 
integrate(org.hibernate.boot.Metadata, 
org.hibernate.engine.spi.SessionFactoryImplementor, 
org.hibernate.service.spi.SessionFactoryServiceRegistry)' of interface 
org.hibernate.integrator.spi.Integrator.
        at 
org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:300)
        at 
org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:471)
        at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:728)
        at 
org.grails.orm.hibernate.cfg.HibernateMappingContextConfiguration.buildSessionFactory(HibernateMappingContextConfiguration.java:370)
        at 
org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory.create(HibernateConnectionSourceFactory.java:166)
        at 
org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory.create(HibernateConnectionSourceFactory.java:280)
        at 
org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory.create(HibernateConnectionSourceFactory.java:68)
        at 
org.grails.datastore.mapping.core.connections.AbstractConnectionSourceFactory.create(AbstractConnectionSourceFactory.java:83)
        at 
org.grails.datastore.mapping.core.connections.AbstractConnectionSourceFactory.create(AbstractConnectionSourceFactory.java:71)
        at 
org.grails.datastore.mapping.core.connections.ConnectionSourcesInitializer.create(ConnectionSourcesInitializer.groovy:45)
        at 
org.grails.orm.hibernate.HibernateDatastore.<init>(HibernateDatastore.java:354)
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:207)
        ... 27 more
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 GraphqlMultiTenantSpec > test GraphQl with multi tenancy mode schema and 
session tenant resolver <!-- 
uniqueId=[engine:spock]/[spec:grails.tenant.app.GraphqlMultiTenantSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 StudentSchemaSpec <!-- 
uniqueId=[engine:spock]/[spec:grails.test.app.manyToMany.StudentSchemaSpec] -->
   
   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