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