Skip to content
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

Uninterruptible iterations #879

Closed
na-- opened this issue Dec 18, 2018 · 1 comment · Fixed by #1007
Closed

Uninterruptible iterations #879

na-- opened this issue Dec 18, 2018 · 1 comment · Fixed by #1007
Assignees
Milestone

Comments

@na--
Copy link
Member

na-- commented Dec 18, 2018

When ramping-down VUs in a stages config, with the current k6 implementation, some iterations may be interrupted midway through their execution. In some situations that may not be ideal, since it'll make comparison of metrics between iterations pretty difficult. So, ideally, we should have an option that causes k6 to wait for iterations to complete when ramping down VUs.

@na--
Copy link
Member Author

na-- commented Aug 28, 2019

For posterity, this has been implemented as part of #1007. It is a property of the new executors there called gracefulStop (for waiting iterations to complete at the end of the test) and gracefulRampDown (for ramping down then there are stages). By default both of these values would be 30s.

@na-- na-- modified the milestones: v1.0.0, v0.27.0 May 21, 2020
@na-- na-- closed this as completed in #1007 Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant