Allow queries to be looped

Some queries may be subject to race conditions. This variable allows the
test to request that a query is executed multiple times, increasing the
chance that any race will be exposed.
pull/3842/head
Philip O'Toole 2015-08-25 15:13:47 -07:00
parent a4735624f8
commit ca52a3ffd7
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ type Query struct {
exp, act string
pattern bool
skip bool
repeat int
}
// Execute runs the command and returns an err if it fails