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

   ## 🚨 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 / Functional Tests \(Java 25, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/26640033077/job/78510289976?pr=15678)
 | :grails-test-examples-app1:test | BookControllerSpec > Test that the delete 
action deletes an instance if it exists | ❌ |
   | [CI / Functional Tests \(Java 25, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/26640033077/job/78510289976?pr=15678)
 | :grails-test-examples-app1:test | BookControllerSpec > Test the save action 
correctly persists an instance | ❌ |
   
   🏷️ Commit: bd1f997093e1aec4d3dac279090456e690a0ece6
   ▶️ Tests:  17167 executed
   🟡 Checks: 20/67 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>BookControllerSpec > Test that the delete action deletes an 
instance if it exists</strong> (:grails-test-examples-app1:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26640033077/job/78510289976?pr=15678";>CI
 / Functional Tests (Java 25, indy=false)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   Book.count() == 1
   |    |       |
   |    0       false
   class functionaltests.Book
   
        at functionaltests.BookControllerSpec.Test that the delete action 
deletes an instance if it exists(BookControllerSpec.groovy:157)
   ```
   
   |expected|actual|
   |---|---|
   |<s>1</s>|<b>0</b>|
   
   </details>
   <details>
   
   <summary><strong>BookControllerSpec > Test the save action correctly 
persists an instance</strong> (:grails-test-examples-app1:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26640033077/job/78510289976?pr=15678";>CI
 / Functional Tests (Java 25, indy=false)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   Book.count() == 1
   |    |       |
   |    0       false
   class functionaltests.Book
   
        at functionaltests.BookControllerSpec.Test the save action correctly 
persists an instance(BookControllerSpec.groovy:74)
   ```
   
   |expected|actual|
   |---|---|
   |<s>1</s>|<b>0</b>|
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 BookControllerSpec > Test that the delete action deletes an instance if it 
exists <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.BookControllerSpec]/[feature:$spock_feature_0_6]
 -->
   🔲 BookControllerSpec > Test the save action correctly persists an instance 
<!-- 
uniqueId=[engine:spock]/[spec:functionaltests.BookControllerSpec]/[feature:$spock_feature_0_2]
 -->
   
   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