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