News Feed
Jobs Feed
Sections




News Archive
Benjamin Eberlei's Blog:
Testing Database Locks with PHPUnit and Gearman
May 04, 2010 @ 09:10:51

Benjamin Eberlei has a new post today about how you can use PHPUnit tests to ensure that database locking is working like it should. With the help of Gearman he shows you how to use some locking tests for Doctrine setups to ensure rows locked for a specific amount of time are staying that way.

Since PHP does not support process forking or threads naturally you run into a serious problem. How do you execute two database queries in parallel and verify that indeed one query is locking read access for the second one? [...] Solving this problem with Gearman provides a pretty nice "real-world" example for the Job-Server that I wanted to share.

He includes the code to make a sample "agent" to run a transaction and lock a certain set of information. On the other side, there's the worker method that loops to find the locked items until they disappear. The PHPUnit tests case combines these in a "testLockIsAcquired" with a handler for the completed test.

1 comment voice your opinion now!
phpunit unittest database lock tutorial gearman


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Building RESTful Web Services with the Zend Framework

PhPL33t Blog: How to Automated Plesk Email Creation

Matt Frost: Mocking SoapClient

DevShed: Paginating Blog Entries with Code Igniter

NETTUTS.com: How to Squeeze the Most out of LESS


Community Events









Don't see your event here?
Let us know!


zendframework2 functional object event composer framework development tool opinion introduction conference community language api example testing podcast release interview code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework