testlens-app[bot] commented on PR #15977: URL: https://github.com/apache/grails-core/pull/15977#issuecomment-5371938146
## 🚨 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\=true, shard 1\)](https://github.com/apache/grails-core/actions/runs/32496850206/job/96817183878?pr=15977) > :grails-test-examples-app1:integrationTest | Test | Runs | Flakiness | |---|---|--:| | AsyncPromiseSpec > async task with timeout completes within time limit > async task with timeout completes within time limit [delay: 100, timeout: 500, elapsedMin: 100, status: completed, result: Completed in time, <span>#</span>0] | ❌ | [1% 🟡](https://github.com/apache/grails-core/issues/16030) | 🏷️ Commit: 1cfeaf18698ac922a7c5ec29d6c4a92449cee5bf ▶️ Tests: 11915 executed 🟡 Checks: 31/81 completed ### Test Failures <details> <summary><strong>AsyncPromiseSpec > async task with timeout completes within time limit > async task with timeout completes within time limit [delay: 100, timeout: 500, elapsedMin: 100, status: completed, result: Completed in time, <span>#</span>0]</strong> (:grails-test-examples-app1:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/32496850206/job/96817183878?pr=15977">CI / Functional Tests (Java 21, indy=true, 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.async task with timeout completes within time limit(AsyncPromiseSpec.groovy:119) <org.apache.grails.testing.http.client.TestHttpResponse@1a37a327 delegate=inaccessible jsonSlurperConfig=inaccessible xmlSlurperConfig=inaccessible> at functionaltests.async.AsyncPromiseSpec.async task with timeout completes within time limit(AsyncPromiseSpec.groovy:119) 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 > async task with timeout completes within time limit <!-- uniqueId=[engine:spock]/[spec:functionaltests.async.AsyncPromiseSpec]/[feature:$spock_feature_0_5] --> 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]
