-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handleVUs and handleRemainingVUs was not sharing the current number of planned VUs in graceful steps. This may cause the latter method to act strangely. It's because handleRemainingVUs needs to know the number of remaining graceful steps so that it can stop the remaining VUs accordinly. Now the handleVUs method returns the number of handled graceful steps. So the handleRemainingVUs method can use this information and hard stop the remaining VUs.
- Loading branch information
1 parent
6c967af
commit e07fecf
Showing
1 changed file
with
43 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters