You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
sbordet
changed the title
Load generator may exit prematurely
Load generator may complete prematurely
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 bybegin()
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 bybegin()
.The text was updated successfully, but these errors were encountered: