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

   ## 🚨 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\=true\)](https://github.com/apache/grails-core/actions/runs/28385910084/job/84100364244?pr=15780)
 > :grails-test-examples-demo33:test
   
   | Test | Runs |
   |---|---|
   | CarSpec > test basic persistence mocking | ❌ |
   
   #### [CI / Functional Tests \(Java 25, 
indy\=false\)](https://github.com/apache/grails-core/actions/runs/28385910084/job/84100364248?pr=15780)
 > :grails-test-examples-demo33:test
   
   | Test | Runs |
   |---|---|
   | CarSpec > test basic persistence mocking | ❌ |
   
   🏷️ Commit: 2726a4ddfc4970b29367a806a8ae77845cf536e7
   ▶️ Tests:  16042 executed
   🟡 Checks: 10/33 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>CarSpec > test basic persistence mocking</strong> 
(:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28385910084/job/84100364244?pr=15780";>CI
 / Functional Tests (Java 21, indy=true)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   Car.count() == 1
   |   |       |
   |   0       false
   class demo.Car
   
        at demo.CarSpec.test basic persistence mocking(CarSpec.groovy:39)
   ```
   
   |expected|actual|
   |---|---|
   |<s>1</s>|<b>0</b>|
   
   </details>
   <details>
   
   <summary><strong>CarSpec > test basic persistence mocking</strong> 
(:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/28385910084/job/84100364248?pr=15780";>CI
 / Functional Tests (Java 25, indy=false)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   Car.count() == 1
   |   |       |
   |   0       false
   class demo.Car
   
        at demo.CarSpec.test basic persistence mocking(CarSpec.groovy:39)
   ```
   
   |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:
   
   🔲 CarSpec > test basic persistence mocking <!-- 
uniqueId=[engine:spock]/[spec:demo.CarSpec]/[feature:$spock_feature_0_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