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