https://bz.apache.org/bugzilla/show_bug.cgi?id=64176
Bug ID: 64176
Summary: CSV output log contains wrong duplicated samples lines
with wrong data (time equal to 0 and url = null)
Product: JMeter
Version: 5.1.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_6.0.0
Created attachment 37043
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37043&action=edit
example of generated file output
Hello, i was looking for a response to my problem in existing bugs but i didnt
find anything. this following problem falsifies the report jmeter of the
campagn. it probably caused by a bad usage of the product jmeter but i didn't
resolve yet.
i have to redirect view results tree or view results table to csv file in order
to generate my report.
everithing is ok in the gui jmeter where I see the good result but when i open
the csv file i can see some weird line inside
below you can find the generated lines in the output file, i expected to get
only
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1582562337302,112,acces get config,200,OK,Création Proposition remboursement
1-1,text,true,,11210,276,1,1,http://ihm-ihc-dev.vente.fr.intraorange:8080/adv-ihm/config,112,0,8
==> line OK with real url
1582562337414,0,acces get config-0,200,OK,Création Proposition remboursement
1-1,text,true,,8760,0,0,0,null,0,0,0 ==> wrong line with null url and response
time =0
1582562339417,129,PROP REMB - Requête JWT,200,OK,Création Proposition
remboursement
1-1,text,true,,24479,291,1,1,http://ihm-ihc-dev.vente.fr.intraorange:8080/adv-ihm/security/refreshToken,126,0,8
==> line OK
1582562339545,1,PROP REMB - Requête JWT-0,200,OK,Création Proposition
remboursement 1-1,text,true,,22508,0,0,0,null,0,0,0==> wrong line with null url
and response time =0
in attachment, you can find screenshots of this weird behavior:
And my final question is how jmeter can delete this line (which parameter or
which option can cause this behavior)?
Thank you for your response,
best regards,
Guillaume CANU
--
You are receiving this mail because:
You are the assignee for the bug.