testlens-app[bot] commented on PR #15656:
URL: https://github.com/apache/grails-core/pull/15656#issuecomment-4502342843

   ## 🚨 TestLens detected 35 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
   
   | Check | Project/Task | Test | Runs |
   |---|---|---|---|
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-cache:test | CacheTagLibSpec | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-cache:test | CacheableParseSpec > test include tenant id when used 
with \@CurrentTenant and \@Transactional | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | ConfigReportCommandSpec > writeReport puts only unknown 
runtime properties in Other Properties | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | ConfigReportCommandSpec > writeReport uses 3-column 
format with metadata categories | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-databinding:test | DataBindingConfigurationSpec > test custom 
ValueConverter are ordered if defined with \@Order | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-databinding:test | DataBindingConfigurationSpec > test customize 
data binding for the types which have standard ValueConverters using \@Order | 
❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-databinding:test | DataBindingConfigurationSpec > test that 
grailsWebDataBinder exists | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > Test 
DomainClassMarshaller\'s should maintain order of relations > Test 
DomainClassMarshaller\'s should maintain order of relations [authors: 
[org.grails.web.converters.marshaller.json.Author : 1, 
org.grails.web.converters.marshaller.json.Author : 2], expectedJson: 
\{\'id\':1,\'authorsSet\': [\{\'id\':1,\'name\': \'a\'\},\{\'id\':2,\'name\': 
\'b\'\}],\'authorsMap\': \{\'a\':\{\'id\':1,\'name\': \'a\'\},\'b\': 
\{\'id\':2,\'name\': \'b\'\}\}\}, expectedXml: \<\?xml version\=\'1.0\' 
encoding\=\'UTF-8\'\?\>\<book id\=\'1\'\>\<authorsSet\>\<author 
id\=\'1\'\>\<name\>a\</name\>\</author\>\<author 
id\=\'2\'\>\<name\>b\</name\>\</author\>\</authorsSet\>\<authorsMap\>\<… | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > Test 
DomainClassMarshaller\'s should maintain order of relations > Test 
DomainClassMarshaller\'s should maintain order of relations [authors: 
[org.grails.web.converters.marshaller.json.Author : 2, 
org.grails.web.converters.marshaller.json.Author : 1], expectedJson: 
\{\'id\':1,\'authorsSet\': [\{\'id\':1,\'name\': \'b\'\},\{\'id\':2,\'name\': 
\'a\'\}],\'authorsMap\': \{\'b\':\{\'id\':1,\'name\': \'b\'\},\'a\': 
\{\'id\':2,\'name\': \'a\'\}\}\}, expectedXml: \<\?xml version\=\'1.0\' 
encoding\=\'UTF-8\'\?\>\<book id\=\'1\'\>\<authorsSet\>\<author 
id\=\'1\'\>\<name\>b\</name\>\</author\>\<author 
id\=\'2\'\>\<name\>a\</name\>\</author\>\</authorsSet\>\<authorsMap\>\<… | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > test marshaller should 
render the ID properly | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > test marshallers 
generate class names when options are set > test marshallers generate class 
names when options are set [authors: 
[org.grails.web.converters.marshaller.json.Author : 1, 
org.grails.web.converters.marshaller.json.Author : 2], expectedJson: 
\{\'class\':\'org.grails.web.converters.marshaller.json.Book\',\'id\': 
1,\'authorsSet\': 
[\{\'class\':\'org.grails.web.converters.marshaller.json.Author\',\'id\': 
1,\'name\': 
\'a\'\},\{\'class\':\'org.grails.web.converters.marshaller.json.Author\',\'id\':
 2,\'name\': \'b\'\}],\'authorsMap\': 
\{\'a\':\{\'class\':\'org.grails.web.converters.marshaller.json.Aut… | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | PluginDiscoverySpec > returns no plugin or provided 
classes when plugin XML has no matching elements | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | StackTraceFiltererSpec > Test basic filter | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | StackTraceFiltererSpec > Test deep filter | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print code snippet | 
❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print nested 
exception code snippet | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print simple stack 
trace | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | StaticPropertySpec > static property should be 
excluded | ❌ |
   | [CI / Build Grails-Core \(macos-latest, 
21\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656)
 | :grails-converters:test | ValidationErrorsMarshallerSpec > Test 
marshalObject handles org.springframework.validation.ObjectError | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-cache:test | CacheTagLibSpec | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-cache:test | CacheableParseSpec > test include tenant id when used 
with \@CurrentTenant and \@Transactional | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | ConfigReportCommandSpec > writeReport puts only unknown 
runtime properties in Other Properties | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | ConfigReportCommandSpec > writeReport uses 3-column 
format with metadata categories | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > Test 
DomainClassMarshaller\'s should maintain order of relations > Test 
DomainClassMarshaller\'s should maintain order of relations [authors: 
[org.grails.web.converters.marshaller.json.Author : 1, 
org.grails.web.converters.marshaller.json.Author : 2], expectedJson: 
\{\'id\':1,\'authorsSet\': [\{\'id\':1,\'name\': \'a\'\},\{\'id\':2,\'name\': 
\'b\'\}],\'authorsMap\': \{\'a\':\{\'id\':1,\'name\': \'a\'\},\'b\': 
\{\'id\':2,\'name\': \'b\'\}\}\}, expectedXml: \<\?xml version\=\'1.0\' 
encoding\=\'UTF-8\'\?\>\<book id\=\'1\'\>\<authorsSet\>\<author 
id\=\'1\'\>\<name\>a\</name\>\</author\>\<author 
id\=\'2\'\>\<name\>b\</name\>\</author\>\</authorsSet\>\<authorsMap\>\<… | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > Test 
DomainClassMarshaller\'s should maintain order of relations > Test 
DomainClassMarshaller\'s should maintain order of relations [authors: 
[org.grails.web.converters.marshaller.json.Author : 2, 
org.grails.web.converters.marshaller.json.Author : 1], expectedJson: 
\{\'id\':1,\'authorsSet\': [\{\'id\':1,\'name\': \'b\'\},\{\'id\':2,\'name\': 
\'a\'\}],\'authorsMap\': \{\'b\':\{\'id\':1,\'name\': \'b\'\},\'a\': 
\{\'id\':2,\'name\': \'a\'\}\}\}, expectedXml: \<\?xml version\=\'1.0\' 
encoding\=\'UTF-8\'\?\>\<book id\=\'1\'\>\<authorsSet\>\<author 
id\=\'1\'\>\<name\>b\</name\>\</author\>\<author 
id\=\'2\'\>\<name\>a\</name\>\</author\>\</authorsSet\>\<authorsMap\>\<… | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > test marshaller should 
render the ID properly | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | DomainClassMarshallerSpec > test marshallers 
generate class names when options are set > test marshallers generate class 
names when options are set [authors: 
[org.grails.web.converters.marshaller.json.Author : 1, 
org.grails.web.converters.marshaller.json.Author : 2], expectedJson: 
\{\'class\':\'org.grails.web.converters.marshaller.json.Book\',\'id\': 
1,\'authorsSet\': 
[\{\'class\':\'org.grails.web.converters.marshaller.json.Author\',\'id\': 
1,\'name\': 
\'a\'\},\{\'class\':\'org.grails.web.converters.marshaller.json.Author\',\'id\':
 2,\'name\': \'b\'\}],\'authorsMap\': 
\{\'a\':\{\'class\':\'org.grails.web.converters.marshaller.json.Aut… | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | PluginDiscoverySpec > returns no plugin or provided 
classes when plugin XML has no matching elements | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | StackTraceFiltererSpec > Test basic filter | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | StackTraceFiltererSpec > Test deep filter | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print code snippet | 
❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print nested 
exception code snippet | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-core:test | StackTracePrinterSpec > Test pretty print simple stack 
trace | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | StaticPropertySpec > static property should be 
excluded | ❌ |
   | [CI / Build Grails-Core \(windows-latest, 
25\)](https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850073?pr=15656)
 | :grails-converters:test | ValidationErrorsMarshallerSpec > Test 
marshalObject handles org.springframework.validation.ObjectError | ❌ |
   
   🏷️ Commit: a4403eb92e8e008f9e51f8d0143cd59f6654300e
   ▶️ Tests:  1594 executed
   🟡 Checks: 0/33 completed
   
   ### Test Failures (first 5 of 35)
   
   <details>
   
   <summary><strong>CacheTagLibSpec</strong> (:grails-cache:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 9; Element type 
"context" must be followed by either attribute specifications, ">" or "/>".
        at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
        at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1465)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.seekCloseOfStartTag(XMLDocumentFragmentScannerImpl.java:1443)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:244)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:615)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:114)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247)
        at 
java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
        at 
org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:77)
        at 
grails.spring.DynamicElementReader.invokeMethod(DynamicElementReader.groovy:127)
        at 
org.grails.testing.GrailsApplicationBuilder.registerBeans_closure5(GrailsApplicationBuilder.groovy:224)
        at groovy.lang.Closure.call(Closure.java:433)
        at groovy.lang.Closure.call(Closure.java:412)
        at 
grails.spring.BeanBuilder.invokeBeanDefiningClosure(BeanBuilder.java:765)
        at grails.spring.BeanBuilder.beans(BeanBuilder.java:594)
        at 
org.grails.testing.GrailsApplicationBuilder.defineBeans(GrailsApplicationBuilder.groovy:210)
        at 
org.grails.testing.GrailsApplicationBuilder.registerBeans(GrailsApplicationBuilder.groovy:217)
        at 
org.grails.testing.GrailsApplicationBuilder.registerGrailsAppPostProcessorBean_closure6(GrailsApplicationBuilder.groovy:241)
        at 
grails.spring.BeanBuilder.invokeBeanDefiningClosure(BeanBuilder.java:765)
        at grails.spring.BeanBuilder.beans(BeanBuilder.java:594)
        at 
grails.boot.config.GrailsApplicationPostProcessor.postProcessBeanDefinitionRegistry(GrailsApplicationPostProcessor.groovy:231)
        at 
org.grails.testing.GrailsApplicationBuilder$TestRuntimeGrailsApplicationPostProcessor.postProcessBeanDefinitionRegistry(GrailsApplicationBuilder.groovy:287)
        at 
org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:349)
        at 
org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:148)
        at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:795)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:603)
        at 
org.grails.testing.GrailsApplicationBuilder.createMainContext(GrailsApplicationBuilder.groovy:175)
        at 
org.grails.testing.GrailsApplicationBuilder.build(GrailsApplicationBuilder.groovy:88)
        at 
org.grails.testing.GrailsUnitTest$Trait$Helper.getGrailsApplication(GrailsUnitTest.groovy:76)
        at 
org.grails.testing.spock.WebSetupSpecInterceptor.setup(WebSetupSpecInterceptor.groovy:73)
        at 
org.grails.testing.spock.WebSetupSpecInterceptor.intercept(WebSetupSpecInterceptor.groovy:66)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101)
        at 
org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>CacheableParseSpec > test include tenant id when used with 
@CurrentTenant and @Transactional</strong> (:grails-cache:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   java.lang.IllegalStateException: No GORM implementations configured. Ensure 
GORM has been initialized correctly
        at 
org.grails.datastore.gorm.GormRegistry.findSingleTransactionManager(GormRegistry.groovy:189)
        at TestService.multiply_closure1(Script1.groovy)
        at groovy.lang.Closure.call(Closure.java:433)
        at groovy.lang.Closure.call(Closure.java:422)
        at grails.gorm.multitenancy.Tenants.executeCallable(Tenants.groovy:320)
        at grails.gorm.multitenancy.Tenants.withId_closure4(Tenants.groovy:299)
        at 
grails.gorm.multitenancy.CurrentTenantHolder.withTenant(CurrentTenantHolder.groovy:90)
        at grails.gorm.multitenancy.Tenants.withId(Tenants.groovy:298)
        at 
org.grails.datastore.gorm.services.DefaultTenantService.withCurrent(DefaultTenantService.groovy:94)
        at grails.plugin.cache.CacheableParseSpec.test include tenant id when 
used with @CurrentTenant and @Transactional(CacheableParseSpec.groovy:140)
   ```
   
   </details>
   <details>
   
   <summary><strong>ConfigReportCommandSpec > writeReport puts only unknown 
runtime properties in Other Properties</strong> (:grails-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   otherSection.contains('[cols='2,3', options='header']')
   |                     |
   |                     groovy.lang.MissingMethodException: No signature of 
method: grails.dev.commands.ConfigReportCommandSpec.[cols=() is applicable for 
argument types: (Integer, Integer) values: [2, 3]
   |                     Possible solutions: Mock()
   |                            at 
grails.dev.commands.ConfigReportCommandSpec.writeReport puts only unknown 
runtime properties in Other Properties(ConfigReportCommandSpec.groovy:326)
   == Other Properties
    
   [cols='2,3', options='header']
   |===
   | Property | Default
    
   | `custom.app.setting`
   | `myvalue`
    
   |===
   
        at grails.dev.commands.ConfigReportCommandSpec.writeReport puts only 
unknown runtime properties in Other 
Properties(ConfigReportCommandSpec.groovy:326)
   Caused by: groovy.lang.MissingMethodException: No signature of method: 
grails.dev.commands.ConfigReportCommandSpec.[cols=() is applicable for argument 
types: (Integer, Integer) values: [2, 3]
   Possible solutions: Mock()
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ConfigReportCommandSpec > writeReport uses 3-column format 
with metadata categories</strong> (:grails-core:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   content.contains('[cols='2,5,2', options='header']')
   |                |
   |                groovy.lang.MissingMethodException: No signature of method: 
grails.dev.commands.ConfigReportCommandSpec.[cols=() is applicable for argument 
types: (Integer, Integer, Integer) values: [2, 5, 2]
   |                Possible solutions: Mock()
   |                    at 
grails.dev.commands.ConfigReportCommandSpec.writeReport uses 3-column format 
with metadata categories(ConfigReportCommandSpec.groovy:213)
   = Grails Application Configuration Report
   :toc: left
   :toclevels: 2
   :source-highlighter: coderay
    
   == DataSource
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `dataSource.dbCreate`
   | The schema generation strategy: create-drop, create, update, validate, or 
none, use none in production with a migration tool.
   | create-drop (dev), none (prod)
    
   | `dataSource.dialect`
   | The Hibernate dialect class name or class.
   | auto-detected from driver
    
   | `dataSource.driverClassName`
   | The JDBC driver class name.
   | org.h2.Driver
    
   | `dataSource.formatSql`
   | Whether to format logged SQL for readability.
   | false
    
   | `dataSource.jmxExport`
   | Whether to register JMX MBeans for the DataSource.
   | true
    
   | `dataSource.logSql`
   | Whether to log SQL statements to stdout.
   | false
    
   | `dataSource.password`
   | The database password.
   | 
    
   | `dataSource.persistenceInterceptor`
   | For additional datasources, whether to wire up the persistence interceptor 
(the default datasource is always wired).
   | false
    
   | `dataSource.pooled`
   | Whether to use a connection pool.
   | true
    
   | `dataSource.readOnly`
   | Whether the DataSource is read-only (calls setReadOnly(true) on 
connections).
   | false
    
   | `dataSource.transactional`
   | For additional datasources, whether to include in the chained transaction 
manager.
   | true
    
   | `dataSource.type`
   | The connection pool implementation class when multiple are on the 
classpath.
   | com.zaxxer.hikari.HikariDataSource
    
   | `dataSource.url`
   | The JDBC connection URL.
   | jdbc:h2:mem:devDb
    
   | `dataSource.username`
   | The database username.
   | sa
    
   |===
    
   == Core Properties
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.bootstrap.skip`
   | Whether to skip execution of BootStrap.groovy classes on startup.
   | false
    
   | `grails.codegen.defaultPackage`
   | The default package used when generating artefacts with grails create-* 
commands.
   | Set by project template
    
   | `grails.enable.native2ascii`
   | Whether to perform native2ascii conversion of i18n properties files.
   | true
    
   | `grails.plugin.excludes`
   | List of plugin names to exclude from the plugin manager.
   | []
    
   | `grails.plugin.includes`
   | List of plugin names to include in the plugin manager (all others 
excluded).
   | []
    
   | `grails.profile`
   | The active Grails application profile (e.g., web, rest-api, plugin).
   | `web`
    
   | `grails.serverURL`
   | The server URL used to generate absolute links (e.g., https://my.app.com) 
and used by redirects.
   | derived from request
    
   | `grails.spring.bean.packages`
   | List of packages to scan for Spring beans.
   | []
    
   | `grails.spring.disable.aspectj.autoweaving`
   | Whether to disable AspectJ auto-weaving.
   | false
    
   | `grails.spring.placeholder.prefix`
   | The prefix for property placeholder resolution.
   | ${
    
   | `grails.spring.transactionManagement.proxies`
   | Whether to enable Spring proxy-based transaction management since 
@Transactional uses an AST transform and proxies are typically redundant.
   | false
    
   |===
    
   == JSON & Converters
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.converters.json.domain.include.class`
   | Whether to include the class property when marshalling domain objects to 
JSON.
   | false
    
   | `grails.converters.xml.domain.include.class`
   | Whether to include the class attribute when marshalling domain objects to 
XML.
   | false
    
   | `grails.json.legacy.builder`
   | Whether to use the legacy JSON builder.
   | false
    
   |===
    
   == Events
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.events.spring`
   | Whether to bridge GORM/Grails events to the Spring 
ApplicationEventPublisher, allowing EventListener methods to receive domain 
events.
   | true
    
   |===
    
   == GORM
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.gorm.autoFlush`
   | Whether to automatically flush the Hibernate session between queries.
   | `true`
    
   | `grails.gorm.autowire`
   | Whether to autowire Spring beans into domain class instances.
   | true
    
   | `grails.gorm.custom.types`
   | Map of custom GORM types.
   | {}
    
   | `grails.gorm.default.constraints`
   | A closure applied as the default constraints for all domain classes.
   | {}
    
   | `grails.gorm.default.mapping`
   | A closure applied as the default mapping block for all domain classes.
   | {}
    
   | `grails.gorm.events.autoTimestampInsertOverwrite`
   | Whether auto-timestamp (dateCreated) overwrites a user-provided value on 
insert.
   | true
    
   | `grails.gorm.failOnError`
   | When true, save() throws ValidationException on validation failure instead 
of returning null and can also be a list of package names to apply selectively.
   | false
    
   | `grails.gorm.flushMode`
   | The default Hibernate flush mode (AUTO, COMMIT, MANUAL).
   | AUTO
    
   | `grails.gorm.markDirty`
   | Whether to mark a domain instance as dirty on an explicit save() call.
   | true
    
   | `grails.gorm.multiTenancy.mode`
   | The multi-tenancy mode: DISCRIMINATOR, DATABASE, SCHEMA, or NONE.
   | NONE
    
   | `grails.gorm.multiTenancy.tenantResolverClass`
   | Fully qualified class name of the TenantResolver implementation.
   | required when mode is not NONE
    
   | `grails.gorm.reactor.events`
   | Whether to translate GORM events into Reactor events, which is disabled by 
default for performance.
   | false
    
   |===
    
   == Internationalization
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.i18n.cache.seconds`
   | How long (in seconds) to cache resolved message bundles with -1 to cache 
indefinitely and 0 to disable caching.
   | -1
    
   | `grails.i18n.filecache.seconds`
   | How long (in seconds) to cache the message bundle file lookup with -1 to 
cache indefinitely.
   | -1
    
   |===
    
   == Development & Reloading
    
   [cols='2,5,2', options='header']
   |===
   | Property | Description | Default
    
   | `grails.reload.excludes`
   | List of fully qualified class names to exclude from development reloading.
   | []
    
   | `grails.reload.includes`
   | List of fully qualified class names to include in development reloading, 
when set only these classes are reloaded.
   | []
    
   |===
    
   == Other Properties
    
   [cols='2,3', options='header']
   |===
   | Property | Default
    
   | `server.port`
   | `8080`
    
   |===
   
        at grails.dev.commands.ConfigReportCommandSpec.writeReport uses 
3-column format with metadata categories(ConfigReportCommandSpec.groovy:213)
   Caused by: groovy.lang.MissingMethodException: No signature of method: 
grails.dev.commands.ConfigReportCommandSpec.[cols=() is applicable for argument 
types: (Integer, Integer, Integer) values: [2, 5, 2]
   Possible solutions: Mock()
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>DataBindingConfigurationSpec > test custom ValueConverter 
are ordered if defined with @Order</strong> (:grails-databinding:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26187201167/job/77045850168?pr=15656";>CI
 / Build Grails-Core (macos-latest, 21)</a>)</summary>
   
   ```
   org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 9; Element type 
"context" must be followed by either attribute specifications, ">" or "/>".
        at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
        at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1465)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.seekCloseOfStartTag(XMLDocumentFragmentScannerImpl.java:1443)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:244)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:615)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:114)
        at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
        at 
java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247)
        at 
java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
        at 
org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:77)
        at 
grails.spring.DynamicElementReader.invokeMethod(DynamicElementReader.groovy:127)
        at 
org.grails.testing.GrailsApplicationBuilder.registerBeans_closure5(GrailsApplicationBuilder.groovy:224)
        at groovy.lang.Closure.call(Closure.java:433)
        at groovy.lang.Closure.call(Closure.java:412)
        at 
grails.spring.BeanBuilder.invokeBeanDefiningClosure(BeanBuilder.java:765)
        at grails.spring.BeanBuilder.beans(BeanBuilder.java:594)
        at 
org.grails.testing.GrailsApplicationBuilder.defineBeans(GrailsApplicationBuilder.groovy:210)
        at 
org.grails.testing.GrailsApplicationBuilder.registerBeans(GrailsApplicationBuilder.groovy:217)
        at 
org.grails.testing.GrailsApplicationBuilder.registerGrailsAppPostProcessorBean_closure6(GrailsApplicationBuilder.groovy:241)
        at 
grails.spring.BeanBuilder.invokeBeanDefiningClosure(BeanBuilder.java:765)
        at grails.spring.BeanBuilder.beans(BeanBuilder.java:594)
        at 
grails.boot.config.GrailsApplicationPostProcessor.postProcessBeanDefinitionRegistry(GrailsApplicationPostProcessor.groovy:231)
        at 
org.grails.testing.GrailsApplicationBuilder$TestRuntimeGrailsApplicationPostProcessor.postProcessBeanDefinitionRegistry(GrailsApplicationBuilder.groovy:287)
        at 
org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:349)
        at 
org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:148)
        at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:795)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:603)
        at 
org.grails.testing.GrailsApplicationBuilder.createMainContext(GrailsApplicationBuilder.groovy:175)
        at 
org.grails.testing.GrailsApplicationBuilder.build(GrailsApplicationBuilder.groovy:88)
        at 
org.grails.testing.GrailsUnitTest$Trait$Helper.getGrailsApplication(GrailsUnitTest.groovy:76)
        at 
org.grails.testing.GrailsUnitTest$Trait$Helper.defineBeans(GrailsUnitTest.groovy:102)
        at 
org.grails.plugins.databinding.DataBindingConfigurationSpec.setup(DataBindingConfigurationSpec.groovy:37)
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 CacheTagLibSpec <!-- 
uniqueId=[engine:spock]/[spec:grails.plugin.cache.CacheTagLibSpec] -->
   🔲 CacheableParseSpec > test include tenant id when used with \@CurrentTenant 
and \@Transactional <!-- 
uniqueId=[engine:spock]/[spec:grails.plugin.cache.CacheableParseSpec]/[feature:$spock_feature_0_2]
 -->
   🔲 ConfigReportCommandSpec > writeReport puts only unknown runtime properties 
in Other Properties <!-- 
uniqueId=[engine:spock]/[spec:grails.dev.commands.ConfigReportCommandSpec]/[feature:$spock_feature_0_13]
 -->
   🔲 ConfigReportCommandSpec > writeReport uses 3-column format with metadata 
categories <!-- 
uniqueId=[engine:spock]/[spec:grails.dev.commands.ConfigReportCommandSpec]/[feature:$spock_feature_0_8]
 -->
   🔲 DataBindingConfigurationSpec > test custom ValueConverter are ordered if 
defined with \@Order <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.databinding.DataBindingConfigurationSpec]/[feature:$spock_feature_0_1]
 -->
   🔲 DataBindingConfigurationSpec > test customize data binding for the types 
which have standard ValueConverters using \@Order <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.databinding.DataBindingConfigurationSpec]/[feature:$spock_feature_0_2]
 -->
   🔲 DataBindingConfigurationSpec > test that grailsWebDataBinder exists <!-- 
uniqueId=[engine:spock]/[spec:org.grails.plugins.databinding.DataBindingConfigurationSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 DomainClassMarshallerSpec > Test DomainClassMarshaller\'s should maintain 
order of relations <!-- 
uniqueId=[engine:spock]/[spec:org.grails.web.converters.marshaller.json.DomainClassMarshallerSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 DomainClassMarshallerSpec > test marshaller should render the ID properly 
<!-- 
uniqueId=[engine:spock]/[spec:org.grails.web.converters.marshaller.json.DomainClassMarshallerSpec]/[feature:$spock_feature_0_1]
 -->
   🔲 DomainClassMarshallerSpec > test marshallers generate class names when 
options are set <!-- 
uniqueId=[engine:spock]/[spec:org.grails.web.converters.marshaller.json.DomainClassMarshallerSpec]/[feature:$spock_feature_0_2]
 -->
   🔲 PluginDiscoverySpec > returns no plugin or provided classes when plugin 
XML has no matching elements <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.core.plugins.PluginDiscoverySpec]/[feature:$spock_feature_0_11]
 -->
   🔲 StackTraceFiltererSpec > Test basic filter <!-- 
uniqueId=[engine:spock]/[spec:org.grails.exception.reporting.StackTraceFiltererSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 StackTraceFiltererSpec > Test deep filter <!-- 
uniqueId=[engine:spock]/[spec:org.grails.exception.reporting.StackTraceFiltererSpec]/[feature:$spock_feature_0_1]
 -->
   🔲 StackTracePrinterSpec > Test pretty print code snippet <!-- 
uniqueId=[engine:spock]/[spec:org.grails.exception.reporting.StackTracePrinterSpec]/[feature:$spock_feature_0_3]
 -->
   🔲 StackTracePrinterSpec > Test pretty print nested exception code snippet 
<!-- 
uniqueId=[engine:spock]/[spec:org.grails.exception.reporting.StackTracePrinterSpec]/[feature:$spock_feature_0_4]
 -->
   🔲 StackTracePrinterSpec > Test pretty print simple stack trace <!-- 
uniqueId=[engine:spock]/[spec:org.grails.exception.reporting.StackTracePrinterSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 StaticPropertySpec > static property should be excluded <!-- 
uniqueId=[engine:spock]/[spec:org.grails.web.converters.marshaller.json.StaticPropertySpec]/[feature:$spock_feature_0_0]
 -->
   🔲 ValidationErrorsMarshallerSpec > Test marshalObject handles 
org.springframework.validation.ObjectError <!-- 
uniqueId=[engine:spock]/[spec:org.grails.web.converters.marshaller.json.ValidationErrorsMarshallerSpec]/[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]


Reply via email to