-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dockerize or use mocking in tests #3
Comments
@kevinschaper - do you have any additional insights here? Are you using linkml-solr and solr in a containerized implementation? |
I haven't looked at how it fails, but the extra context is that the lsolr command will start up Solr in docker for you, but in a GitHub action I'm fairly sure you can't just execute a I think running the Solr container explicitly as a part of the action might work, and setup the tests around an assumption that Solr is already there Testing the |
Translator SRI uses a containerized Solr instance to run Name Lookup: we prepare a Solr backup containing all the synonym information, and then the container downloads and restores that backup when initializing. I don't know if a similar strategy would work for you, but feel free to steal some ideas from there or to ask Yaphet or me any questions you have!
|
Currently tests fail in actions, they depend on solr in docker, figure out how best to orchestrate w GH actions
The text was updated successfully, but these errors were encountered: