コード例 #1
0
ファイル: zktopo_test.go プロジェクト: nangong92t/go_src
func TestKeyspace(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckKeyspace(t, ts)
}
コード例 #2
0
ファイル: tee_topo_test.go プロジェクト: rjammala/vitess
func TestKeyspace(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckKeyspace(t, ts)
}
コード例 #3
0
ファイル: zktopo_test.go プロジェクト: pranjal5215/vitess
func TestKeyspace(t *testing.T) {
	ctx := context.Background()
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckKeyspace(ctx, t, ts)
}
コード例 #4
0
ファイル: tee_topo_test.go プロジェクト: littleyang/vitess
func TestKeyspace(t *testing.T) {
	ctx := context.Background()
	ts := newFakeTeeServer(t)
	test.CheckKeyspace(ctx, t, ts)
}