func TestVSchema(t *testing.T) { ctx := context.Background() if testing.Short() { t.Skip("skipping wait-based test in short mode.") } ts := newTestServer(t, []string{"test"}) defer ts.Close() test.CheckVSchema(ctx, t, ts) }
func TestVSchema(t *testing.T) { ctx := context.Background() ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckVSchema(ctx, t, ts) }