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

--- Comment #33 from Paul Poulain <paul.poul...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to