Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
Summary: CSV Output : Enable logging of sub results when jmeter.save.saveservice.subre...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-06-18 15:36 UTC by UbikLoadPack support
Modified: 2018-06-18 19:06 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2018-06-18 15:36:57 UTC
Currently this parameter:
jmeter.save.saveservice.subresults=true

is only used for XML output.

It can be interesting to output Sub Results also in CSV format.

Regards
UbikLoadPack Team
Comment 1 Philippe Mouawad 2018-06-18 16:08:08 UTC
Author: pmouawad
Date: Mon Jun 18 16:07:51 2018
New Revision: 1833732

URL: http://svn.apache.org/viewvc?rev=1833732&view=rev
Log:
Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true

Contributed by UbikLoadPack support
Bugzilla Id: 62470

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java
    jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2018-06-18 18:32:10 UTC
Author: pmouawad
Date: Mon Jun 18 18:27:13 2018
New Revision: 1833744

URL: http://svn.apache.org/viewvc?rev=1833744&view=rev
Log:
Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true

Remove subresults from CSV Output
Bugzilla Id: 62470

Modified:
    jmeter/trunk/bin/testfiles/Bug47165.jmx
    jmeter/trunk/bin/testfiles/Bug50898.jmx
    jmeter/trunk/bin/testfiles/Bug52310.jmx
    jmeter/trunk/bin/testfiles/Bug52968.jmx
    jmeter/trunk/bin/testfiles/Bug54685.jmx
    jmeter/trunk/bin/testfiles/Bug55375.jmx
    jmeter/trunk/bin/testfiles/Bug56243.jmx
    jmeter/trunk/bin/testfiles/Bug60607.jmx
    jmeter/trunk/bin/testfiles/Bug62239.jmx
    jmeter/trunk/bin/testfiles/FTP_TESTS.jmx
    jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.jmx
    jmeter/trunk/bin/testfiles/JDBC_TESTS.jmx
    jmeter/trunk/bin/testfiles/JMS_TESTS.jmx
    jmeter/trunk/bin/testfiles/OS_TESTS.jmx
    jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx
    jmeter/trunk/bin/testfiles/TCP_TESTS.jmx
    jmeter/trunk/bin/testfiles/TEST_HTTPS.jmx
    jmeter/trunk/bin/testfiles/TestCookieManager.jmx


Author: pmouawad
Date: Mon Jun 18 18:31:30 2018
New Revision: 1833745

URL: http://svn.apache.org/viewvc?rev=1833745&view=rev
Log:
Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true

Remove subresults from CSV Output
Bugzilla Id: 62470

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocal.jmx
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx
Comment 3 Philippe Mouawad 2018-06-18 19:06:48 UTC
Author: pmouawad
Date: Mon Jun 18 18:55:54 2018
New Revision: 1833750

URL: http://svn.apache.org/viewvc?rev=1833750&view=rev
Log:
Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true

Size of file has changed
Bugzilla Id: 62470

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocal.csv
    jmeter/trunk/bin/testfiles/BatchTestLocal.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:38:13 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4801