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

352 our progressbar is a liar #1293

Merged
merged 4 commits into from Nov 18, 2017
Merged

Conversation

davidmiller
Copy link
Member

@davidmiller davidmiller commented Nov 17, 2017

Notice that we fail to systematically ensure we're cleaning up after ourselves when we start a progressbar.

This results in the occasional ghost progress bar we've seen on occasion.

To reproduce this pre this PR you can for instance introduce a raise ValueError() at the start of opal.core.api.SubrecordViewSet.update and attempt to edit a subrecord instance.

It would be better if we had failure handlers for all of our things that start progress bars which end them.

closes #352

Should now catch all places where we start a progressbar and handle failure cases with a cancellation of the progressbar.
refs #352
@fredkingham fredkingham merged commit 9cfa0be into v0.9.1 Nov 18, 2017
@davidmiller davidmiller deleted the 352-our-progressbar-is-a-liar branch August 12, 2019 13:49
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 this pull request may close these issues.

None yet

2 participants