Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + func BidirectionalPartitionNemesis(ctx context.Context, t *testing.T, c cluster.Cluster, stopper *stop.Stopper) + func CheckGossip(ctx context.Context, t testing.TB, c cluster.Cluster, d time.Duration, ...) + func GetStopper() *stop.Stopper + func MainTest(m *testing.M) + func MakeFarmer(t testing.TB, prefix string, stopper *stop.Stopper) *terrafarm.Farmer + func RunTests(m *testing.M) + func SkipUnlessLocal(t testing.TB) + func SkipUnlessPrivileged(t testing.TB) + func SkipUnlessRemote(t testing.TB) + func StartCluster(ctx context.Context, t *testing.T, cfg cluster.TestConfig) (c cluster.Cluster) + type CheckGossipFunc func(map[string]gossip.Info) error + func HasPeers(expected int) CheckGossipFunc + type NemesisFn func(ctx context.Context, t *testing.T, c cluster.Cluster, stopper *stop.Stopper)