owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
107 stars 33 forks source link

Server in test no longer available #326

Open balhoff opened 2 months ago

balhoff commented 2 months ago

@kltm these tests no longer pass, since this server is offline. Any replacement?

https://github.com/owlcollab/owltools/blob/9faa4f42b761839a26e8c8096cd24044e2bdcfc7/Golr-Client/src/test/java/org/bbop/golr/java/RetrieveGolrAnnotationsTest.java#L72

kltm commented 2 months ago

@balhoff Huh, well... Assuming the tests are "mild", one could probably just go for: "https://golr.geneontology.org/solr". This is the production server, so if this is going to cause sweat, let's figure something else out. (The most "correct" solution here would be to spin up a local docker image with a grab of a known version of the solr index, but that is unlikely to work easily in GHA.)

balhoff commented 2 months ago

Fixed by #327.