コード例 #1
0
ファイル: zktopo_test.go プロジェクト: chinna1986/vitess
func TestActions(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckActions(t, ts)
}
コード例 #2
0
ファイル: tee_topo_test.go プロジェクト: rjammala/vitess
func TestActions(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckActions(t, ts)
}