[
https://issues.jboss.org/browse/ISPN-3078?page=com.atlassian.jira.plugin....
]
Mircea Markus updated ISPN-3078:
--------------------------------
Fix Version/s: 5.3.0.Beta2
Marshalling test not cleaning up resources
------------------------------------------
Key: ISPN-3078
URL:
https://issues.jboss.org/browse/ISPN-3078
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Reporter: Mircea Markus
Assignee: Galder ZamarreƱo
Fix For: 5.3.0.Beta2
This is causing the suite to exit:
{quote}
[14:53:10][org.infinispan:infinispan-server-core]
[14:53:10][org.infinispan:infinispan-server-core]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[14:53:10][org.infinispan:infinispan-server-core] !!!!!! (testng-MarshallingTest) Exiting
because MarshallingTest has NOT shut down all the cache managers it has started !!!!!!!
[14:53:10][org.infinispan:infinispan-server-core] !!!!!! (testng-MarshallingTest) The
still-running cacheManager was created here:
org.infinispan.server.core.AbstractMarshallingTest.setUp(AbstractMarshallingTest.scala:49)
!!!!!!!
[14:53:10][org.infinispan:infinispan-server-core]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
{quote}
AbstractMarshallingTest.tearDown is always invoked(always=true) so I don't know why
this doesn't get cleaned up. Anyway better to use TestUtil.killCacheManager(..) for
handling this.
http://ci.infinispan.org/viewLog.html?buildId=1005&buildTypeId=bt2&am...
--
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