Bug 59172

Summary: SampleResult SaveConfig does not allow some fields to be disabled
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sebb 2016-03-12 22:37:41 UTC
It's not currently possible to disable either Idle Time or Active Thread Count.

Luckily the fix is simple.
Comment 1 Sebb 2016-03-12 22:45:10 UTC
URL: http://svn.apache.org/viewvc?rev=1734743&view=rev
Log:
SampleResult SaveConfig does not allow some fields to be disabled
Bugzilla Id: 59172

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleSaveConfigurationConverter.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Sebb 2016-03-12 23:31:02 UTC
URL: http://svn.apache.org/viewvc?rev=1734746&view=rev
Log:
SampleResult SaveConfig does not allow some fields to be disabled
Previous fix did not work for idleTime because the ctor did not set all the defaulted fields
Bugzilla Id: 59172
Comment 3 The ASF infrastructure team 2022-09-24 20:38:03 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3900