Summary: | Koha/SearchEngine/Elasticsearch.t generates warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to oldstable --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00,25.05.02,24.11.08
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 40444 | ||
Attachments: |
Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t
Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t |
Description
Jonathan Druart
2025-07-16 10:52:20 UTC
Created attachment 184145 [details] [review] Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t Warnings encountered while roundtripping a MARC record to/from USMARC. Failing over to MARCXML. at t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 854. => This one is expected: we have generated a record with large fields item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. => Those 2 ones can be removed by create a biblio and items using build_sample_biblio and build_sample_item Created attachment 184302 [details] [review] Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t Warnings encountered while roundtripping a MARC record to/from USMARC. Failing over to MARCXML. at t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 854. => This one is expected: we have generated a record with large fields item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. => Those 2 ones can be removed by create a biblio and items using build_sample_biblio and build_sample_item Signed-off-by: David Nind <david@davidnind.com> Created attachment 184370 [details] [review] Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t Warnings encountered while roundtripping a MARC record to/from USMARC. Failing over to MARCXML. at t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 854. => This one is expected: we have generated a record with large fields item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. => Those 2 ones can be removed by create a biblio and items using build_sample_biblio and build_sample_item Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x Pushed to 24.11.x for 24.11.08 |