testlens-app[bot] commented on PR #15564:
URL: https://github.com/apache/grails-core/pull/15564#issuecomment-4262326409

   ## 🚨 TestLens detected 3 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 / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564)
 | :grails-test-suite-uber:test | GrailsExceptionResolverTests > 
testDisablingRequestParameterLogging\(\) | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564)
 | :grails-test-suite-uber:test | GrailsExceptionResolverTests > 
testLogRequest\(\) | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564)
 | :grails-test-suite-uber:test | GrailsExceptionResolverTests > 
testLogRequestWithException\(\) | ❌ |
   
   🏷️ Commit: cbf9f7077da4da09fa16e39e5a1222dbce7a1c75
   ▶️ Tests:  5602 executed
   🟡 Checks: 18/32 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>GrailsExceptionResolverTests > 
testDisablingRequestParameterLogging()</strong> (:grails-test-suite-uber:test 
in <a 
href="https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   org.opentest4j.AssertionFailedError: expected: <Exception occurred when 
processing request: [GET] /execute/me - parameters:foo: barone: twoStacktrace 
follows:> but was: <Exception occurred when processing request: [GET] 
/execute/me (ip: 127.0.0.1) - parameters:foo: barone: twoStacktrace follows:>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
        at 
org.grails.web.errors.GrailsExceptionResolverTests.testDisablingRequestParameterLogging(GrailsExceptionResolverTests.groovy:249)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   |expected|actual|
   |---|---|
   |Exception occurred when processing request: [GET] /execute/me - 
parameters:foo: barone: twoStacktrace follows:|Exception occurred when 
processing request: [GET] /execute/me <b>(ip: 127.0.0.1) </b>- parameters:foo: 
barone: twoStacktrace follows:|
   
   </details>
   <details>
   
   <summary><strong>GrailsExceptionResolverTests > testLogRequest()</strong> 
(:grails-test-suite-uber:test in <a 
href="https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   org.opentest4j.AssertionFailedError: expected: <Exception occurred when 
processing request: [GET] /execute/me - parameters:foo: barone: 
twojennysPhoneNumber: ***Stacktrace follows:> but was: <Exception occurred when 
processing request: [GET] /execute/me (ip: 127.0.0.1) - parameters:foo: barone: 
twojennysPhoneNumber: ***Stacktrace follows:>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
        at 
org.grails.web.errors.GrailsExceptionResolverTests.testLogRequest(GrailsExceptionResolverTests.groovy:226)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   |expected|actual|
   |---|---|
   |Exception occurred when processing request: [GET] /execute/me - 
parameters:foo: barone: twojennysPhoneNumber: ***Stacktrace follows:|Exception 
occurred when processing request: [GET] /execute/me <b>(ip: 127.0.0.1) </b>- 
parameters:foo: barone: twojennysPhoneNumber: ***Stacktrace follows:|
   
   </details>
   <details>
   
   <summary><strong>GrailsExceptionResolverTests > 
testLogRequestWithException()</strong> (:grails-test-suite-uber:test in <a 
href="https://github.com/apache/grails-core/actions/runs/24524901252/job/71692496554?pr=15564";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   org.opentest4j.AssertionFailedError: expected: <RuntimeException occurred 
when processing request: [GET] /execute/me - parameters:foo: barone: 
twojennysPhoneNumber: ***bad things happened. Stacktrace follows:> but was: 
<RuntimeException occurred when processing request: [GET] /execute/me (ip: 
127.0.0.1) - parameters:foo: barone: twojennysPhoneNumber: ***bad things 
happened. Stacktrace follows:>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
        at 
org.grails.web.errors.GrailsExceptionResolverTests.testLogRequestWithException(GrailsExceptionResolverTests.groovy:202)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   |expected|actual|
   |---|---|
   |RuntimeException occurred when processing request: [GET] /execute/me - 
parameters:foo: barone: twojennysPhoneNumber: ***bad things happened. 
Stacktrace follows:|RuntimeException occurred when processing request: [GET] 
/execute/me <b>(ip: 127.0.0.1) </b>- parameters:foo: barone: 
twojennysPhoneNumber: ***bad things happened. Stacktrace follows:|
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 GrailsExceptionResolverTests > testDisablingRequestParameterLogging\(\) 
<!-- 
uniqueId=[engine:junit-jupiter]/[class:org.grails.web.errors.GrailsExceptionResolverTests]/[method:testDisablingRequestParameterLogging()]
 -->
   🔲 GrailsExceptionResolverTests > testLogRequest\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.grails.web.errors.GrailsExceptionResolverTests]/[method:testLogRequest()]
 -->
   🔲 GrailsExceptionResolverTests > testLogRequestWithException\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.grails.web.errors.GrailsExceptionResolverTests]/[method:testLogRequestWithException()]
 -->
   
   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]

Reply via email to