testlens-app[bot] commented on PR #16209: URL: https://github.com/apache/grails-core/pull/16209#issuecomment-5390534330
## 🚨 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 / Functional Tests \(Java 21, indy\=false, shard 1\)](https://github.com/apache/grails-core/actions/runs/32687098607/job/97314123411?pr=16209) > :grails-test-examples-app1:integrationTest | Test | Runs | Flakiness | |---|---|--:| | AsyncPromiseSpec > stages execute in correct order | ❌ | 0% 🟢 | 🏷️ Commit: 1829d42ffa62459f7d164afe7e60d9e141468084 ▶️ Tests: 17317 executed 🟡 Checks: 33/83 completed ### Test Failures <details> <summary><strong>AsyncPromiseSpec > stages execute in correct order</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/32687098607/job/97314123411?pr=16209">CI / Functional Tests (Java 21, indy=false, shard 1)</a>)</summary> ``` Condition failed with Exception: response.assertStatus(200) | | | 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.assertStatus(TestHttpResponse.groovy:174) | at functionaltests.async.AsyncPromiseSpec.stages execute in correct order(AsyncPromiseSpec.groovy:253) <org.apache.grails.testing.http.client.TestHttpResponse@4c8594af delegate=inaccessible jsonSlurperConfig=inaccessible xmlSlurperConfig=inaccessible> at functionaltests.async.AsyncPromiseSpec.stages execute in correct order(AsyncPromiseSpec.groovy:253) 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.assertStatus(TestHttpResponse.groovy:174) ... 1 more ``` </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 AsyncPromiseSpec > stages execute in correct order <!-- uniqueId=[engine:spock]/[spec:functionaltests.async.AsyncPromiseSpec]/[feature:$spock_feature_0_13] --> 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/docs](https://testlens.app/docs/features/pr-comment/)._ -- 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]
