https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |jonathan.druart+koha@gmail. | |com --- Comment #15 from Jonathan Druart <[email protected]> --- Tests are not passing for me either. Undefined subroutine &main::AddAuthority called at /kohadevbox/koha/t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 874. then, after the following change: -use C4::AuthoritiesMarc; +use C4::AuthoritiesMarc qw( AddAuthority ); I get: # Failed test 'No tests run for subtest "Koha::SearchEngine::Elasticsearch::marc_records_to_documents with IncludeSeeFromInSearches"' # at /kohadevbox/koha/t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 927. Can't use string ("Can't locate Search/Elasticsearc"...) as a HASH ref while "strict refs" in use at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/Indexer.pm line 130. After the removing the try in update_index: Can't locate Search/Elasticsearch/CxnPool/Fluid.pm -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
