testlens-app[bot] commented on PR #15583: URL: https://github.com/apache/grails-core/pull/15583#issuecomment-4273074277
## 🚨 TestLens detected 1 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 - Groovy Joint Validation Build / build\_grails](https://github.com/apache/grails-core/actions/runs/24598812386/job/71933946520?pr=15583) | :grails-test-examples-app1:integrationTest | AsyncPromiseSpec > parallel tasks complete and return all results | ❌ | 🏷️ Commit: 4175779df3ef2d48c9d218d96619c010b689677e ▶️ Tests: 36330 executed 🟡 Checks: 26/32 completed ### Test Failure <details> <summary><strong>AsyncPromiseSpec > parallel tasks complete and return all results</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/24598812386/job/71933946520?pr=15583">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` Condition failed with Exception: response.assertJson(200, [ status: 'completed', results: [ 'Task 1 result', 'Task 2 result', 'Task 3 result' ] ]) | | | 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.parallel tasks complete and return all results(AsyncPromiseSpec.groovy:77) <org.apache.grails.testing.http.client.TestHttpResponse@61395f2 delegate=(GET http://localhost:39517/asyncTest/parallelTasks) 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@138e6a2e> at functionaltests.async.AsyncPromiseSpec.parallel tasks complete and return all results(AsyncPromiseSpec.groovy:77) 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 > parallel tasks complete and return all results <!-- uniqueId=[engine:spock]/[spec:functionaltests.async.AsyncPromiseSpec]/[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]
