-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
FATAL ERROR: 74 regression(s) detected. #192
Comments
I can confirm there is the same issue / bug on the planet build. |
Can you please post the complete output of the test suite as a gist or a pastebin including any errors? |
There was a major change to the WOF data downloads The old ones were very old (>1yr), so this error could be due to:
Are there any other errors in the docker logs Does this look to be isolated to Canada to you? |
here is the pastebin for the test suite for a planet build: |
I'm using the latest version from several days ago that uses geocode.earth
Possibly, I'm not sure how to debug or resolve the following: Example 1:
Example 2:
On the North America build it definitely seemed to be related to Canada, the country isn't returned, also the same case for the planet build, maybe related to above. |
Strange this is a new build. trying to run So looking at the code for |
Interesting downloading the store.sqlite3 file from geocode.earth seems to have solved some of the issues, but still getting 141 regressions errors vs 140 for planet, here's the latest pastebin, https://pastebin.com/SGhPXW75 It's solved the original Canada issue I was seeing, and the following test are much better:
Is the correct order to download, prepare and import each source documented? I believe the order matters as some depend on others? |
@getorca thanks for the detailed report, I've managed to find the source of the Canada issue and opened a PR to resolve it: I'll kick off a rebuild of all the Geocode Earth data downloads and they should be available in <1 day |
@getorca I've republished the data, please re-download and try again:
|
thanks for your hard work, and helping me find the errors. It can be a bit intimidating with the long build times and number of sources/importers to debug. Trying now, will report back |
Yup, solves the Canada issue. |
There was unfortunately another bug so I had to regenerate all the data again, should all be 💯 again now. If the problem is solved for you please close the github issue. |
Yup, I will let you know ASAP, it might not be until later today or tomorrow. I destroyed the droplets I had the planet, and the NA build on, and I want to let my current import finish running. |
I'm going to close this issue due to inactivity. I suspect that there may be some minor regressions remaining to the test suite related to the change of hosts for WOF dist files but I believe the critical errors have been resolved. Thanks for your help in detecting the bugs. Please feel free to open a new issue or let me know if this needs to be reopened. |
Describe the bug
After installing a fresh north american build I get the error
FATAL ERROR: 74 regression(s) detected.
A number of the errors seem to be related to canada, at least the ones that don't just look like changes in names:
Lib postal seems to be parsing things correctly
But whosonfirst feature collection is wrong
This seems to be the case for all of Canada. Canada is never returned as country or the wrong feature collection is returned for a different country.
Steps to Reproduce
Install a fresh docker build of north america.
Expected behavior
Canada being returned as the country.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: