-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tracer): off-by-one bug in
Tracer::finished
(#906)
This bug causes the tracer to run for `max_rounds + 1` rounds. This bug is does not impact reports which terminate after the correct number of rounds and exit the process and thus stopping the `tracer` thread. This bug is observed when using the tracer programatically and setting `max_rounds`.
- Loading branch information
1 parent
1633019
commit 934d3c0
Showing
2 changed files
with
1 addition
and
4 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
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