https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Passed QA --- Comment #17 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #16)
This broke tests:
kohadev-koha@kohadevbox:/kohadevbox/koha$ prove t/db_dependent/Koha/BackgroundJobs.t t/db_dependent/Koha/BackgroundJobs.t .. 1/15 # Failed test 'No jobs found without userenv' # at t/db_dependent/Koha/BackgroundJobs.t line 135. # got: '2' # expected: '0' # Looks like you failed 1 test of 3.
# Failed test 'search_limited' # at t/db_dependent/Koha/BackgroundJobs.t line 142. ...
Reverting makes tests pass:
git revert 022034a1c7b91adac539c7ed16fc7b48d566912e
Please take your time to fix it for the release.
I was wrong. My bisect was flawed because of the reset_all I was using. -- You are receiving this mail because: You are watching all bug changes.