Documentation ¶
Overview ¶
Package testenv supplies test functions for testing vstreamer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct { KeyspaceName string ShardName string Cells []string TabletEnv tabletenv.Env TopoServ *topo.Server SrvTopo srvtopo.Server Dbcfgs *dbconfigs.DBConfigs Mysqld *mysqlctl.Mysqld SchemaEngine *schema.Engine Flavor string // contains filtered or unexported fields }
Env contains all the env vars for a test against a mysql instance.
func (*Env) SetVSchema ¶
SetVSchema sets the vschema for the test keyspace.
Click to show internal directories.
Click to hide internal directories.