-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
ERROR: relation "search_name" does not exist at character 1161
when importing with --reverse-only
#3583
Comments
This is similar to when we discovered that warming was broken with reverse-only in 4.3.0: #3213 |
Your tests on Github Actions run
In the past (Nominatim 4.4) you expected a HTTP 404 response with an error message and now you receive a failure
|
I would say that a 503 is undesirable and a 4xx correct but maybe this doesn't need to be part of the API contract. So, I could simply not assert that there is a 404 returned. |
That's clearly a regression that needs to be fixed. I shall do that shortly but I'm not convinced that it is important enough to warrant a patch release. Can you cope with it for the current release? |
Now that I realised that the test just asserts that a specific error happens, I can definitely live with it for much longer. It's firmly in the nice-to-have territory. |
Describe the bug
We are in the process of updating nominatim-docker and during our automated tests, I noticed that the test case that imports with
--reverse-only
and then queries breaks because it cannot find a table.Log: https://github.com/mediagis/nominatim-docker/actions/runs/11798513937/job/32865181892
To Reproduce
Import data, for example Monaco, with
--reverse-only
and then query for a result.Software Environment (please complete the following information):
Hardware Configuration (please complete the following information):
Postgresql Configuration:
https://github.com/mediagis/nominatim-docker/blob/86f1d3494b29b98d7486ae70b3c79c9448cf44e0/4.5/conf.d/env#L1-L6
Nominatim Configuration:
https://github.com/mediagis/nominatim-docker/blob/86f1d3494b29b98d7486ae70b3c79c9448cf44e0/4.5/conf.d/env#L1-L6
Additional context
The text was updated successfully, but these errors were encountered: