testlens-app[bot] commented on PR #15961: URL: https://github.com/apache/grails-core/pull/15961#issuecomment-5544007964
## 🚨 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 \(Ubuntu JDK 25\)](https://github.com/apache/grails-core/actions/runs/33898002244/job/101105136991?pr=15961) > :grails-cache:test | Test | Runs | Flakiness | |---|---|--:| | GrailsConcurrentLinkedMapCacheTests > returns hottest keys from cache eviction policy | ❌ | 0% 🟢 | #### [CI / Build Grails-Core \(macOS JDK 21\)](https://github.com/apache/grails-core/actions/runs/33898002244/job/101105136843?pr=15961) > :grails-cache:test | Test | Runs | Flakiness | |---|---|--:| | GrailsConcurrentLinkedMapCacheTests > returns hottest keys from cache eviction policy | ❌ | 0% 🟢 | 🏷️ Commit: 01ac5ad967b28c60a9cba9bfbe63be67a4dfc02b ▶️ Tests: 5178 executed 🟡 Checks: 17/82 completed ### Test Failures <details><summary><strong>GrailsConcurrentLinkedMapCacheTests > returns hottest keys from cache eviction policy</strong> (:grails-cache:test in <a href="https://github.com/apache/grails-core/actions/runs/33898002244/job/101105136991?pr=15961">CI / Build Grails-Core (Ubuntu JDK 25)</a>)</summary> ``` Condition not satisfied: cache.hottestKeys.contains(2) | | | | | false | [12, 11, 10, 9, 8, 7, 6, 5, 4, 18] <grails.plugin.cache.GrailsConcurrentLinkedMapCache@315f5ffb name=inaccessible capacity=inaccessible caffeineStore=inaccessible store=inaccessible allowNullValues=inaccessible> at grails.plugin.cache.GrailsConcurrentLinkedMapCacheTests.returns hottest keys from cache eviction policy(GrailsConcurrentLinkedMapCacheTests.groovy:136) ``` </details> <details><summary><strong>GrailsConcurrentLinkedMapCacheTests > returns hottest keys from cache eviction policy</strong> (:grails-cache:test in <a href="https://github.com/apache/grails-core/actions/runs/33898002244/job/101105136843?pr=15961">CI / Build Grails-Core (macOS JDK 21)</a>)</summary> ``` Condition not satisfied: cache.hottestKeys.contains(2) | | | | | false | [12, 11, 10, 9, 8, 7, 6, 5, 4, 18] <grails.plugin.cache.GrailsConcurrentLinkedMapCache@6cf7ef26 name=inaccessible capacity=inaccessible caffeineStore=inaccessible store=inaccessible allowNullValues=inaccessible> at grails.plugin.cache.GrailsConcurrentLinkedMapCacheTests.returns hottest keys from cache eviction policy(GrailsConcurrentLinkedMapCacheTests.groovy:136) ``` </details> ### Rerun Controls > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GrailsConcurrentLinkedMapCacheTests > returns hottest keys from cache eviction policy <!-- uniqueId=[engine:spock]/[spec:grails.plugin.cache.GrailsConcurrentLinkedMapCacheTests]/[feature:$spock_feature_0_6] --> 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]
