-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Fix wait() in @parallel #14150
Comments
comment:2
Looks good. You didn't add a doctest: is there one that consistently fails in the new framework? |
comment:3
Replying to @roed314:
To be honest, I cannot say for sure why the problem occurs. I'm fairly certain the problem is the big gap between
and
If some exception would occur in between, then |
comment:4
How consistently is this error occurring in the new framework? Every time? Do the fixes here make the problem disappear? If so, I'm willing to give this a positive review, since there is a doctest failing that will no longer fail. |
comment:5
Replying to @roed314:
Not every time, but it's still reasonably common that I have seen it multiple times. |
comment:6
Added doctest which always shows the |
comment:7
You should fix the unpickling after breaking it. Add
after the end of the |
Reviewer: David Roe |
comment:8
Good point :-) |
comment:9
Attachment: 14150_use_fork.patch.gz |
comment:10
Great. |
Merged: sage-5.8.beta2 |
comment:12
Possibly related: #15585 |
The new doctesting framework sometimes gets:
Fix this.
Component: misc
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.8.beta2
Issue created by migration from https://trac.sagemath.org/ticket/14150
The text was updated successfully, but these errors were encountered: