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

   ## 🚨 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
   
   | Check | Project/Task | Test | Runs |
   |---|---|---|---|
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26407985224/job/77735800542?pr=15678)
 | :grails-datamapping-core:test | GormApiResolverSpec > resolver honors 
preferred datastore for default qualifier | ❌ |
   
   🏷️ Commit: 611e6bd0df81eb344f6c9c30bea9c96952e1eaa5
   ▶️ Tests:  8559 executed
   🟡 Checks: 21/67 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>GormApiResolverSpec > resolver honors preferred datastore 
for default qualifier</strong> (:grails-datamapping-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26407985224/job/77735800542?pr=15678";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   resolver.findDatastore(TestEntity, 
ConnectionSource.DEFAULT).is(preferredDatastore)
   |        |             |           |                |
   |        |             |           |                default
   |        |             |           interface 
org.grails.datastore.mapping.core.connections.ConnectionSource
   |        |             class 
org.grails.datastore.gorm.GormApiResolverSpec$TestEntity
   |        java.lang.IllegalStateException: No GORM implementation configured 
for class [org.grails.datastore.gorm.GormApiResolverSpec$TestEntity]. Ensure 
GORM has been initialized correctly
   |            at 
org.grails.datastore.gorm.GormApiResolver.stateException(GormApiResolver.groovy:155)
   |            at 
org.grails.datastore.gorm.GormApiResolver.findDatastore(GormApiResolver.groovy:88)
   |            at org.grails.datastore.gorm.GormApiResolverSpec.resolver 
honors preferred datastore for default qualifier(GormApiResolverSpec.groovy:98)
   <org.grails.datastore.gorm.GormApiResolver@60337d73 
registry=org.grails.datastore.gorm.GormRegistry@324585e5 
stateRegistry=org.grails.datastore.gorm.GormEnhancerRegistry@4f1093bd 
preferredDatastoreSelector=org.grails.datastore.gorm.PreferredDatastoreSelector@34b3a7c9
 
qualifiedDatastoreSelector=org.grails.datastore.gorm.QualifiedDatastoreSelector@6999e04d
 
activeSessionDatastoreSelector=org.grails.datastore.gorm.ActiveSessionDatastoreSelector@776d3a36
 
defaultDatastoreSelector=org.grails.datastore.gorm.DefaultDatastoreSelector@3c2bc21d>
   
        at org.grails.datastore.gorm.GormApiResolverSpec.resolver honors 
preferred datastore for default qualifier(GormApiResolverSpec.groovy:98)
   Caused by: java.lang.IllegalStateException: No GORM implementation 
configured for class 
[org.grails.datastore.gorm.GormApiResolverSpec$TestEntity]. Ensure GORM has 
been initialized correctly
        at 
org.grails.datastore.gorm.GormApiResolver.stateException(GormApiResolver.groovy:155)
        at 
org.grails.datastore.gorm.GormApiResolver.findDatastore(GormApiResolver.groovy:88)
        ... 1 more
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 GormApiResolverSpec > resolver honors preferred datastore for default 
qualifier <!-- 
uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.GormApiResolverSpec]/[feature:$spock_feature_0_4]
 -->
   
   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