[Koha-bugs] [Bug 22785] Manage matches when importing through Stage Marc Record Import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 26 21:56:24 CET 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

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

--- Comment #63 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list