[jboss-jira] [JBoss JIRA] Updated: (JBAS-6773) org.jboss.test.jmx.test.UndeployBrokenPackageUnitTestCase
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Mon May 18 00:55:05 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBAS-6773:
---------------------------------
I was planning on leaving this test commented out for the GA release so the test runs with Sun JDK 6 are not impacted. The VM crash was still being seen even though this logic had been previously added by Ales:
// JBAS-5953, conditionally delay this test on Sun 1.6 JVM
// The deployed jar is still used by VFS that keeps files open for a while
// and overwriting the jar on this particular VM combination causes crashes
boolean sunVM = System.getProperty("java.vm.vendor").indexOf("Sun") > -1;
if (Java.isVersion(Java.VERSION_1_6) && sunVM)
{
// delay the file overwrite until the vfs reaper closes it
getLog().info("Delaying file overwrite...");
Thread.sleep(10000);
}
I've added the test to the EMBJOPR-JSFUNIT test suite deploying the resource via the administration console.
> org.jboss.test.jmx.test.UndeployBrokenPackageUnitTestCase
> ---------------------------------------------------------
>
> Key: JBAS-6773
> URL: https://jira.jboss.org/jira/browse/JBAS-6773
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Shelly McGowan
> Fix For: JBossAS-5.1.0.GA
>
>
> JBoss-AS-5.1.x-TestSuite-sun15-sun16 and JBoss-AS-5.1.x-TestSuite-sun16-sun16 are not completing due to a Sun JVM crash which occurs during the execution of this test case. The same issue was seen in 5.0.0.GA. See linked issue for the discussion and resolution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list