testlens-app[bot] commented on PR #16094: URL: https://github.com/apache/grails-core/pull/16094#issuecomment-5277236682
## 🚨 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 #### [CI / Functional Tests \(Java 25, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/31675907909/job/94370424248?pr=16094) > :grails-test-examples-gorm:integrationTest | Test | Runs | Flakiness | |---|---|--:| | FieldsValidationSpec > author email validation shows error for invalid format | ❌ | 0% 🟢 | 🏷️ Commit: 2eb6d04f46754318a7cde52b91c1055068edd7e7 ▶️ Tests: 13303 executed 🟡 Checks: 24/72 completed ### Test Failures <details> <summary><strong>FieldsValidationSpec > author email validation shows error for invalid format</strong> (:grails-test-examples-gorm:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/31675907909/job/94370424248?pr=16094">CI / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary> ``` geb.waiting.WaitTimeoutException: condition did not pass in 30 seconds (failed with exception) at geb.waiting.Wait.waitFor(Wait.groovy:128) at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:31) at geb.Page.verifyThisPageAtOnly(Page.groovy:424) at geb.Page.getAtVerificationResult(Page.groovy:217) at geb.Page.verifyAt(Page.groovy:188) at geb.Browser.doAt(Browser.groovy:1208) at geb.Browser.at(Browser.groovy:410) at geb.Browser.to(Browser.groovy:566) at geb.Browser.to(Browser.groovy:543) at geb.Browser.to(Browser.groovy:532) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:160) at grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.to(BrowserDelegate.groovy:159) at gorm.FieldsValidationSpec.author email validation shows error for invalid format(FieldsValidationSpec.groovy:80) Caused by: Assertion failed: title?.contains('Author') || $('h1').text()?.contains('Author') | | | | | | | false | | 'Error' false 'Error' | [[[RemoteWebDriver: chrome on linux (80e0b7dd1ef2150f070505d9b3b080af)] -> css selector: h1]] false at gorm.pages.AuthorCreatePage._clinit__closure1(AuthorPages.groovy:40) at gorm.pages.AuthorCreatePage._clinit__closure1(AuthorPages.groovy) at geb.waiting.Wait.waitFor(Wait.groovy:117) ... 12 more ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 FieldsValidationSpec > author email validation shows error for invalid format <!-- uniqueId=[engine:spock]/[spec:gorm.FieldsValidationSpec]/[feature:$spock_feature_1_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]
