FSchumacher opened a new pull request, #6663:
URL: https://github.com/apache/jmeter/pull/6663

   
   ## Description
   Take connectTime into account, when calculating requests that are falsely 
"OK".
   
   ## Motivation and Context
   The test breaks on slow workers with result.time almost 500ms. I think the 
long connectTime (more than 200ms) is responsible for the "early" interrupt. 
The tests that fail report the results and all five of them have an 
`elapsedTime` of almost 500 ms and a `connectTime` of more than 200ms.
   
   So by adding those, we get over the limit of 500 ms and should be good, but 
without the elapsedTime, we fail.
   
   ## How Has This Been Tested?
   Let's check the CI resuls.
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - CI fix
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [x] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to