hbz / lobid-organisations

Transformation, web frontend, and API for lobid-organisations
http://lobid.org/organisations
Eclipse Public License 2.0
13 stars 3 forks source link

Travis build fails #422

Closed dr0i closed 5 years ago

dr0i commented 5 years ago

So, travis build fails. I couldn't reproduce it locally at first. A simple "rm -rf target" showed the error alas.

And that's the message:

[error] Test xml: /test_morph-dbs.DbsMorph failed: No literal found: addressCountry=AT

which I find confusing because in the java code there was nothing changed between the commits. However, now should be able to trace it.

dr0i commented 5 years ago

In a morph was a lookup-table referenced as "http://lobid.org..." which was redirected after https://github.com/hbz/lobid/issues/352 resp. https://github.com/hbz/lobid-organisations/issues/263, but the underlying lookup mechanism obviously did not follow the permant redirect (HTPP status code 301). So this test made us aware of a fundamental break introduced with the mentioned tickets. By reverting them the master is build again successfully. Closing.