Add support for blocked commands in isolationtester

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 846af54dd5a77dc02feeb5e34283608012cfb217
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2011-07-12T21:24:17Z
Releases: 9.2.0
Add support for blocked commands in isolationtester

This enables us to test that blocking commands (such as foreign keys
checks that conflict with some other lock) act as intended.  The set of
tests that this adds is pretty minimal, but can easily be extended by
adding new specs.

The intention is that this will serve as a basis for ensuring that
further tweaks of locking implementation preserve (or improve) existing
behavior.

Author: Noah Misch

Files