func TestKeyspaceLock(t *testing.T) { ts := newFakeTeeServer(t) test.CheckKeyspaceLock(t, ts) }
func TestKeyspaceLock(t *testing.T) { ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckKeyspaceLock(t, ts) }