[
https://issues.jboss.org/browse/AS7-6567?page=com.atlassian.jira.plugin.s...
]
Carlo de Wolf edited comment on AS7-6567 at 2/21/13 3:12 AM:
-------------------------------------------------------------
The {{ModelTestModelControllerService}} comes from
{{/home/carlo/.m2/repository/org/jboss/as/jboss-as-core-model-test-framework/7.2.0.Alpha1-SNAPSHOT/jboss-as-core-model-test-framework-7.2.0.Alpha1-SNAPSHOT.jar}}
which is an old bug in {{CoreModelTestDelegate}}. The more recent one uses
{{/home/carlo/.m2/repository/org/jboss/as/jboss-as-core-model-test-framework/8.0.0.Alpha1-SNAPSHOT/jboss-as-core-model-test-framework-8.0.0.Alpha1-SNAPSHOT.jar}}.
The test should not be using any Maven repository artifact when running against master, it
should be using the artifacts from the current build.
was (Author: wolfc):
The {{ModelTestModelControllerService}} comes from
{{file:/home/carlo/.m2/repository/org/jboss/as/jboss-as-core-model-test-framework/7.2.0.Alpha1-SNAPSHOT/jboss-as-core-model-test-framework-7.2.0.Alpha1-SNAPSHOT.jar}}
which is an old bug in {{CoreModelTestDelegate}}. The more recent one uses
{{file:/home/carlo/.m2/repository/org/jboss/as/jboss-as-core-model-test-framework/8.0.0.Alpha1-SNAPSHOT/jboss-as-core-model-test-framework-8.0.0.Alpha1-SNAPSHOT.jar}}.
The test should not be using any Maven repository artifact when running against master, it
should be using the artifacts from the current build.
Hang in ProfileTransformersTestCase
ModelTestModelControllerService.waitForSetup
--------------------------------------------------------------------------------
Key: AS7-6567
URL:
https://issues.jboss.org/browse/AS7-6567
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Test Suite
Reporter: Carlo de Wolf
Assignee: Kabir Khan
Attachments: AS7-6567-threaddump.txt
{noformat}
"main" prio=10 tid=0x00007fa1a8009000 nid=0x7f2 waiting on condition
[0x00007fa1b1b13000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000007acdbe350> (a
java.util.concurrent.CountDownLatch$Sync)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236)
at
org.jboss.as.model.test.ModelTestModelControllerService.waitForSetup(ModelTestModelControllerService.java:190)
at
org.jboss.as.core.model.test.AbstractKernelServicesImpl.create(AbstractKernelServicesImpl.java:108)
at
org.jboss.as.core.model.bridge.impl.ChildFirstClassLoaderKernelServicesFactory.create(ChildFirstClassLoaderKernelServicesFactory.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.jboss.as.core.model.bridge.local.ScopedKernelServicesBootstrap.createChildClassLoaderKernelServices(ScopedKernelServicesBootstrap.java:77)
at
org.jboss.as.core.model.bridge.local.ScopedKernelServicesBootstrap.createKernelServices(ScopedKernelServicesBootstrap.java:51)
at
org.jboss.as.core.model.test.CoreModelTestDelegate$LegacyKernelServicesInitializerImpl.install(CoreModelTestDelegate.java:565)
at
org.jboss.as.core.model.test.CoreModelTestDelegate$LegacyKernelServicesInitializerImpl.access$300(CoreModelTestDelegate.java:526)
at
org.jboss.as.core.model.test.CoreModelTestDelegate$KernelServicesBuilderImpl.build(CoreModelTestDelegate.java:493)
at
org.jboss.as.core.model.test.profile.ProfileTransformersTestCase.testProfilesTransformer(ProfileTransformersTestCase.java:66)
{noformat}
--
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