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