[Koha-bugs] [Bug 8233] New search engine layer - introduce solr without breaking anything else

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 18 10:18:26 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #33 from Paul Poulain <paul.poulain at biblibre.com> ---
(In reply to comment #31)
> This new code introduces some rather serious problems. The packages required
> for Solr do not work on Squeeze, which means that t/00-load.t bails out
> without some serious black magic. Since "all tests should pass" is supposed
> to be one of the things that people who are signing off and doing QA are
> checking, this is a huge problem. In order to work around it when signing
> off, I ran relevant tests individually, but that is not a long-term
> solution, and certainly will not be a viable option when it comes time to
> actually release 3.10. Perhaps the packaging manager could be told which
> modules need to be packaged for Squeeze, so that we could get Koha working
> again?

As solr stuff is experimental, couldn't we just skip Koha::SearchEngine::Solr
for now, like what is done for cache:
return if $m =~ /Cache/; # Cache modules are a WIP, add the tests back when we
are using them more

?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list