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 228227 - Large number of test results causes large delay when changing filter setting
Summary: Large number of test results causes large delay when changing filter setting
Status: RESOLVED DUPLICATE of bug 223996
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 01:56 UTC by theshadow27
Modified: 2013-05-28 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
.npss file attached from NetBeans (176.33 KB, application/x-npss)
2013-04-04 01:56 UTC, theshadow27
Details
Test case (20.21 KB, application/zip)
2013-04-04 02:26 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2013-04-04 01:56:15 UTC
Using the JUnit @RunWith(Parameterized.class), I have a unit-test class that produces a large number of results (2736). When some of these fail, but most pass, changing the pass filter (green checkbox) causes long (5-10 second) lag.

Profile & sample project will follow

Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Comment 1 theshadow27 2013-04-04 01:56:42 UTC
Created attachment 133289 [details]
.npss file attached from NetBeans

.npss file
Comment 2 theshadow27 2013-04-04 01:58:34 UTC
In the attached snapshot, I first clicked "Show Passed" (then waited for it to finish), then clicked "HIde Passed" (then waited for it to finish).
Comment 3 theshadow27 2013-04-04 02:26:00 UTC
Created attachment 133290 [details]
Test case

The attached project illustrates the issue. Run the test for org.netbeans.App, click the green checkmark in the Test Results window (tool tip "show passed"). Set crashTheIde = true and do the same for a real show...
Comment 4 theshadow27 2013-04-04 02:29:26 UTC
Also, same issue in dev build 20130403135657
Comment 5 Theofanis Oikonomou 2013-05-28 14:19:02 UTC

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