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