I have upgraded JMeter version from 2.11 to 2.13. I am able to run the test. But I could not load 2.11's JTL test results into latest version 2.13.
I have noticed that two additional fields introduced in JTL file which I executed the test from JMeter 2.13. Do we have any properties to changes this?
Anyone can you please help how to load JTL file that executed in Jmeter 2.11 version into Jmeter 2.13 version?
I got below error in jmeter.log.
2015/12/16 16:15:29 INFO - jmeter.save.CSVSaveService: {Actual JTL File Name} does not appear to have a valid header. Using default configuration. 2015/12/16 16:15:29 WARN - jmeter.save.CSVSaveService: Insufficient columns to parse field 'allThreads' at line 1 2015/12/16 16:15:29 WARN - jmeter.reporters.ResultCollector: Problem reading JTL file: {Actual JTL File Name}
saveservice.properties
to modify JTL file structure. – RaGe