-
Notifications
You must be signed in to change notification settings - Fork 30
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
Dashboard replay command not working #31
Comments
Hi, thank you for reporting this.
My other tip is to try with hzip-ed data (use test_result.json.gz to save and replay) |
I tried with the following: ./k6 run --out json=test_result.json.gz my-script.js
./k6 dashboard replay test_result.json.gz and ./k6 run --out json=test_result.json.gz my-script.js
./k6 dashboard replay --port 7634 test_result.json.gz but it still doesn't work |
Confirm, it doesn't work for me as well. |
Sorry for the delay. I'm asking for a little more patience, I'm on vacation, and then I'll start a new job. I can probably deal with the problem in mid-August. |
Hi @didiazm , @krzwiatrzyk-lgd, May I ask you to check again with the latest (v0.5.2) version? |
@szkiba I'm also encountered this -- details as follows:
I can confirm that the normal dashboard works -- but dashboard replay or reply with report to html doesn't work. |
Hi,
I downloaded the new release v0.4.3 - replay results for linux and ran my script with the following commands:
The server at http://127.0.0.1:5665 is working but the request to http://127.0.0.1:5665/events is always pending.
I also tried with the docker version and got the same result.
I have tried with different json results, even with the file testdata/result.json but it still doesn't work
On the other hand, with the same script it does work when I run:
OS
Ubuntu 20.04.6 LTS
The text was updated successfully, but these errors were encountered: