|
|
@@ -121,7 +121,7 @@ func testDialSetEndpoints(t *testing.T, setBefore bool) {
|
|
|
if !setBefore {
|
|
|
cli.SetEndpoints(eps[toKill%3], eps[(toKill+1)%3])
|
|
|
}
|
|
|
- ctx, cancel := context.WithTimeout(context.Background(), intergration.RequestWaitTimeout)
|
|
|
+ ctx, cancel := context.WithTimeout(context.Background(), integration.RequestWaitTimeout)
|
|
|
if _, err = cli.Get(ctx, "foo", clientv3.WithSerializable()); err != nil {
|
|
|
t.Fatal(err)
|
|
|
}
|