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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Katrin Fischer <[email protected]> ---
(In reply to David Cook from comment #5)
> Do you have a test plan for testers to follow for this one?

Check an item out (issue_id = 1)
Check an item in (issue_id = 1)
Restart MySQL (reset auto increment for issue_id to 1)
Check an item out (issue_id = 1)
Check an item in => BOOM, the issue_id is a PK in old_issues and the move
fails.

For starters, instead of BOOM we should see the new warning ;) Please note the
dependencies.

> => It will only reject 1 checkin (max is 1 * MySQL restart), no need to deal 
> with race conditions,

Hm, I think it can be more than one, depending on how many items you check out
and return immediately before the restart (check-out 3, check-in 3, restart
mysql, PK is behind by 3)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to