Bug 55462

Summary: System Sampler should not change the sampler label if a sample fails
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2013-08-21 12:27:29 UTC
The System Sampler should not store failure details in the label.
Such information should be stored in the Response Message/Code.
Comment 1 Sebb 2013-08-21 13:20:11 UTC
URL: http://svn.apache.org/r1516154
Log:
System Sampler should not change the sampler label if a sample fails
Use the responseMessage for error reporting
Simplify the code; the outer try block was not needed.
Bugzilla Id: 55462

Modified:
    jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/SystemSampler.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3205