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

   ## 🚨 TestLens detected 3 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 / Functional Tests \(Java 21, indy\=true, shard 
1\)](https://github.com/apache/grails-core/actions/runs/34157819606/job/101853189958?pr=16322)
 > :grails-test-examples-app1:integrationTest
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | BarFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ 
| 0% 🟢 |
   | FooFunctionalSpec > Test that a scaffolded view is resolved correctly | ❌ 
| 0% 🟢 |
   
   #### [CI / Functional Tests \(Java 21, indy\=true, shard 
1\)](https://github.com/apache/grails-core/actions/runs/34157819606/job/101853189958?pr=16322)
 > :grails-test-examples-gorm:integrationTest
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | ScaffoldingFunctionalSpec > author list page displays | ❌ | 0% 🟢 |
   
   🏷️ Commit: 8fa9782a70f547e6d9762a11a3e573f39e3cfdf3
   ▶️ Tests:  17575 executed
   🟡 Checks: 27/79 completed
   
   ### Test Failures
   
   <details><summary><strong>BarFunctionalSpec > Test that a scaffolded view is 
resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/34157819606/job/101853189958?pr=16322";>CI
 / Functional Tests (Java 21, indy=true, shard 1)</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   to(BarListPage)
   |  |
   |  class functionaltests.pages.BarListPage
   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 functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded 
view is resolved correctly(BarFunctionalSpec.groovy:30)
   Caused by: Assertion failed: 
    
   title == pageTitle
   |     |  |
   |     |  'Bar List'
   |     false
   'Error'
    
        at 
functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28)
        at geb.waiting.Wait.waitFor(Wait.groovy:117)
        ... 12 more
   
        at functionaltests.scaffolding.BarFunctionalSpec.Test that a scaffolded 
view is resolved correctly(BarFunctionalSpec.groovy:30)
   Caused by: 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)
        ... 1 more
   Caused by: Assertion failed: 
   
   title == pageTitle
   |     |  |
   |     |  'Bar List'
   |     false
   'Error'
   
        at 
functionaltests.pages.BarListPage._clinit__closure1(BarListPage.groovy:28)
        at geb.waiting.Wait.waitFor(Wait.groovy:117)
        ... 12 more
   ```
   
   </details>
   <details><summary><strong>FooFunctionalSpec > Test that a scaffolded view is 
resolved correctly</strong> (:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/34157819606/job/101853189958?pr=16322";>CI
 / Functional Tests (Java 21, indy=true, shard 1)</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   to(FooListPage)
   |  |
   |  class functionaltests.pages.FooListPage
   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 functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded 
view is resolved correctly(FooFunctionalSpec.groovy:30)
   Caused by: Assertion failed: 
    
   title == pageTitle
   |     |  |
   |     |  'Foo List'
   |     false
   'Error'
    
        at 
functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28)
        at geb.waiting.Wait.waitFor(Wait.groovy:117)
        ... 12 more
   
        at functionaltests.scaffolding.FooFunctionalSpec.Test that a scaffolded 
view is resolved correctly(FooFunctionalSpec.groovy:30)
   Caused by: 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)
        ... 1 more
   Caused by: Assertion failed: 
   
   title == pageTitle
   |     |  |
   |     |  'Foo List'
   |     false
   'Error'
   
        at 
functionaltests.pages.FooListPage._clinit__closure1(FooListPage.groovy:28)
        at geb.waiting.Wait.waitFor(Wait.groovy:117)
        ... 12 more
   ```
   
   </details>
   <details><summary><strong>ScaffoldingFunctionalSpec > author list page 
displays</strong> (:grails-test-examples-gorm:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/34157819606/job/101853189958?pr=16322";>CI
 / Functional Tests (Java 21, indy=true, 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.ScaffoldingFunctionalSpec.author list page 
displays(ScaffoldingFunctionalSpec.groovy:48)
   Caused by: Assertion failed: 
   
   title?.contains('Author') || $('h1').text()?.contains('Author')
   |      |                  |  |       |       |
   |      false              |  |       'Error' false
   'Error'                   |  [[[RemoteWebDriver: chrome on linux 
(109b7d0c106a33d56a77013de2479563)] -> css selector: h1]]
                             false
   
        at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy:29)
        at gorm.pages.AuthorListPage._clinit__closure1(AuthorPages.groovy)
        at geb.waiting.Wait.waitFor(Wait.groovy:117)
        ... 12 more
   ```
   
   </details>
   
   ### Rerun Controls
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 BarFunctionalSpec > Test that a scaffolded view is resolved correctly <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.scaffolding.BarFunctionalSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 FooFunctionalSpec > Test that a scaffolded view is resolved correctly <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.scaffolding.FooFunctionalSpec]/[feature:$spock_feature_1_0]
 -->
   🔲 ScaffoldingFunctionalSpec > author list page displays <!-- 
uniqueId=[engine:spock]/[spec:gorm.ScaffoldingFunctionalSpec]/[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/docs](https://testlens.app/docs/features/pr-comment/)._
   


-- 
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