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