You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/17 12:02:56 UTC

[GitHub] [jmeter] vlsi commented on issue #5919: s390x CI failure

vlsi commented on issue #5919:
URL: https://github.com/apache/jmeter/issues/5919#issuecomment-1551268564

   Thanks for the analysis.
   
   Frankly speaking, I do not think the failure is specific to s390x.
   The test expects "sampler duration" to exceed 0ms.
   I think it is a wrong assumption and adds no value.
   
   I think the response was blazing fast (which might be caused by s390x being too fast), so `response.getTime()` turned out to be `0`.
   
   We probably need to remove that check or rework it somehow to ensure it returns non-negative results.
   
   Do you think you could create such a PR?


-- 
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: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org