-
Notifications
You must be signed in to change notification settings - Fork 50
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
some failing tests #99
Conversation
I reran with no changes and now see all the rust-1.53 tests as passing, but two from rust-1.54 are now failing... there doesn't seem to be any pattern to the failures that I can see. tldr;
|
I get this one in a doc test on
|
It's strange. The test still fails (with a |
Looks like CI passed now 🎉. |
104: Initialize `zt` before calling `proj_trans` r=michaelkirk a=lnicola CC #99 r? `@michaelkirk` Co-authored-by: Laurențiu Nicola <[email protected]>
Fixed in #104 |
We're seeing some failures in CI for #98 e.g.
https://github.com/georust/proj/runs/5014199807?check_suite_focus=true
The failures seem eerily similar to the ones I found in: #97 (comment)
I opened this PR just as a way to gather more data, to see if I could find a pattern.
CI Run from this branch: https://github.com/georust/proj/runs/5013682778?check_suite_focus=true
❌ default features
❌ --features=network
❌ --no-default-features
❌ --features=network geo-types
Curiously in #97, all the rust-1.53 tests were passing and it was the rust-1.52 tests that were failing. I'm not opposed to raising the MSRV, but it doesn't seem like the failures are as simple as "broken on old rust".