http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15244 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Marc Véron from comment #4)
$VAR1 = '292'; $VAR1 = '293';
...and for the next run it is $VAR1 = '300'; $VAR1 = '301';
Hmm, is the database not properly reset after the tests? The borrower numbers increase with every run.
That's because the rollback is not resetting the AUTO_INCREMENT fields counter. MySQL behaviour. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.