Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
WIP: Testing getting AppVeyor working [DO NOT MERGE]#9282
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This, somehow, seems to be where things started going sideways...
This makes very little sense to me... |
Two separate successful AppVeyor runs confirm it's related, though. |
Combined with the fact that adding -v to the tests seems to move the segfault to the end and that@cgohlke reports that this is dependent on a python mirco version makes me hope that this is something upstream in how It looks like there is a path (which we don't test?) that saves everything into memory and then embeds the frames. I think the code path we are testing is writing to a temporary directory. |
It's now the third time around and still passing... |
It seems that adding this test is when things started going sideways...