-
Notifications
You must be signed in to change notification settings - Fork 1.3k
GitHub Actions: test in Solr 8 #1976
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
base: master
Are you sure you want to change the base?
Conversation
Thanks! You should rebase your PR once #1977 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like wait-for-solr strikes again 😭
|
I'm afraid it's not that simple to test against new versions of solr. Files in |
@black3r Do you have any hints for us on how to get the tests to pass on modern versions of Solr? |
I am currently using django-haystack with Solr 8 and it seems to be working well. I think we can move the docs and testing to at least be current with this Solr version. The current stable Solr release series is 9.x.
I've made some updates to the test solr docker config - tests are now failing at this step which doesn't seem related:
I don't see any mention of |
We can ignore the pre-commit vs. prettier thing... I will fix that in #1982. |
I am currently using django-haystack with Solr 8 and it seems to be working well. I think we can move the docs and testing to at least be current with this Solr version. The current stable Solr release series is 9.x.