https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #63 from Katrin Fischer <[email protected]> --- I am adding a second sign-off, but as I had a bit of a rough start with this one, I'd like someone else to have a final look. It turns out, I was not hallucinating, but there is something odd happening here with the QA test tools on ktd in that it deleted and modified files: reset --hard origin/master git bz apply 22785 git status - clean kshell qa -v 2 testing 5 commit(s) (applied to 4cc3c0a '60 Bug 30133: (follow-up) Update obje') Processing files before patches |========================>| 17 / 17 (100.00%) Processing files after patches |========================>| 17 / 17 (100.00%) OK C4/ImportBatch.pm OK Koha/REST/V1/ImportRecordMatches.pm OK Koha/Schema/Result/ImportRecordMatch.pm OK api/v1/swagger/definitions.yaml OK api/v1/swagger/definitions/import_record_match.yaml OK api/v1/swagger/parameters.yaml OK api/v1/swagger/parameters/import_record_match.yaml OK api/v1/swagger/paths.yaml OK api/v1/swagger/paths/import_record_matches.yaml OK api/v1/swagger/x-primitives.yaml FAIL installer/data/mysql/atomicupdate/bug_22785.pl FAIL file permissions File must have the exec flag OK installer/data/mysql/kohastructure.sql OK koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt OK t/db_dependent/ImportBatch.t OK t/db_dependent/Koha/Import/Record/Matches.t FAIL t/db_dependent/api/v1/import_record_matches.t FAIL file permissions File must have the exec flag OK tools/batch_records_ajax.pl git status On branch 59-22785-manage-staged Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: C4/ImportBatch.pm deleted: Koha/REST/V1/ImportRecordMatches.pm modified: Koha/Schema/Result/ImportRecordMatch.pm modified: api/v1/swagger/definitions.yaml deleted: api/v1/swagger/definitions/import_record_match.json deleted: api/v1/swagger/definitions/import_record_match.yaml modified: api/v1/swagger/parameters.yaml deleted: api/v1/swagger/parameters/import_record_match.json deleted: api/v1/swagger/parameters/import_record_match.yaml modified: api/v1/swagger/paths.yaml deleted: api/v1/swagger/paths/import_record_matches.json deleted: api/v1/swagger/paths/import_record_matches.yaml modified: api/v1/swagger/x-primitives.yaml deleted: installer/data/mysql/atomicupdate/bug_22785.pl modified: installer/data/mysql/kohastructure.sql modified: koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt modified: t/db_dependent/ImportBatch.t modified: t/db_dependent/Koha/Import/Record/Matches.t deleted: t/db_dependent/api/v1/import_record_matches.t modified: tools/batch_records_ajax.pl -- 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/
