[Koha-bugs] [Bug 13606] Batch modification for records is limited to ~500

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 10 16:55:03 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13606

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #30 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Frédéric Demians from comment #28)
> Is there somewhere a form to fill out in three copies?

No, just trying to keep the quality high.

I see that you encountered the same kind of problem I did when trying to make
the test. Here's the problem that still exists.

$ mysql -u root -p
> use koha_library;
> delete from sessions;
^Z
$ prove -v t/db_dependent/BackgroundJob.t
$ fg
> select a_session from sessions where a_session like '%complete%';
...

There are still LOTS of anonymous sessions created for each stage tested in the
file. That doesn't seem correct to me. Because if I run it from within Koha,
there are not. And from within Koha clear() works, but in the test context it
does not.

The fail is for a test that doesn't successfully test clear(). Perhaps clear()
needs to actually clear based on jobID?

I apologize for being a testing pain.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list