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

   ## 🚨 TestLens detected 2 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 / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/29612548608/job/87990314785?pr=15950)
 > :grails-rest-transforms:test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | JsonRendererSpec > Test render domain class with JsonRenderer | ❌ | 
0% 🟢 |
   | JsonRendererSpec > Test render domain class with JsonRenderer and 
including version and class | ❌ | 0% 🟢 |
   
   🏷️ Commit: 990a79d48f1961b014542a610fa4a8281dae578b
   ▶️ Tests:  576 executed
   🟡 Checks: 23/53 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>JsonRendererSpec > Test render domain class with 
JsonRenderer</strong> (:grails-rest-transforms:test in <a 
href="https://github.com/apache/grails-core/actions/runs/29612548608/job/87990314785?pr=15950";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   webRequest.response.contentAsString == '{"title":"Undertow"}'
   |          |        |               |
   |          |        {"title":null}  false
   |          |                        9 differences (55% similarity)
   |          |                        {"title":(--)n(ull----)}
   |          |                        {"title":("U)n(dertow")}
   |          <org.springframework.mock.web.MockHttpServletResponse@799c1c8 
outputStreamAccessAllowed=inaccessible writerAccessAllowed=inaccessible 
defaultCharacterEncoding=inaccessible characterEncoding=inaccessible 
characterEncodingSet=inaccessible content=inaccessible 
outputStream=inaccessible writer=inaccessible contentLength=inaccessible 
contentType=inaccessible bufferSize=inaccessible committed=inaccessible 
locale=inaccessible cookies=inaccessible headers=inaccessible 
status=inaccessible errorMessage=inaccessible forwardedUrl=inaccessible 
includedUrls=inaccessible>
   ServletWebRequest: uri=;client=127.0.0.1
   
        at org.grails.plugins.web.rest.render.json.JsonRendererSpec.Test render 
domain class with JsonRenderer(JsonRendererSpec.groovy:122)
   ```
   
   |expected|actual|
   |---|---|
   |{"title":<s>"Undertow"</s>}|{"title":<b>null</b>}|
   
   </details>
   <details>
   
   <summary><strong>JsonRendererSpec > Test render domain class with 
JsonRenderer and including version and class</strong> 
(:grails-rest-transforms:test in <a 
href="https://github.com/apache/grails-core/actions/runs/29612548608/job/87990314785?pr=15950";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition not satisfied:
   
   webRequest.response.contentAsString == 
'{"class":"org.grails.plugins.web.rest.render.json.Song","title":"Undertow"}'
   |          |        |               |
   |          |        |               false
   |          |        |               9 differences (88% similarity)
   |          |        |               
{"class":"org.grails.plugins.web.rest.render.json.Song","title":(--)n(ull----)}
   |          |        |               
{"class":"org.grails.plugins.web.rest.render.json.Song","title":("U)n(dertow")}
   |          |        
{"class":"org.grails.plugins.web.rest.render.json.Song","title":null}
   |          <org.springframework.mock.web.MockHttpServletResponse@32c6eb3c 
outputStreamAccessAllowed=inaccessible writerAccessAllowed=inaccessible 
defaultCharacterEncoding=inaccessible characterEncoding=inaccessible 
characterEncodingSet=inaccessible content=inaccessible 
outputStream=inaccessible writer=inaccessible contentLength=inaccessible 
contentType=inaccessible bufferSize=inaccessible committed=inaccessible 
locale=inaccessible cookies=inaccessible headers=inaccessible 
status=inaccessible errorMessage=inaccessible forwardedUrl=inaccessible 
includedUrls=inaccessible>
   ServletWebRequest: uri=;client=127.0.0.1
   
        at org.grails.plugins.web.rest.render.json.JsonRendererSpec.Test render 
domain class with JsonRenderer and including version and 
class(JsonRendererSpec.groovy:150)
   ```
   
   |expected|actual|
   |---|---|
   
|{"class":"org.grails.plugins.web.rest.render.json.Song","title":<s>"Undertow"</s>}|{"class":"org.grails.plugins.web.rest.render.json.Song","title":<b>null</b>}|
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 JsonRendererSpec > Test render domain class with JsonRenderer <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.web.rest.render.json.JsonRendererSpec]/[feature:$spock_feature_0_3]
 -->
   🔲 JsonRendererSpec > Test render domain class with JsonRenderer and 
including version and class <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.web.rest.render.json.JsonRendererSpec]/[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]

Reply via email to