-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix for #3859 #3868
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 for #3859 #3868
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ Thanks! |
📌 Commit c21fff6 has been approved by |
⌛ Testing commit c21fff6 with merge d4d039f... |
💔 Test failed - status-travis |
Welp, it fails on my test but I'm puzzled how it works on almost every platform but one. Possibly a timing issue with flushing to disk? Or is that just a hunch from working with too many broken parallel file systems? |
Hm that does seem odd, but it looks like Travis on the PR is also failing for the same reason? It looks like it may be related to a race though as the builder failing is changing? Perhaps some more debugging information could be added to help diagnose? |
Sorry, I think I wasn't clear. It is failing on travis and the test that fails is the new code I added. I can't reproduce it locally on linux or OS X using |
Interesting! In the face of #3878 I think we may want to close this though, right? |
☔ The latest upstream changes (presumably #3878) made this pull request unmergeable. Please resolve the merge conflicts. |
With templates pulled out until we have an RFC that's passed, this PR is no longer valid. |
Stop ignoring .gitnore files. Add a failing test which now passes..