Validate number of steps specified in permutation

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

Commit: 50363c8f86f89fe611ba417575218978917f1ac0
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-01-11T21:48:59Z
Releases: 9.2.0
Validate number of steps specified in permutation

A permutation that specifies more steps than defined causes
isolationtester to crash, so avoid that.  Using less steps than defined
should probably not be a problem, but no spec currently does that.

Files

PathChange+/−
src/test/isolation/isolationtester.c modified +8 −1