solr_wrapper
solr_wrapper copied to clipboard
Wrap your tests with Solr 5+
Rake 10 does not work with ruby 3.2: ``` NoMethodError: undefined method `=~' for # ```
Fixes #150
Solr 9.2.1 was released today. When I run solr_wrapper I get: ``` solr-9.2.1.tgz: |==============================================================| rake aborted! solr-9.2.1.tgz.sha512: |=======================================================| Checksum mismatch ``` When I manually run the checksum: ``` shasum -a512...
Hello, solr_wrapper keeps on crashing at startup. I always get following message: ``` solr_wrapper The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing...
Should we trap for this error in `with_collection` and just log it? ``` Failed to execute solr create: ERROR: Core 'blacklight-core' already exists! Checked core existence using Core API command:...
**Versions used:** * Using `solr_wrapper 0.12.0` * Using Solr 6.4.1 (the version selected by `solr_wrapper`) **Expected Result:** I should be able to: 1. run `solr_wrapper` for a 1st time, with...
See https://github.com/projectblacklight/demo.projectblacklight.org/runs/6500680593?check_suite_focus=true ``` solr-9.0.0.zip: |==============================================================| solr-9.0.0.zip.sha512: |=======================================================| rake aborted! Checksum mismatch /home/runner/work/demo.projectblacklight.org/demo.projectblacklight.org/Rakefile:18:in `block in ' /opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle:23:in `load' /opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle:23:in `' ```
I'm getting some test failures this week because of a certificate error when Travis-CI is setting up solr_wrapper: rake aborted! 1522OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate...