testlens-app[bot] commented on PR #13863: URL: https://github.com/apache/grails-core/pull/13863#issuecomment-4920585907
## 🚨 TestLens detected 4 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 #### [CI / Functional Tests \(Java 21, indy\=false\)](https://github.com/apache/grails-core/actions/runs/28985870884/job/86014727773?pr=13863) > :grails-test-examples-enable-mvc-check:integrationTest | Test | Runs | Flakiness | |---|---|--:| | WebMvcDefaultsFunctionalSpec > a classpath:/public resource is not served at the context root | ❌ | 0% 🟢 | | WebMvcDefaultsFunctionalSpec > a form-encoded DELETE body is not parsed into request parameters | ❌ | 0% 🟢 | | WebMvcDefaultsFunctionalSpec > locale resolution follows the Accept-Language header and the lang request parameter is ignored | ❌ | 0% 🟢 | | WebMvcDefaultsFunctionalSpec > no static index.html welcome page is served for the unmapped root path | ❌ | 0% 🟢 | 🏷️ Commit: 574470e1a12acedc43548251a9d0d1f381ac3c19 ▶️ Tests: 22797 executed 🟡 Checks: 23/55 completed ### Test Failures <details> <summary><strong>WebMvcDefaultsFunctionalSpec > a classpath:/public resource is not served at the context root</strong> (:grails-test-examples-enable-mvc-check:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/28985870884/job/86014727773?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition failed with Exception: response.assertStatus(404) | | | 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 enablemvccheck.WebMvcDefaultsFunctionalSpec.a classpath:/public resource is not served at the context root(WebMvcDefaultsFunctionalSpec.groovy:109) <org.apache.grails.testing.http.client.TestHttpResponse@40e420fe delegate=inaccessible jsonSlurperConfig=inaccessible xmlSlurperConfig=inaccessible> at enablemvccheck.WebMvcDefaultsFunctionalSpec.a classpath:/public resource is not served at the context root(WebMvcDefaultsFunctionalSpec.groovy:109) 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> <details> <summary><strong>WebMvcDefaultsFunctionalSpec > a form-encoded DELETE body is not parsed into request parameters</strong> (:grails-test-examples-enable-mvc-check:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/28985870884/job/86014727773?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition not satisfied: json.title == null | | | | | false | The Stand [method:DELETE, title:The Stand, pages:1153] at enablemvccheck.WebMvcDefaultsFunctionalSpec.a form-encoded DELETE body is not parsed into request parameters(WebMvcDefaultsFunctionalSpec.groovy:69) ``` |expected|actual| |---|---| |<s>null</s>|<b>The Stand</b>| </details> <details> <summary><strong>WebMvcDefaultsFunctionalSpec > locale resolution follows the Accept-Language header and the lang request parameter is ignored</strong> (:grails-test-examples-enable-mvc-check:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/28985870884/job/86014727773?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition not satisfied: response.json().locale == 'fr_FR' | | | | | | de false | [locale:de] 5 differences (0% similarity) | (de---) | (fr_FR) <org.apache.grails.testing.http.client.TestHttpResponse@230ea983 delegate=inaccessible jsonSlurperConfig=inaccessible xmlSlurperConfig=inaccessible> at enablemvccheck.WebMvcDefaultsFunctionalSpec.locale resolution follows the Accept-Language header and the lang request parameter is ignored(WebMvcDefaultsFunctionalSpec.groovy:132) ``` |expected|actual| |---|---| |<s>fr_FR</s>|<b>de</b>| </details> <details> <summary><strong>WebMvcDefaultsFunctionalSpec > no static index.html welcome page is served for the unmapped root path</strong> (:grails-test-examples-enable-mvc-check:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/28985870884/job/86014727773?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition failed with Exception: response.assertStatus(404) | | | 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 enablemvccheck.WebMvcDefaultsFunctionalSpec.no static index.html welcome page is served for the unmapped root path(WebMvcDefaultsFunctionalSpec.groovy:117) <org.apache.grails.testing.http.client.TestHttpResponse@7d6e2366 delegate=inaccessible jsonSlurperConfig=inaccessible xmlSlurperConfig=inaccessible> at enablemvccheck.WebMvcDefaultsFunctionalSpec.no static index.html welcome page is served for the unmapped root path(WebMvcDefaultsFunctionalSpec.groovy:117) 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> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 WebMvcDefaultsFunctionalSpec > a classpath:/public resource is not served at the context root <!-- uniqueId=[engine:spock]/[spec:enablemvccheck.WebMvcDefaultsFunctionalSpec]/[feature:$spock_feature_0_3] --> 🔲 WebMvcDefaultsFunctionalSpec > a form-encoded DELETE body is not parsed into request parameters <!-- uniqueId=[engine:spock]/[spec:enablemvccheck.WebMvcDefaultsFunctionalSpec]/[feature:$spock_feature_0_0] --> 🔲 WebMvcDefaultsFunctionalSpec > locale resolution follows the Accept-Language header and the lang request parameter is ignored <!-- uniqueId=[engine:spock]/[spec:enablemvccheck.WebMvcDefaultsFunctionalSpec]/[feature:$spock_feature_0_5] --> 🔲 WebMvcDefaultsFunctionalSpec > no static index.html welcome page is served for the unmapped root path <!-- uniqueId=[engine:spock]/[spec:enablemvccheck.WebMvcDefaultsFunctionalSpec]/[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]
