This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191315 - Frequent hangs in GeneralSanityTest
Summary: Frequent hangs in GeneralSanityTest
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@performance
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2010-10-25 15:10 UTC by Jesse Glick
Modified: 2011-06-10 09:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log from hanging test in trunk #9033 (30.98 KB, application/x-bzip2)
2010-10-25 15:10 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-10-25 15:10:05 UTC
Created attachment 102619 [details]
Log from hanging test in trunk #9033

More than once recently I have found a job on deadlock stuck and noticed that GeneralSanityTest is just hanging. jstack reports that it cannot connect to the JVM, and kill -QUIT and kill -TERM do nothing; need to kill -KILL the process.

P2 since the JUnit test timeout does not seem to take effect and the job hangs, requiring manual intervention.
Comment 1 Jesse Glick 2010-10-26 19:35:33 UTC
Seems to have caused a timeout in NB-Core-Build #5360. I am disabling the test until it can be fixed: core-main #5901a131476c
Comment 2 Quality Engineering 2010-10-28 02:51:44 UTC
Integrated into 'main-golden', will be available in build *201010280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5901a131476c
User: Jesse Glick <jglick@netbeans.org>
Log: #191315: disabling GeneralSanityTest until hangs can be fixed.