Open uerdemiryukatech opened 1 year ago
I encountered something similar on a planet build. Here is an example regression:
✘ regression [7] "/v1/search?sources=wof&text=Città del Vaticano, Vatican": score 3 out of 6
diff:
name
expected: Vatican City
actual: Città del Vaticano
locality
expected: Vatican City
actual: Città del Vaticano
country
expected: Vatican City
actual: Vatican
When I compare my local output to the public and dev APIs they seem to have the same "regressions" https://pelias.github.io/compare/#/v1/search?sources=wof&text=Citt%C3%A0+del+Vaticano%2C+Vatican
Sorry for the possible double post... GH UI is giving me grief.
These are integration tests testing the entire stack with real input data. Since the input data can change (planet-latest.osm.pbf, latest WOF, etc.), it follows that the expected output will change.
I just ran the tests against north-america and get a handful of failures:
Aggregate test results
Pass: 233
Improvements: 18
Expected Failures: 28
Placeholders: 0
Regressions: 84
Total tests: 363
Took 10415ms
Test success rate 76.86%
FATAL ERROR: 84 regression(s) detected.
Most of them seem like the kind of thing I'd expect from changing input data. e.g.:
tizen sdk: places
✘ [maps_service_search_place] "/v1/nearby?boundary.circle.radius=10&categories=food:pizza&point.lat=40.235771&point.lon=-74.937712": score 1 out of 2
diff:
name
expected: Jule's Thin Crust
actual: Jule's Thin Crust Pizza
There's an argument to be made for pinning the tests to known input data, and then updating the inputs & tests in lockstep, but that might be more work for the maintainers.
Hi there,
I installed Pelias Planet build on my server with prepare extracts from Geoearth rather than preparing myself but i got some errors when i ran test script. What can be wrong in my configuration?
Describe the bug
Results are under the bellow:
Pass: 503 Improvements: 14 Expected Failures: 101 Placeholders: 0 Regressions: 138 Total tests: 756 Took 19113ms Test success rate 81.75%
Environment (please complete the following information):