afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

bugs for jmeter-analysis-maven-plugin while parser jtl #46

Open tansunyj opened 7 years ago

tansunyj commented 7 years ago

HI,Sir: I found some bugs in the plugin for the latest version,those occur in the following situation: bug one: 1.while I set the "Transaction Controller" in the jmx file,the plugin parser the jtl file failed....

bug two: 1.while the jtl file contains some errors(eg:the response message gives errors.),maven build failed and the jtl file was locked by java process and can't remove until kill the java process.