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

   ## 🚨 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
   
   | Check | Project/Task | Test | Runs |
   |---|---|---|---|
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683)
 | :grails-datamapping-core-test:test | EnumSpec > Test countBy\(\) | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683)
 | :grails-datamapping-core-test:test | EnumSpec > Test findAllBy\(\) | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683)
 | :grails-datamapping-core-test:test | EnumSpec > Test findBy\(\) | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683)
 | :grails-datamapping-core-test:test | EnumSpec > Test findBy\(\) with 
clearing the session | ❌ |
   
   🏷️ Commit: b4f3d9c1fb3690aac9c8cec3bd828cd5560c637b
   ▶️ Tests:  29809 executed
   🟡 Checks: 27/31 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>EnumSpec > Test countBy()</strong> 
(:grails-datamapping-core-test:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition not satisfied:
   
   2 == v1Count
     |  |
     |  3
     false
   
        at org.apache.grails.data.testing.tck.tests.EnumSpec.Test 
countBy()(EnumSpec.groovy:188)
   ```
   
   |expected|actual|
   |---|---|
   |<s>3</s>|<b>2</b>|
   
   </details>
   <details>
   
   <summary><strong>EnumSpec > Test findAllBy()</strong> 
(:grails-datamapping-core-test:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition not satisfied:
   
   v1Instances.size() == 2
   |           |      |
   |           3      false
   [org.apache.grails.data.testing.tck.domains.EnumThing : 1, 
org.apache.grails.data.testing.tck.domains.EnumThing : 2, 
org.apache.grails.data.testing.tck.domains.EnumThing : 3]
   
        at org.apache.grails.data.testing.tck.tests.EnumSpec.Test 
findAllBy()(EnumSpec.groovy:157)
   ```
   
   |expected|actual|
   |---|---|
   |<s>2</s>|<b>3</b>|
   
   </details>
   <details>
   
   <summary><strong>EnumSpec > Test findBy()</strong> 
(:grails-datamapping-core-test:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition not satisfied:
   
   instance2.en == TestEnum.V2
   |         |  |  |
   |         V1 |  class org.apache.grails.data.testing.tck.domains.TestEnum
   |            false
   org.apache.grails.data.testing.tck.domains.EnumThing : 1
   
        at org.apache.grails.data.testing.tck.tests.EnumSpec.Test 
findBy()(EnumSpec.groovy:105)
   ```
   
   |expected|actual|
   |---|---|
   |MAX_VALUE: V3|MAX_VALUE: V3|
   |MIN_VALUE: V1|MIN_VALUE: V1|
   |V1: V1|V1: V1|
   |V2: V2|V2: V2|
   |V3: V3|V3: V3|
   |hash: 0|hash: 0|
   |name: <s>V2</s>|name: <b>V1</b>|
   |ordinal: <s>1</s>|ordinal: <b>0</b>|
   
   </details>
   <details>
   
   <summary><strong>EnumSpec > Test findBy() with clearing the session</strong> 
(:grails-datamapping-core-test:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26749281810/job/78834536714?pr=15683";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition not satisfied:
   
   instance1.en == TestEnum.V1
   |         |  |  |
   |         |  |  class org.apache.grails.data.testing.tck.domains.TestEnum
   |         |  false
   |         null
   org.apache.grails.data.testing.tck.domains.EnumThing : 1
   
        at org.apache.grails.data.testing.tck.tests.EnumSpec.Test findBy() with 
clearing the session(EnumSpec.groovy:129)
   ```
   
   |expected|actual|
   |---|---|
   |<s>MAX_VALUE: V3</s>|<b>null</b>|
   |<s>MIN_VALUE: V1</s>||
   |<s>V1: V1</s>||
   |<s>V2: V2</s>||
   |<s>V3: V3</s>||
   |<s>hash: 0</s>||
   |<s>name: V1</s>||
   |<s>ordinal: 0</s>||
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 EnumSpec > Test countBy\(\) <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.data.testing.tck.tests.EnumSpec]/[feature:$spock_feature_1_5]
 -->
   🔲 EnumSpec > Test findAllBy\(\) <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.data.testing.tck.tests.EnumSpec]/[feature:$spock_feature_1_4]
 -->
   🔲 EnumSpec > Test findBy\(\) <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.data.testing.tck.tests.EnumSpec]/[feature:$spock_feature_1_2]
 -->
   🔲 EnumSpec > Test findBy\(\) with clearing the session <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.data.testing.tck.tests.EnumSpec]/[feature:$spock_feature_1_3]
 -->
   
   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