testlens-app[bot] commented on PR #16078: URL: https://github.com/apache/grails-core/pull/16078#issuecomment-5155219863
## 🚨 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 - Groovy Joint Validation Build / build\_grails](https://github.com/apache/grails-core/actions/runs/30731284784/job/91452338483?pr=16078) > :grails-data-hibernate5-dbmigration:testCli | Test | Runs | Flakiness | |---|---|--:| | GroovyChangeLogSpec > outputs a warning message by calling the warn method | ❌ | 0% 🟢 | | GroovyChangeLogSpec > updates a database with Groovy Change | ❌ | 0% 🟢 | 🏷️ Commit: a2406ab75e85b59dfa0169667a2fb6ac20890381 ▶️ Tests: 13432 executed 🟡 Checks: 24/56 completed ### Test Failures <details> <summary><strong>GroovyChangeLogSpec > outputs a warning message by calling the warn method</strong> (:grails-data-hibernate5-dbmigration:testCli in <a href="https://github.com/apache/grails-core/actions/runs/30731284784/job/91452338483?pr=16078">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` Condition not satisfied: output.toString().contains('warn message') | | | | | false | 04:14:19.471 [Test worker] INFO org.hibernate.dialect.Dialect -- HHH000400: Using dialect: org.hibernate.dialect.H2Dialect | Running Changeset: changelog.groovy::2::John Smith | | UPDATE SUMMARY | Run: 1 | Previously run: 0 | Filtered out: 0 | ------------------------------- | Total change sets: 1 | | Liquibase: Update has been successful. Rows affected: 1 04:14:19.471 [Test worker] INFO org.hibernate.dialect.Dialect -- HHH000400: Using dialect: org.hibernate.dialect.H2Dialect Running Changeset: changelog.groovy::2::John Smith UPDATE SUMMARY Run: 1 Previously run: 0 Filtered out: 0 ------------------------------- Total change sets: 1 Liquibase: Update has been successful. Rows affected: 1 at org.grails.plugins.databasemigration.liquibase.GroovyChangeLogSpec.outputs a warning message by calling the warn method(GroovyChangeLogSpec.groovy:87) ``` </details> <details> <summary><strong>GroovyChangeLogSpec > updates a database with Groovy Change</strong> (:grails-data-hibernate5-dbmigration:testCli in <a href="https://github.com/apache/grails-core/actions/runs/30731284784/job/91452338483?pr=16078">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` Condition not satisfied: output.toString().contains('confirmation message') | | | | | false | 04:14:18.147 [Test worker] INFO org.hibernate.dialect.Dialect -- HHH000400: Using dialect: org.hibernate.dialect.H2Dialect | Running Changeset: changelog.groovy::1::John Smith | | UPDATE SUMMARY | Run: 1 | Previously run: 0 | Filtered out: 0 | ------------------------------- | Total change sets: 1 | | Liquibase: Update has been successful. Rows affected: 1 04:14:18.147 [Test worker] INFO org.hibernate.dialect.Dialect -- HHH000400: Using dialect: org.hibernate.dialect.H2Dialect Running Changeset: changelog.groovy::1::John Smith UPDATE SUMMARY Run: 1 Previously run: 0 Filtered out: 0 ------------------------------- Total change sets: 1 Liquibase: Update has been successful. Rows affected: 1 at org.grails.plugins.databasemigration.liquibase.GroovyChangeLogSpec.updates a database with Groovy Change(GroovyChangeLogSpec.groovy:61) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GroovyChangeLogSpec > outputs a warning message by calling the warn method <!-- uniqueId=[engine:spock]/[spec:org.grails.plugins.databasemigration.liquibase.GroovyChangeLogSpec]/[feature:$spock_feature_2_1] --> 🔲 GroovyChangeLogSpec > updates a database with Groovy Change <!-- uniqueId=[engine:spock]/[spec:org.grails.plugins.databasemigration.liquibase.GroovyChangeLogSpec]/[feature:$spock_feature_2_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]
