-
Notifications
You must be signed in to change notification settings - Fork 516
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
Run artillery within an express server loops infinite #264
Labels
Comments
Thanks for the bug report @cesarZubillaga. Potentially related to #238 |
hassy
added a commit
to hassy/artillery
that referenced
this issue
Mar 8, 2017
hassy
added a commit
to hassy/artillery
that referenced
this issue
Mar 8, 2017
To make my code run inside the server i did some changes and now i am running artillery as a command. I needed to capture the output and send to the client. This is how i solved it. BTW thanks for this cool tool.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
After artillery printing "all scenarios completed" i get infinite:
This is my enviroment:
artillery -V 1.5.1
node -v v6.8.0
express -v 4.14.1
I have created a repository so you can reproduce the error.
https://github.com/cesarZubillaga/artilleryexpresstesting
I have tested this with LTS node version 6.10.0 and last node 7.6.0 resulting in the same error.
Thanks
The text was updated successfully, but these errors were encountered: