Bug 56807

Summary: Ability to force flush of ResultCollector file
Product: JMeter - Now in Github Reporter: Andrey Pokhilko <apc4>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.10   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to implement protected method

Description Andrey Pokhilko 2014-08-04 11:29:25 UTC
Created attachment 31868 [details]
Patch to implement protected method

Missing the ability to flush buffered PrinterWriter in child class of ResultCollector. Suggesting to add some way to do it.

See http://mail-archives.apache.org/mod_mbox/jmeter-dev/201408.mbox/browser for discussion

Patch supplied.
Comment 1 Philippe Mouawad 2014-08-22 20:50:24 UTC
Date: Fri Aug 22 20:47:21 2014
New Revision: 1619927

URL: http://svn.apache.org/r1619927
Log:
Bug 56807 - Ability to force flush of ResultCollector file
Bugzilla Id: 56807

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java
    jmeter/trunk/xdocs/changes.xml

Date: Fri Aug 22 20:49:30 2014
New Revision: 1619928

URL: http://svn.apache.org/r1619928
Log:
Bug 56807 - Ability to force flush of ResultCollector file
Added Contributed by
Bugzilla Id: 56807

Modified:
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2014-08-22 20:50:47 UTC
Thanks for patch, commited with a log to identify calls to it.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:57 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3408