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

Load generator may complete prematurely #64

Closed
sbordet opened this issue Feb 26, 2021 · 0 comments
Closed

Load generator may complete prematurely #64

sbordet opened this issue Feb 26, 2021 · 0 comments

Comments

@sbordet
Copy link
Member

sbordet commented Feb 26, 2021

In case of multiple iterations, one iteration may be slower than the last one.

The load generator will complete the CompletableFuture returned by begin() when the last iteration is completed, but that does not mean that previous iterations also are completed.

The load generator must wait for all iterations to finish before completing the CompletableFuture returned by begin().

@sbordet sbordet changed the title Load generator may exit prematurely Load generator may complete prematurely Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant