-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPBin example: Setup step is flaky #43
Comments
Hi @dgzlopes The flakiness you mention has Three elements that depends on the test environment:
|
Yeah, agree 👍 (1) Documentation would be pretty nice, yup. Just wondering if we should instruct users trying the examples to use Kubectl before launching the k6 script. That way, the example is much more reproducible in almost every case, and we can get fancy with provisioning and using the k8s extension in the future. |
I tried to run the HTTPBin example and got hit by some problems.
First, the 10s timeout was hit while waiting for the pod to be ready:
I changed the timeout and re-run the script after this happened and got another error:
If the test finishes abruptly, the teardown phase isn't executed, and the namespace and its contents from the past run hang around. I removed this manually and run the test again. Another error:
Right. Self-explanatory 😄
Also: grafana/xk6-kubernetes#79
The text was updated successfully, but these errors were encountered: