testlens-app[bot] commented on PR #15786: URL: https://github.com/apache/grails-core/pull/15786#issuecomment-4822845099
## 🚨 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 Rerunning all Tasks \(ubuntu-latest, 21\)](https://github.com/apache/grails-core/actions/runs/28304428148/job/83858121460?pr=15786) > :grails-datamapping-core:test | Test | Runs | |---|---| | GormRegistrySpec > test withTenant and exists with multi-tenant entity in DISCRIMINATOR mode | ❌ | | TenantContextProfilingSpec > profile tenant wrapping overhead | ❌ | 🏷️ Commit: d663ee9f85f53ad2ef5a57fb23a6edcebb3d1cd3 ▶️ Tests: 986 executed 🟡 Checks: 10/35 completed ### Test Failures <details> <summary><strong>GormRegistrySpec > test withTenant and exists with multi-tenant entity in DISCRIMINATOR mode</strong> (:grails-datamapping-core:test in <a href="https://github.com/apache/grails-core/actions/runs/28304428148/job/83858121460?pr=15786">CI / Build Grails-Core Rerunning all Tasks (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: capturedTenantId == "tenant1" | | initial false 7 differences (0% similarity) (i-)n(i-)t(ial) (te)n(an)t(1--) at org.grails.datastore.gorm.GormRegistrySpec.test withTenant and exists with multi-tenant entity in DISCRIMINATOR mode(GormRegistrySpec.groovy:266) ``` |expected|actual| |---|---| |<s>tenant1</s>|<b>initial</b>| </details> <details> <summary><strong>TenantContextProfilingSpec > profile tenant wrapping overhead</strong> (:grails-datamapping-core:test in <a href="https://github.com/apache/grails-core/actions/runs/28304428148/job/83858121460?pr=15786">CI / Build Grails-Core Rerunning all Tasks (ubuntu-latest, 21)</a>)</summary> ``` groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.grails.datastore.gorm.GormStaticApi(Class, null, ArrayList, org.grails.datastore.gorm.TenantContextProfilingSpec$DummyStaticApi$1) at org.grails.datastore.gorm.TenantContextProfilingSpec$DummyStaticApi.<init>(TenantContextProfilingSpec.groovy:96) at org.grails.datastore.gorm.TenantContextProfilingSpec.profile tenant wrapping overhead(TenantContextProfilingSpec.groovy:51) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GormRegistrySpec > test withTenant and exists with multi-tenant entity in DISCRIMINATOR mode <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.GormRegistrySpec]/[feature:$spock_feature_0_13] --> 🔲 TenantContextProfilingSpec > profile tenant wrapping overhead <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.TenantContextProfilingSpec]/[feature:$spock_feature_0_0] --> 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]
