commit | 5228084eed8d54c426c7abde3be66daf8e1b0e57 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Apr 07 09:14:11 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 14 09:46:29 2014 -0700 |
tree | 5c53c30d2f6f7627f857d6ebe002eb3eae2a48d8 | |
parent | d065eacfdb9d47010f120e9310d7fc8ef2eba272 [diff] |
torture: Check for multiple concurrent torture tests The torture tests are designed to run in isolation, but do not enforce this isolation. This commit therefore checks for concurrent torture tests, and refuses to start new tests while old tests are running. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>