testlens-app[bot] commented on PR #15522: URL: https://github.com/apache/grails-core/pull/15522#issuecomment-4104001975
## 🚨 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 / Functional Tests \(Java 17, indy\=true\)](https://github.com/apache/grails-core/actions/runs/23386355015/job/68033925714?pr=15522) | :grails-test-examples-app1:integrationTest | AsyncPromiseSpec > async service processes string input | ❌ | 🏷️ Commit: e928a30b9259333eff17a59cdbae3958981faf6b ▶️ Tests: 11823 executed 🟡 Checks: 11/32 completed ### Test Failure <details> <summary><strong>AsyncPromiseSpec > async service processes string input</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/23386355015/job/68033925714?pr=15522">CI / Functional Tests (Java 17, indy=true)</a>)</summary> ``` Condition failed with Exception: response.assertJson(200, [ input: input, result: "Processed: ${input.toUpperCase()}" ]) | | | | | | | test test TEST | 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 service processes string input(AsyncPromiseSpec.groovy:141) <org.apache.grails.testing.http.client.TestHttpResponse@1b1e07ca delegate=(GET http://localhost:37535/asyncTest/useAsyncService?input=test) 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@67560fb1> at functionaltests.async.AsyncPromiseSpec.async service processes string input(AsyncPromiseSpec.groovy:141) 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 service processes string input <!-- uniqueId=[engine:spock]/[spec:functionaltests.async.AsyncPromiseSpec]/[feature:$spock_feature_0_6] --> 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]
