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
parent
a4735624f8
commit
ca52a3ffd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue