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 153872 - Display determinate progress bar instead of indeterminate one
Summary: Display determinate progress bar instead of indeterminate one
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 16:18 UTC by Marian Petras
Modified: 2011-11-04 11:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2008-11-25 16:18:40 UTC
Sometimes, randomly, the JUnit module fails to count the test classes that are about to be executed and, as a
consequence, the progress bar reflecting the running tests is indeterminate. This is random, even in a single project.

This bug is related to (already fixed) bug #87142.
Comment 1 Alexei Mokeev 2009-03-05 13:50:10 UTC
Assigning issues from Michael to Andrey.
Comment 2 Andrey Yamkovoy 2009-03-25 11:29:05 UTC
Since JUnit was switched to use Common Test Runner API for displaying test results this functionality (API to provide
tests count to run) should be implemented on the Common Test Runner API side. And if such information will be provided
by consumer display determinate progress bar instead of indeterminate one.