Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferingTest ¶
type BufferingTest struct { Assert func(t *testing.T, shard string, stats *VTGateBufferingStats) Failover func(t *testing.T, cluster *cluster.LocalProcessCluster, keyspace string, reads, writes QueryEngine) ReserveConn bool SlowQueries bool VSchema string VtGateExtraArgs []string // contains filtered or unexported fields }
func (*BufferingTest) Test ¶
func (bt *BufferingTest) Test(t *testing.T)
type QueryEngine ¶
type QueryEngine interface {
ExpectQueries(count int)
}
Click to show internal directories.
Click to hide internal directories.