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 26658 - Failures in FolderInstanceTest
Summary: Failures in FolderInstanceTest
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: TEST, THREAD
: 28015 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-20 21:27 UTC by Jesse Glick
Modified: 2008-12-22 23:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Failure log (13.76 KB, text/html)
2002-08-20 21:28 UTC, Jesse Glick
Details
New failure log (note also several other problems in same test class) (13.13 KB, text/html)
2002-10-17 21:40 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-08-20 21:27:36 UTC
Your tests (from rev. 1.9.6.1)
testListenersCountNoCookie and
testListenersCountWithCookie fail for me. dev
sources. Please fix some bug, fix the tests, or
remove it from stable config.
Comment 1 Jesse Glick 2002-08-20 21:28:10 UTC
Created attachment 7145 [details]
Failure log
Comment 2 Jaroslav Tulach 2002-08-21 08:23:19 UTC
David, I thought that there was such problem a month ago and that you
have fixed it?
Comment 3 Jesse Glick 2002-10-15 14:32:53 UTC
*** Issue 28015 has been marked as a duplicate of this issue. ***
Comment 4 David Strupl 2002-10-15 15:39:58 UTC
FolderInstanceTest 1.13.

I probably somehow forgot to commit the change I was talking about
with Jarda. If there is problem on your machine or the QA machines
please reopen the issue.
Comment 5 Jesse Glick 2002-10-17 21:39:29 UTC
Still consistently broken on my machine.
Comment 6 Jesse Glick 2002-10-17 21:40:24 UTC
Created attachment 7697 [details]
New failure log (note also several other problems in same test class)
Comment 7 David Strupl 2002-10-22 14:07:49 UTC
I am reassigning to the original author. He might have a clue what is
wrong. Jarda if you don't want to look at it fell free to reassign
back (and I will remove the test from the stable config since this is
the only thing I am able to do quickly with this).
Comment 8 Jesse Glick 2002-12-06 00:14:38 UTC
Still failing for me, please exclude these tests from the stable
configuration until the issue is fixed.

testModification
testModificationOnSubFolder
testModificationOnSubSubFolder

testListenersCountNoCookie does not seem to be failing at the moment.
Comment 9 Jaroslav Tulach 2003-01-10 14:30:56 UTC
I have fixed all tests expect the one written by Jesse. I have no glue
what is going on there, moreover it uses Thread.sleep (...) and thus
seems a bit fragile. So I have removed that test from stable config.

Comment 10 Jesse Glick 2003-01-10 20:06:49 UTC
Alright, I don't remember enough about
testFolderInstanceNeverPassesInvObjects to know how to fix this now.
Some weirdness with asynch delivery of events, the usual.
Comment 11 pzajac 2003-07-31 11:17:02 UTC
Tests passed. Verified.