Bug 52358

Summary: Does SampleResult config field have to be saved to the output file?
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

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