testlens-app[bot] commented on PR #16282: URL: https://github.com/apache/grails-core/pull/16282#issuecomment-5609932640
## 🚨 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 #### [Groovy Snapshot Canary Build / Build Grails \(shard 1\)](https://github.com/apache/grails-core/actions/runs/34394172168/job/102658755200?pr=16282) > :grails-data-mongodb-core:test | Test | Runs | Flakiness | |---|---|--:| | BasicCollectionsSpec > Test that a map of BigDecimal works. | ❌ | 0% 🟢 | | BasicCollectionsSpec > Test that a map of Currency works. | ❌ | 0% 🟢 | 🏷️ Commit: d164af8fb8fcca74f19772eb3740b198c8cce4e2 ▶️ Tests: 56850 executed 🟡 Checks: 78/84 completed ### Test Failures <details><summary><strong>BasicCollectionsSpec > Test that a map of BigDecimal works.</strong> (:grails-data-mongodb-core:test in <a href="https://github.com/apache/grails-core/actions/runs/34394172168/job/102658755200?pr=16282">Groovy Snapshot Canary Build / Build Grails (shard 1)</a>)</summary> ``` Condition not satisfied: p.payRates == [ (Locale.UK.toString()): val ] | | | | | | | | | | | | | | en_GB 1.0 | | | | | en_GB | | | | class java.util.Locale | | | [en_GB:1.0] (java.util.LinkedHashMap) | | false | [en_GB:1.0] (org.grails.datastore.mapping.dirty.checking.DirtyCheckingMap) org.grails.datastore.gorm.mongo.Linguist : 6aa1e5bf787ef389fa8d1841 at org.grails.datastore.gorm.mongo.BasicCollectionsSpec.Test that a map of BigDecimal works.(BasicCollectionsSpec.groovy:83) ``` |expected|actual| |---|---| |en\_GB: 1.0|en\_GB: 1.0| </details> <details><summary><strong>BasicCollectionsSpec > Test that a map of Currency works.</strong> (:grails-data-mongodb-core:test in <a href="https://github.com/apache/grails-core/actions/runs/34394172168/job/102658755200?pr=16282">Groovy Snapshot Canary Build / Build Grails (shard 1)</a>)</summary> ``` Condition not satisfied: p.currencies == [ (Locale.UK.toString()): Currency.getInstance("GBP"), (Locale.US.toString()): Currency.getInstance("USD") ] | | | | | | | | | | | | | | | | | | | | en_GB | GBP | | en_US | USD | | | | | en_GB class java.util.Currency | en_US class java.util.Currency | | | | class java.util.Locale class java.util.Locale | | | [en_GB:GBP, en_US:USD] (java.util.LinkedHashMap) | | false | [en_GB:GBP, en_US:USD] (org.grails.datastore.mapping.dirty.checking.DirtyCheckingMap) org.grails.datastore.gorm.mongo.Linguist : 6aa1e5bd787ef389fa8d183f at org.grails.datastore.gorm.mongo.BasicCollectionsSpec.Test that a map of Currency works.(BasicCollectionsSpec.groovy:59) ``` |expected|actual| |---|---| |en\_GB: GBP|en\_GB: GBP| |en\_US: USD|en\_US: USD| </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 BasicCollectionsSpec > Test that a map of BigDecimal works. <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.mongo.BasicCollectionsSpec]/[feature:$spock_feature_1_2] --> 🔲 BasicCollectionsSpec > Test that a map of Currency works. <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.mongo.BasicCollectionsSpec]/[feature:$spock_feature_1_1] --> 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]
