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

   ## 🚨 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 / Functional Tests \(Java 21, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/30756112373/job/91518476454?pr=16082)
 > :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% 🟢 |
   
   🏷️ Commit: f77f0cadefc07edf02d996c6525a86c7c9c0cd36
   ▶️ Tests:  37130 executed
   🟡 Checks: 35/55 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/30756112373/job/91518476454?pr=16082";>CI
 / Functional Tests (Java 21, indy=false)</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/30756112373/job/91518476454?pr=16082";>CI
 / Functional Tests (Java 21, indy=false)</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>
   
   ### Muted Tests
   > [!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]
 -->
   
   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