Bug 58033

Summary: SampleResultConverter should note that it cannot record non-TEXT data
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: PC   
OS: Mac OS X 10.4   

Description Sebb 2015-06-14 11:55:55 UTC
The SampleResultConverter does not save anything if the sample result is not of type TEXT. It should save a message instead, as it does for unsupported encodings.

This relates to Bug 58027
Comment 1 Sebb 2015-06-14 14:16:09 UTC
URL: http://svn.apache.org/r1685394
Log:
 SampleResultConverter should note that it cannot record non-TEXT data
Bugzilla Id: 58033

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleResultConverter.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/listeners.xml

URL: http://svn.apache.org/r1685405
Log:
SampleResultConverter should note that it cannot record non-TEXT data
Ensure that JavaSampler response is always text
Bugzilla Id: 58033

Modified:
    jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/test/JavaTest.java

URL: http://svn.apache.org/r1685406
Log:
SampleResultConverter should note that it cannot record non-TEXT data
Fix up test data
Bugzilla Id: 58033

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocal.csv
    jmeter/trunk/bin/testfiles/BatchTestLocal.xml
Comment 2 Sebb 2015-06-14 23:44:10 UTC
URL: http://svn.apache.org/r1685489
Log:
SampleResultConverter should note that it cannot record non-TEXT data
Fix up test data
Bugzilla Id: 58033

Modified:
    jmeter/trunk/bin/testfiles/Bug50898.csv
    jmeter/trunk/bin/testfiles/Bug50898.xml
    jmeter/trunk/bin/testfiles/Bug52968.csv
    jmeter/trunk/bin/testfiles/Bug52968.xml
    jmeter/trunk/bin/testfiles/Bug54685.csv
    jmeter/trunk/bin/testfiles/Bug54685.xml
    jmeter/trunk/bin/testfiles/Bug55375.csv
    jmeter/trunk/bin/testfiles/Bug55375.xml
    jmeter/trunk/bin/testfiles/Bug56811.csv
    jmeter/trunk/bin/testfiles/Bug56811.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:00 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3613