ChapmanCPSC / jmeter

Mirror of Apache JMeter
Apache License 2.0
0 stars 0 forks source link

Bug 63276 - The Sample Timeout has a 1ms error when using a pre-processor #25

Open arafe102 opened 5 years ago

arafe102 commented 5 years ago

Steps to reproduce it:

  1. Set the Sample Timeout of a pre-processor to 250ms
  2. Run a HTTP Reguest to www.google.com for 5 users
  3. Check the results

Actual results: The requests with the ST 249ms, 250ms and 251ms are displayed as failed

Expected results: The requests with the ST under or equal to 250ms are displayed as passed and the the ones with the ST higher than 250 are displayed as failed

https://bz.apache.org/bugzilla/show_bug.cgi?id=63276