Bug 59172 - SampleResult SaveConfig does not allow some fields to be disabled
Summary: SampleResult SaveConfig does not allow some fields to be disabled
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 22:37 UTC by Sebb
Modified: 2016-03-12 23:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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