コード例 #1
0
ファイル: server_test.go プロジェクト: littleyang/vitess
func TestWatchSrvKeyspace(t *testing.T) {
	ctx := context.Background()
	ts := newTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckWatchSrvKeyspace(ctx, t, ts)
}
コード例 #2
0
ファイル: zktopo_test.go プロジェクト: BobbWu/vitess
func TestWatchSrvKeyspace(t *testing.T) {
	WatchSleepDuration = 2 * time.Millisecond
	ts := newTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckWatchSrvKeyspace(context.Background(), t, ts)
}
コード例 #3
0
ファイル: tee_topo_test.go プロジェクト: littleyang/vitess
func TestWatchSrvKeyspace(t *testing.T) {
	zktopo.WatchSleepDuration = 2 * time.Millisecond
	ts := newFakeTeeServer(t)
	test.CheckWatchSrvKeyspace(context.Background(), t, ts)
}