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

   ## 🚨 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 - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/28291670584/job/83824810233?pr=15771)
 > :grails-test-examples-hibernate7-app1:integrationTest
   
   | Test | Runs |
   |---|---|
   | AsyncPromiseSpec > async task handles success without error | ❌ |
   
   🏷️ Commit: 0bfd35df3ef687a04f31530e4307e403a102cbc1
   ▶️ Tests:  45315 executed
   🟡 Checks: 37/39 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>AsyncPromiseSpec > async task handles success without 
error</strong> (:grails-test-examples-hibernate7-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/28291670584/job/83824810233?pr=15771";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   response.assertJson(200, [ status: 'success', result: 'Success' ])
   |        |
   |        org.opentest4j.AssertionFailedError: HTTP Status differs
   |            at 
org.apache.grails.testing.http.client.TestHttpResponse.verify(TestHttpResponse.groovy:980)
   |            at 
org.apache.grails.testing.http.client.TestHttpResponse.verifyStatus(TestHttpResponse.groovy:840)
   |            at 
org.apache.grails.testing.http.client.TestHttpResponse.assertJson(TestHttpResponse.groovy:428)
   |            at 
org.apache.grails.testing.http.client.TestHttpResponse.assertJson(TestHttpResponse.groovy:404)
   |            at functionaltests.async.AsyncPromiseSpec.async task handles 
success without error(AsyncPromiseSpec.groovy:107)
   <org.apache.grails.testing.http.client.TestHttpResponse@4198abba 
delegate=(GET http://localhost:41333/asyncTest/taskWithError?fail=false) 500 
jsonSlurperConfig=org.apache.grails.testing.http.client.utils.JsonUtils$SlurperConfig(null,
 null, null, null, null) 
xmlSlurperConfig=org.apache.grails.testing.http.client.utils.XmlUtils$SlurperConfig@7473419d>
   
        at functionaltests.async.AsyncPromiseSpec.async task handles success 
without error(AsyncPromiseSpec.groovy:107)
   Caused by: org.opentest4j.AssertionFailedError: HTTP Status differs
        at 
org.apache.grails.testing.http.client.TestHttpResponse.verify(TestHttpResponse.groovy:980)
        at 
org.apache.grails.testing.http.client.TestHttpResponse.verifyStatus(TestHttpResponse.groovy:840)
        at 
org.apache.grails.testing.http.client.TestHttpResponse.assertJson(TestHttpResponse.groovy:428)
        at 
org.apache.grails.testing.http.client.TestHttpResponse.assertJson(TestHttpResponse.groovy:404)
        ... 1 more
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 AsyncPromiseSpec > async task handles success without error <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.async.AsyncPromiseSpec]/[feature:$spock_feature_0_4]
 -->
   
   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