On 21 August 2013 13:19, Cyril SANTUNE <[email protected]> wrote: > Thank you, I understand now. However, I don't use third party plugin, I use > OS Process Sampler. It seem it doesn't follow the "JMeter conventions".
That's a bug in the sampler then which needs to be fixed. > I make a simple test plan with 1 os sampler with an unkonwn command to > force the failure. I obtain the report with label "ERROR: OS Process > Sampler". > I make another test, I check the box "return code configuration" and use > curl as command that generate error in curl. I obtain the report with label > "FAILED: OS Process Sampler". I just tried with the command "abcd" (does not exist) and I see the same issue. So I agree it's a bug in the sampler implementation. > I don't find anything in the documentation. > > > > On Wed, Aug 21, 2013 at 9:47 AM, sebb <[email protected]> wrote: > >> On 21 August 2013 07:37, Cyril SANTUNE <[email protected]> wrote: >> > Hi, >> > >> > For example in aggregate report, sometime, when there are errors, the >> > column "error %" don't increase, but a new label is created with the name >> > FAILED: <name_of_the_label> >> > I use OS samplers. >> > >> > Can I avoid this behavior ? Or explain why the new line is created. >> >> The JMeter Listeners don't create labels (apart from Totals if relevant) >> The label must be coming from the sample result. >> >> Likewise the error % is based on the sample result. >> >> Have a look in the JTL file to confirm. >> >> Sounds like you are using a 3rd party plugin which is not following >> the JMeter conventions; please take the issue up with the provider. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
