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 224566 - Test logs flooded from org.openide.util.RequestProcessor isNotHuge
Summary: Test logs flooded from org.openide.util.RequestProcessor isNotHuge
Status: VERIFIED DUPLICATE of bug 224224
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-01-07 11:14 UTC by Jiri Skrivanek
Modified: 2013-02-27 08:12 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 Jiri Skrivanek 2013-01-07 11:14:08 UTC
Since http://hg.netbeans.org/main-golden/rev/1e328a630a9f test logs are flooded with repeating messages about x occurrences in RequestProcessor. If it is critical problem that an AssertionError is more appropriate, otherwise just print message once.

Here is example of unit tests run

http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.3/85/jdk=JDK%207,label=XP-slave2/console

    [junit] INFO:  3,478 occurences of org.openide.loaders.FolderChildren$1R
    [junit] Jan 06, 2013 12:55:22 PM org.openide.util.RequestProcessor isNotHuge
    [junit] WARNING: Huge amount (3,477) of pending tasks in Data System Nodes request processor
    [junit] Jan 06, 2013 12:55:22 PM org.openide.util.RequestProcessor isNotHuge

 [junit] WARNING: Huge amount (5,109) of pending tasks in Favorites Nodes request processor
    [junit] Jan 06, 2013 10:14:14 AM org.openide.util.RequestProcessor isNotHuge
    [junit] INFO:  5,109 occurences of org.netbeans.modules.favorites.FavoritesNode$ProjectFilterNode
    [junit] Jan 06, 2013 10:14:14 AM org.openide.util.RequestProcessor isNotHuge
Comment 1 Jaroslav Tulach 2013-01-07 15:02:19 UTC

*** This bug has been marked as a duplicate of bug 224224 ***