testlens-app[bot] commented on PR #15973: URL: https://github.com/apache/grails-core/pull/15973#issuecomment-4948245178
## 🚨 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-latest, 21\)](https://github.com/apache/grails-core/actions/runs/29162715105/job/86570410808?pr=15973) > :grails-datamapping-core:test | Test | Runs | Flakiness | |---|---|--:| | WhereQueryClosureCaptureSpec > association criteria closures capture only the variables they reference | ❌ | 0% 🟢 | | WhereQueryClosureCaptureSpec > generated closure constructors are identical across compilations | ❌ | 0% 🟢 | 🏷️ Commit: a5ef5459d87f9cceb69725217330c1a8b27b3eda ▶️ Tests: 6300 executed 🟡 Checks: 23/53 completed ### Test Failures <details> <summary><strong>WhereQueryClosureCaptureSpec > association criteria closures capture only the variables they reference</strong> (:grails-datamapping-core:test in <a href="https://github.com/apache/grails-core/actions/runs/29162715105/job/86570410808?pr=15973">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: bookId == bookId && author.name == authorName ^ Script_1df3bd51cd780ef3e360da6527072096.groovy: 8: Cannot query on property "bookId" - no such property on class Book exists. bookId == bookId && author.name == authorName ^ Script_1df3bd51cd780ef3e360da6527072096.groovy: 8: Cannot query property "author" - no such property on class Book exists. 2 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:292) at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:894) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:668) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:642) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:399) at groovy.lang.GroovyClassLoader.lambda$parseClass$5(GroovyClassLoader.java:345) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:345) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:329) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:303) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:313) at org.grails.datastore.gorm.query.transform.WhereQueryClosureCaptureSpec.association criteria closures capture only the variables they reference(WhereQueryClosureCaptureSpec.groovy:61) ``` </details> <details> <summary><strong>WhereQueryClosureCaptureSpec > generated closure constructors are identical across compilations</strong> (:grails-datamapping-core:test in <a href="https://github.com/apache/grails-core/actions/runs/29162715105/job/86570410808?pr=15973">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: bookId == bookId && author.name == authorName ^ Script_1df3bd51cd780ef3e360da6527072096.groovy: 8: Cannot query on property "bookId" - no such property on class Book exists. bookId == bookId && author.name == authorName ^ Script_1df3bd51cd780ef3e360da6527072096.groovy: 8: Cannot query property "author" - no such property on class Book exists. 2 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:292) at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:894) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:668) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:642) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:399) at groovy.lang.GroovyClassLoader.lambda$parseClass$5(GroovyClassLoader.java:345) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:345) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:329) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:303) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:313) at org.grails.datastore.gorm.query.transform.WhereQueryClosureCaptureSpec.closureConstructorSignatures(WhereQueryClosureCaptureSpec.groovy:88) at org.grails.datastore.gorm.query.transform.WhereQueryClosureCaptureSpec.generated closure constructors are identical across compilations(WhereQueryClosureCaptureSpec.groovy:79) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 WhereQueryClosureCaptureSpec > association criteria closures capture only the variables they reference <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.query.transform.WhereQueryClosureCaptureSpec]/[feature:$spock_feature_0_0] --> 🔲 WhereQueryClosureCaptureSpec > generated closure constructors are identical across compilations <!-- uniqueId=[engine:spock]/[spec:org.grails.datastore.gorm.query.transform.WhereQueryClosureCaptureSpec]/[feature:$spock_feature_0_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](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]
