Versions in this module Expand all Collapse all v1 v1.0.2 Jun 18, 2020 v1.0.1 Jun 18, 2020 Changes in this version + const SimulacronStartIp + func AfterTestSuite() + func BeforeTestSuite() + func CreateSchema(name string) + func CreateSimulacronCluster(dc1Length int, dc2Length int) + func EnsureCcmCluster(setupHandler func(), queries ...string) + func EnsureSimulacronCluster() + func GetSession() *gocql.Session + func PanicIfError(err error) + func StartSimulacron() + func StopSimulacron() + func TestLogger() log.Logger + type ClusterQueryLogReport struct + DataCenters []DataCenterQueryLogReport + Id int64 + func GetQueryLogs(dcIndex int) ClusterQueryLogReport + type DataCenterQueryLogReport struct + Id int64 + Nodes []NodeQueryLogReport + type Frame struct + Message Message + ProtocolVersion int + type Message struct + Query string + Type string + type NodeQueryLogReport struct + Id int64 + Queries []QueryLog + type QueryLog struct + Connection string + Frame Frame + type QueryMatches struct + Execute int + Prepare int + func CountLogMatches(nodeLogs []NodeQueryLogReport, query string) QueryMatches