Radim Vansa

Results 37 issues of Radim Vansa

Hyperfoil testsuite is failing due to instable tests in the CI (Github Actions): https://github.com/Hyperfoil/Hyperfoil/actions , e.g. here: https://github.com/Hyperfoil/Hyperfoil/runs/7296876695?check_suite_focus=true

- docs on website are outdated, should use underscores in group/agent names and not dashes - scripts are not released to ansible-galaxy automatically (had to refresh manually for 0.19) -...

bug

Right now we're checking on jitter on an independent thread. It would be interesting to detect jitter in each event loop separately. We could also track the observed delay on...

In Openshift the UID is random and reset after namespace wipe. This causes trouble when we re-mount the same NFS directory; new instance cannot write to directories created by previous...

enhancement

When we have trouble establishing all connections to the SUT but some connections can be set up ok, the agent does not terminate soon on its own, and cannot be...

The `all.json` might be confusing in cases where we use node-scraper as well - in that case it's not all. We should rename that to `XXXX.json` (where XXXX stands for...

Hyperfoil is now pluggable and we can use it to measure performance of raw TCP or even UDP traffic. We can support two basic types: ## Request/response type operation While...

* [x] basic auth (user + password, set through properties or env vars on server) * [ ] bearer token, validating through oauth

enhancement

This test is relevant mostly on Windows - trying to use URI in the form of `file:/C:/path/to/...` as classpath element. On Linux, this is parsed as two items as `File.pathSeparator`...

ready
rfr

Some users might get confused by the inner exceptions reported during C/R as *suppressed* exceptions. This PR changes the printout to make it look as if the exception had multiple...

ready
rfr