testlens-app[bot] commented on PR #16042: URL: https://github.com/apache/grails-core/pull/16042#issuecomment-5102386667
## 🚨 TestLens detected 1 failed test 🚨 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/30346041676/job/90232456284?pr=16042) > :grails-core:test | Test | Runs | Flakiness | |---|---|--:| | GlobalGrailsClassInjectorTransformationSpec > the global transform fails when a plugin descriptor has no version | ❌ | 0% 🟢 | 🏷️ Commit: c4bbf115934d1053949c62f6fcb4453a7cb11ba6 ▶️ Tests: 3279 executed 🟡 Checks: 23/54 completed ### Test Failures <details> <summary><strong>GlobalGrailsClassInjectorTransformationSpec > the global transform fails when a plugin descriptor has no version</strong> (:grails-core:test in <a href="https://github.com/apache/grails-core/actions/runs/30346041676/job/90232456284?pr=16042">CI / Build Grails-Core (ubuntu-latest, 21)</a>)</summary> ``` Condition not satisfied: cause instanceof CompilationFailedException | | | | false class org.codehaus.groovy.control.CompilationFailedException java.lang.IllegalStateException: Unable to generate '/tmp/spock_the_global_transfor_0_tempDir5875137404277734327/build/classes/groovy/main/META-INF/grails-plugin.xml' because plugin class 'UnversionedGrailsPlugin' does not define a plugin version. at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformation.generatePluginXml(GlobalGrailsClassInjectorTransformation.groovy:290) at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformation.visit(GlobalGrailsClassInjectorTransformation.groovy:179) at org.codehaus.groovy.transform.ASTTransformationVisitor.lambda$addPhaseOperationsForGlobalTransforms$5(ASTTransformationVisitor.java:375) at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:881) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:668) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:642) at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformationSpec.compileToFile(GlobalGrailsClassInjectorTransformationSpec.groovy:565) at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformationSpec.$spock_feature_0_12(GlobalGrailsClassInjectorTransformationSpec.groovy:284) (java.lang.IllegalStateException) at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformationSpec.the global transform fails when a plugin descriptor has no version_closure6(GlobalGrailsClassInjectorTransformationSpec.groovy:289) at spock.lang.Specification.with(Specification.java:208) at org.grails.compiler.injection.GlobalGrailsClassInjectorTransformationSpec.the global transform fails when a plugin descriptor has no version(GlobalGrailsClassInjectorTransformationSpec.groovy:288) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GlobalGrailsClassInjectorTransformationSpec > the global transform fails when a plugin descriptor has no version <!-- uniqueId=[engine:spock]/[spec:org.grails.compiler.injection.GlobalGrailsClassInjectorTransformationSpec]/[feature:$spock_feature_0_12] --> 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]
