func TestTablet(t *testing.T) { ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckTablet(t, ts) }
func TestTablet(t *testing.T) { ts := newFakeTeeServer(t) test.CheckTablet(t, ts) }
func TestTablet(t *testing.T) { ctx := context.Background() ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckTablet(ctx, t, ts) }
func TestTablet(t *testing.T) { ctx := context.Background() ts := newFakeTeeServer(t) test.CheckTablet(ctx, t, ts) }