https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37262 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- The tests don't pass after applying the fix patch. With the first patch (and dependent bug 37261) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prove t/db_dependent/api/v1/extended_attribute_types.t t/db_dependent/api/v1/extended_attribute_types.t .. # Failed test '200 OK' # at t/db_dependent/api/v1/extended_attribute_types.t line 124. # got: '400' # expected: '200' # Failed test 'exact match for JSON Pointer ""' # at t/db_dependent/api/v1/extended_attribute_types.t line 124. # Structures begin differing at: # $got = HASH(0x58ce5bcd0ea0) # $expected = ARRAY(0x58ce5c4ed4e8) # Looks like you failed 2 tests of 23. t/db_dependent/api/v1/extended_attribute_types.t .. 1/1 # Failed test 'list() tests' # at t/db_dependent/api/v1/extended_attribute_types.t line 135. # Looks like you failed 1 test of 1. t/db_dependent/api/v1/extended_attribute_types.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- t/db_dependent/api/v1/extended_attribute_types.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 4 wallclock secs ( 0.02 usr 0.00 sys + 3.18 cusr 0.28 csys = 3.48 CPU) Result: FAIL After the fix patch ~~~~~~~~~~~~~~~~~~~ prove t/db_dependent/api/v1/extended_attribute_types.t t/db_dependent/api/v1/extended_attribute_types.t .. # Failed test '200 OK' # at t/db_dependent/api/v1/extended_attribute_types.t line 124. # got: '400' # expected: '200' # Failed test 'exact match for JSON Pointer ""' # at t/db_dependent/api/v1/extended_attribute_types.t line 124. # Structures begin differing at: # $got = HASH(0x643ead195ea8) # $expected = ARRAY(0x643ead191650) # Looks like you failed 2 tests of 23. t/db_dependent/api/v1/extended_attribute_types.t .. 1/1 # Failed test 'list() tests' # at t/db_dependent/api/v1/extended_attribute_types.t line 135. # Looks like you failed 1 test of 1. t/db_dependent/api/v1/extended_attribute_types.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- t/db_dependent/api/v1/extended_attribute_types.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 4 wallclock secs ( 0.01 usr 0.01 sys + 3.20 cusr 0.22 csys = 3.44 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes.