[jboss-jira] [JBoss JIRA] (AS7-6538) Enable the reverse controller checks for the logging transformers test

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Feb 16 23:55:56 EST 2013


    [ https://issues.jboss.org/browse/AS7-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754629#comment-12754629 ] 

Brian Stansberry commented on AS7-6538:
---------------------------------------

Needs AdditionalInitialization and a simple ModelFixer. But once that's in place, a transformation bug is revealed:

junit.framework.ComparisonFailure: file-handler/anotherFile/enabled/
"false"
"true"
----- 
Expected :false
Actual   :true
 <Click to see difference>
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:383)
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:356)
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:356)
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:356)
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:211)
	at org.jboss.as.model.test.ModelTestUtils.compare(ModelTestUtils.java:187)
	at org.jboss.as.subsystem.test.SubsystemTestDelegate$LegacyKernelServiceInitializerImpl.bootCurrentVersionWithLegacyBootOperations(SubsystemTestDelegate.java:736)
	at org.jboss.as.subsystem.test.SubsystemTestDelegate$LegacyKernelServiceInitializerImpl.install(SubsystemTestDelegate.java:672)
	at org.jboss.as.subsystem.test.SubsystemTestDelegate$LegacyKernelServiceInitializerImpl.access$700(SubsystemTestDelegate.java:617)
	at org.jboss.as.subsystem.test.SubsystemTestDelegate$KernelServicesBuilderImpl.build(SubsystemTestDelegate.java:589)
	at org.jboss.as.logging.LoggingSubsystemTestCase.testTransformer1_1_0(LoggingSubsystemTestCase.java:122)
	at org.jboss.as.logging.LoggingSubsystemTestCase.testTransformers712(LoggingSubsystemTestCase.java:93)

The "enabled" attribute needs transformation. Discard if undefined or true, otherwise reject.
                
> Enable the reverse controller checks for the logging transformers test
> ----------------------------------------------------------------------
>
>                 Key: AS7-6538
>                 URL: https://issues.jboss.org/browse/AS7-6538
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Domain Management
>            Reporter: Kabir Khan
>            Assignee: Brian Stansberry
>             Fix For: 7.3.0.Alpha1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list