Ejemplo n.º 1
0
func TestTablet(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckTablet(t, ts)
}
Ejemplo n.º 2
0
func TestTablet(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckTablet(t, ts)
}
Ejemplo n.º 3
0
func TestTablet(t *testing.T) {
	ctx := context.Background()
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckTablet(ctx, t, ts)
}
Ejemplo n.º 4
0
func TestTablet(t *testing.T) {
	ctx := context.Background()
	ts := newFakeTeeServer(t)
	test.CheckTablet(ctx, t, ts)
}