You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to add a simple experiment as a GitHub action to load test an HTTP service, but any basic URL that I try gives me an error-count of 100.00 and an error-rate of 1.00.
Apart from the actual URL I am trying to test, I also tried with https://httpbin.org/get, http://127.0.0.1/get, and https://www.google.com, but I got the same error values.
What is interesting is that the other values (e.g.: latency) seem to look okay to me.
@shubhamgoenka it looks like you were using a very old version of Iter8 (v0.9). Since that time, the github install action has been deprecated. Instead you should be able to use the recommended helm commands directly in your workflow. See, for example, https://iter8.tools/0.18/getting-started/first-performance/.
Describe the bug
I'm trying to add a simple experiment as a GitHub action to load test an HTTP service, but any basic URL that I try gives me an
error-count
of100.00
and anerror-rate
of1.00
.Apart from the actual URL I am trying to test, I also tried with https://httpbin.org/get, http://127.0.0.1/get, and https://www.google.com, but I got the same error values.
What is interesting is that the other values (e.g.: latency) seem to look okay to me.
To Reproduce
Monitor runs at https://github.com/ordrsmart/ordrsmart-public/actions
Expected behavior
The GitHub action job should pass with an
error-count
of0
and anerror-rate
of0
.Screenshots
Desktop (please complete the following information):
iter8 version
commandAdditional context
Example of failed log: https://github.com/ordrsmart/ordrsmart-public/actions/runs/5355447968/jobs/9713740255
YAML file containing GitHub action configuration that runs
iter8
: https://github.com/ordrsmart/ordrsmart-public/blob/main/.github/workflows/http-load-testing-staging.yamlThe text was updated successfully, but these errors were encountered: