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 55261 - ActionTracker log file has very often >5MB
Summary: ActionTracker log file has very often >5MB
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 09:45 UTC by Marian Mirilovic
Modified: 2011-05-24 13:39 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 Marian Mirilovic 2005-02-20 09:45:39 UTC
It would be better make some filter for logging
Actions, because log file has huge size. Usually
it takes 300kB but often it is 5 MB , for axample
for Close All Editors test !
Comment 1 _ rkubacki 2005-02-20 19:18:22 UTC
OK, I will start with shorter description for component (currently
used toString() produces too long output) and probably we already can
reduce also amount of logged events.
Comment 2 Marian Mirilovic 2005-02-20 21:54:57 UTC
It would be great, because machine where we are storing results is
going to "No space left on device" very often ;(
Comment 3 Marian Mirilovic 2005-02-20 22:43:16 UTC
After small investigation I found log files with size ~26MB , so I
stopped performance tests for now !!!
Comment 4 _ rkubacki 2005-02-21 15:00:42 UTC
I commited updated version of our utilities JAR (build with 1.5) that
has less logging. But it is still several MB per testrun. Perhaps not
a P1 now.

Checking in
performance/performancetestutilities/dist/performance-test-utilities.jar;
/cvs/performance/performancetestutilities/dist/performance-test-utilities.jar,v
 <--  performance-test-utilities.jar
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in
performance/performancetestutilities/src/org/netbeans/performance/test/guitracker/ActionTracker.java;
/cvs/performance/performancetestutilities/src/org/netbeans/performance/test/guitracker/ActionTracker.java,v
 <--  ActionTracker.java
new revision: 1.2; previous revision: 1.1
Comment 5 Marian Mirilovic 2005-03-02 20:51:20 UTC
It's ok now, Radim you can close this one as fixed ...

Thanks....
Comment 6 _ rkubacki 2005-03-03 08:06:15 UTC
OK
Comment 7 Marian Mirilovic 2005-03-07 06:46:34 UTC
verified .. it's much much better now