https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40578
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #4 from David Nind <[email protected]> --- I've failed QA as the tests fail. I wasn't sure what tests to run, but assumed those in bug 30047. The patch still applies. I'm not that familiar with authorities, so not really sure how to do steps 3, 4, 6, 8 (or what to expect as the results of the steps). For step 9, could you add a sample to import? I'll leave it up to someone who is way more familiar with authority records and UNIMARC to test. Testing notes (so far) (using KTD): 1. Start up KTD as a UNIMARC instance: edit .env and change KOHA_MARC_FLAVOUR=unimarc 2. Run these tests - they fail (assuming this should be the tests in bug 30047): prove t/db_dependent/AuthoritiesMarc.t t/db_dependent/Authority/Merge.t t/db_dependent/Biblio.t t/db_dependent/Koha/Authorities.t t/db_dependent/Koha/Plugins/authority_hooks.t t/db_dependent/api/v1/authorities.t 3. Create a new authority, save. (Assuming a new authority record, not an authority type.) 4. Do this for various types 5. View the db records: SELECT * FROM auth_header\G - returns all the authority records, not sure what I'm looking for 6. Note new heading field is populated correctly - not sure what I'm looking for here. 7. Edit your new authorities 8. Confirm the heading field is updated correctly - not sure what the expected result is here. 9. Import some authorities and confirm heading generated correctly - a sample would be great. 10. Import auth via Z39.50 and confirm heading generated correctly - is there a French Z39.50 source we can use with UNIMARC authority records? Sample data in KTD only has National Library of France bibliographic Z39.50 source. Test Summary Report ------------------- t/db_dependent/AuthoritiesMarc.t (Wstat: 2816 (exited 11) Tests: 13 Failed: 1) Failed test: 12 Non-zero exit status: 11 Parse errors: Bad plan. You planned 14 tests but ran 13. t/db_dependent/Biblio.t (Wstat: 65280 (exited 255) Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 255 Parse errors: Bad plan. You planned 26 tests but ran 3. t/db_dependent/Koha/Authorities.t (Wstat: 2816 (exited 11) Tests: 9 Failed: 1) Failed test: 8 Non-zero exit status: 11 Parse errors: Bad plan. You planned 11 tests but ran 9. t/db_dependent/Koha/Plugins/authority_hooks.t (Wstat: 65280 (exited 255) Tests: 5 Failed: 1) Failed test: 4 Non-zero exit status: 255 t/db_dependent/api/v1/authorities.t (Wstat: 768 (exited 3) Tests: 6 Failed: 3) Failed tests: 2-3, 6 Non-zero exit status: 3 Files=6, Tests=51, 12 wallclock secs ( 0.04 usr 0.02 sys + 10.10 cusr 1.45 csys = 11.61 CPU) Result: FAIL -- 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/
