[Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 11 23:03:58 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #120 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Issue found, more warnings in the tests with these patches:

============ Without patches ===================
kohadev-koha at kohadevbox:/kohadevbox/koha$ prove t/db_dependent/Koha/Biblio.t 
t/db_dependent/Koha/Item.t t/db_dependent/Koha/SearchEngine/Indexer.t

t/db_dependent/Koha/Biblio.t ................ 4/14 Use of uninitialized value
$sub6 in pattern match (m//) at
/kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 596.
t/db_dependent/Koha/Biblio.t ................ ok     
t/db_dependent/Koha/Item.t .................. ok   
t/db_dependent/Koha/SearchEngine/Indexer.t .. ok   
All tests successful.

============ With patches ===================
kohadev-koha at kohadevbox:/kohadevbox/koha$ prove t/db_dependent/Koha/Biblio.t 
t/db_dependent/Koha/Item.t t/db_dependent/Koha/SearchEngine/Indexer.t
t/db_dependent/Koha/Biblio.t ................ 4/15 Use of uninitialized value
$sub6 in pattern match (m//) at
/kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 596.
t/db_dependent/Koha/Biblio.t ................ ok     
t/db_dependent/Koha/Item.t .................. 10/11
DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. 
SQL that returns multiple rows is DEPRECATED for ->find and ->single at
/kohadevbox/koha/t/lib/TestBuilder.pm line 235
DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. 
SQL that returns multiple rows is DEPRECATED for ->find and ->single at
/kohadevbox/koha/t/lib/TestBuilder.pm line 235
DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. 
SQL that returns multiple rows is DEPRECATED for ->find and ->single at
/kohadevbox/koha/t/lib/TestBuilder.pm line 235
t/db_dependent/Koha/Item.t .................. ok     
t/db_dependent/Koha/SearchEngine/Indexer.t .. 1/2 Zebra at
t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Zebra at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Zebra at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Zebra at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Elasticsearch at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Elasticsearch at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Elasticsearch at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
Elasticsearch at t/db_dependent/Koha/SearchEngine/Indexer.t line 91.
Koha::Item at t/db_dependent/Koha/SearchEngine/Indexer.t line 93.
t/db_dependent/Koha/SearchEngine/Indexer.t .. ok   
All tests successful.

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


More information about the Koha-bugs mailing list