PHP
Juggling Databases When Testing With Laravel: Tackling the Lock Wait Timeout Error
Writing tests to validate behaviour in a multi-tenancy, multi-database app can be challenging. “Lock wait timeout” errors, or transactions cleaned up in one db and not another – it can be very frustrating! Fortunately, Laravel Read more…