testlens-app[bot] commented on PR #15568: URL: https://github.com/apache/grails-core/pull/15568#issuecomment-4681387253
## 🚨 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 - Groovy Joint Validation Build / build\_grails](https://github.com/apache/grails-core/actions/runs/27351173176/job/80813904062?pr=15568) | :grails-data-hibernate7-dbmigration:test | GormDatabaseSpec > test GormDatabase connection and snapshot | ❌ | | [CI - Groovy Joint Validation Build / build\_grails](https://github.com/apache/grails-core/actions/runs/27351173176/job/80813904062?pr=15568) | :grails-data-hibernate7-dbmigration:test | GormDatabaseSpec > test GormDatabase initialization and properties | ❌ | 🏷️ Commit: 95e74005688b7cd49dfe1c53bdc011075c6587df ▶️ Tests: 6864 executed 🟡 Checks: 13/38 completed ### Test Failures <details> <summary><strong>GormDatabaseSpec > test GormDatabase connection and snapshot</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/27351173176/job/80813904062?pr=15568">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.spockframework.runtime.InvalidSpecException: The final method 'getMetadata' of 'datastore' can't be mocked by the 'byte-buddy' mock maker. Please use another mock maker supporting final methods. at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validateNonFinalMethod(ByteBuddyMockInteractionValidator.java:102) at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validate(ByteBuddyMockInteractionValidator.java:82) at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validateMockInteraction(ByteBuddyMockInteractionValidator.java:74) at org.spockframework.mock.constraint.TargetConstraint.validateMockInteraction(TargetConstraint.java:74) at org.spockframework.mock.constraint.TargetConstraint.setInteraction(TargetConstraint.java:57) at org.spockframework.mock.runtime.MockInteraction.<init>(MockInteraction.java:61) at org.spockframework.mock.runtime.InteractionBuilder.build(InteractionBuilder.java:187) at org.grails.plugins.databasemigration.liquibase.GormDatabaseSpec.test GormDatabase connection and snapshot(GormDatabaseSpec.groovy:73) ``` </details> <details> <summary><strong>GormDatabaseSpec > test GormDatabase initialization and properties</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/27351173176/job/80813904062?pr=15568">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.spockframework.runtime.InvalidSpecException: The final method 'getMetadata' of 'datastore' can't be mocked by the 'byte-buddy' mock maker. Please use another mock maker supporting final methods. at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validateNonFinalMethod(ByteBuddyMockInteractionValidator.java:102) at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validate(ByteBuddyMockInteractionValidator.java:82) at org.spockframework.mock.runtime.ByteBuddyMockInteractionValidator.validateMockInteraction(ByteBuddyMockInteractionValidator.java:74) at org.spockframework.mock.constraint.TargetConstraint.validateMockInteraction(TargetConstraint.java:74) at org.spockframework.mock.constraint.TargetConstraint.setInteraction(TargetConstraint.java:57) at org.spockframework.mock.runtime.MockInteraction.<init>(MockInteraction.java:61) at org.spockframework.mock.runtime.InteractionBuilder.build(InteractionBuilder.java:187) at org.grails.plugins.databasemigration.liquibase.GormDatabaseSpec.test GormDatabase initialization and properties_closure1(GormDatabaseSpec.groovy:51) at org.grails.plugins.databasemigration.liquibase.GormDatabaseSpec.test GormDatabase initialization and properties(GormDatabaseSpec.groovy:50) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GormDatabaseSpec > test GormDatabase connection and snapshot <!-- uniqueId=[engine:spock]/[spec:org.grails.plugins.databasemigration.liquibase.GormDatabaseSpec]/[feature:$spock_feature_0_1] --> 🔲 GormDatabaseSpec > test GormDatabase initialization and properties <!-- uniqueId=[engine:spock]/[spec:org.grails.plugins.databasemigration.liquibase.GormDatabaseSpec]/[feature:$spock_feature_0_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]
