Reinstate @Ignored tests in RemotingSubsystemTestCase
-----------------------------------------------------
Key: AS7-2717
URL:
https://issues.jboss.org/browse/AS7-2717
Project: Application Server 7
Issue Type: Feature Request
Affects Versions: 7.1.0.Beta1
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 7.1.0.CR1
These tests fail intermittently in some environments
{code}
***org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithThreadAttributeChange
junit.framework.AssertionFailedError: expected not same
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failSame(Assert.java:276)
at junit.framework.Assert.assertNotSame(Assert.java:262)
at junit.framework.Assert.assertNotSame(Assert.java:269)
at
org.jboss.as.remoting.RemotingSubsystemTestCase$CurrentConnectorAndController.checkStatus(RemotingSubsystemTestCase.java:273)
at
org.jboss.as.remoting.RemotingSubsystemTestCase$CurrentConnectorAndController.updateCurrentEndpoint(RemotingSubsystemTestCase.java:263)
at
org.jboss.as.remoting.RemotingSubsystemTestCase.updateAndCheckThreadAttribute(RemotingSubsystemTestCase.java:135)
at
org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithThreadAttributeChange(RemotingSubsystemTestCase.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
***org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithConnectorPropertyChange
junit.framework.AssertionFailedError: expected not same
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failSame(Assert.java:276)
at junit.framework.Assert.assertNotSame(Assert.java:262)
at junit.framework.Assert.assertNotSame(Assert.java:269)
at
org.jboss.as.remoting.RemotingSubsystemTestCase$CurrentConnectorAndController.checkStatus(RemotingSubsystemTestCase.java:273)
at
org.jboss.as.remoting.RemotingSubsystemTestCase$CurrentConnectorAndController.updateCurrentConnector(RemotingSubsystemTestCase.java:267)
at
org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithConnectorPropertyChange(RemotingSubsystemTestCase.java:164)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
***org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithBadConnectorProperty
junit.framework.AssertionFailedError: Expected no service
jboss.remoting.endpoint.subsystem
at junit.framework.Assert.fail(Assert.java:50)
at
org.jboss.as.remoting.RemotingSubsystemTestCase.testSubsystemWithBadConnectorProperty(RemotingSubsystemTestCase.java:201)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira