Bug 52358 - Does SampleResult config field have to be saved to the output file?
Summary: Does SampleResult config field have to be saved to the output file?
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5.1
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 01:13 UTC by Sebb
Modified: 2011-12-20 21:25 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2011-12-19 01:13:47 UTC
The SampleResult class keeps a copy of the relevant sample save configuration.
This is needed in order to store the appropriate sample entries.

It needs to be kept with the result until that is saved, but probably does not need to be saved with the result fields. This would save a lot of space in XML format files.
Comment 1 Sebb 2011-12-20 21:25:18 UTC
Note: this only applies to the StatisticalSampleResult class, which currently does not have a converter.

Cannot re-use the SampleResult converter as is, because that cannot unmarshall the previous format.
Comment 2 The ASF infrastructure team 2022-09-24 20:37:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2687