Bug 53742 - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0
Summary: When jmeter.save.saveservice.sample_count is set to true, elapsed time read b...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.7
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-19 23:28 UTC by Philippe Mouawad
Modified: 2012-08-19 23:43 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2012-08-19 23:28:42 UTC
I have a Test Plan configured with:
jmeter.save.saveservice.sample_count=true

When reading back a CSV file, SampleResult#getTime() always returns 0, as it's in fact a StatisticalSampleResult build using deprecated constructor in CSVSaveService#makeResultFromDelimitedString.

This has the following impacts for example:
- Using Aggregate Graph all bars show 0 as response time
- In new Response Time Graph all response times are equal to 0
...
Comment 1 Philippe Mouawad 2012-08-19 23:43:41 UTC
Date: Sun Aug 19 23:30:15 2012
New Revision: 1374878

URL: http://svn.apache.org/viewvc?rev=1374878&view=rev
Log:
Bug 53742 - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0
Bugzilla Id: 53742

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:50 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2888