-
Notifications
You must be signed in to change notification settings - Fork 249
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
ticker_drop test fails occasionally - race condition in Ticker? #464
Comments
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Aug 12, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
This turned out to be a problem with To simplify the problem, you can change the number of tickers from 5 to 2. Depending on the order in which the tickers interleaved, you could end up with this:
In summary, the |
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Aug 13, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Aug 17, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Aug 17, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Sep 8, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Sep 8, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
chris-laplante
added a commit
to chris-laplante/indicatif
that referenced
this issue
Sep 8, 2022
Fixes console-rs#464 and console-rs#451 Possibly fixes console-rs#411 (if not already fixed?)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ticker_drop render test occasionally fails.
Reproduce it by running this command:
It will eventually fail with something like this:
Somehow the spinner is not correctly getting finished. Clearly there is a subtle race condition somewhere but I haven't been able to track it down.
The text was updated successfully, but these errors were encountered: