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 🎉. |
|
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".