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 255643 - org.openide.explorer.propertysheet.NodeDeletionTest.testNodeDestroyClearsPropertySheet() fails.
Summary: org.openide.explorer.propertysheet.NodeDeletionTest.testNodeDestroyClearsProp...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Sheet (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL: http://deadlock.netbeans.org/job/NB-C...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2015-10-01 14:44 UTC by Martin Entlicher
Modified: 2015-10-02 01:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2015-10-01 14:44:13 UTC
Error Message

Property sheet should synchronously reflect node destruction even if destroyed on a non EQ thread

Stacktrace

junit.framework.AssertionFailedError: Property sheet should synchronously reflect node destruction even if destroyed on a non EQ thread
	at org.openide.explorer.propertysheet.NodeDeletionTest.testNodeDestroyClearsPropertySheet(NodeDeletionTest.java:161)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:102)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:478)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:404)
	at java.lang.Thread.run(Thread.java:744)
Comment 1 Martin Entlicher 2015-10-01 14:46:06 UTC
Fails often:
http://deadlock.netbeans.org/job/NB-Core-Build/4703/
http://deadlock.netbeans.org/job/NB-Core-Build/4705/

I can not reproduce locally.
Comment 2 Martin Entlicher 2015-10-01 14:59:20 UTC
Might be fixed by changeset:   292811:be977bc117bb
http://hg.netbeans.org/core-main/rev/be977bc117bb
Comment 3 Quality Engineering 2015-10-02 01:37:34 UTC
Integrated into 'main-silver', will be available in build *201510020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/be977bc117bb
User: mentlicher@netbeans.org
Log: #255643: An attempt to make the testNodeDestroyClearsPropertySheet() test more robust.