tests: fix failed integration test cases after enabling --strict-reconfig-check
by default
Signed-off-by: Clark <fwyongxing@gmail.com>
This commit is contained in:
@ -33,7 +33,8 @@ const (
|
||||
var lazyCluster = integration.NewLazyClusterWithConfig(
|
||||
integration2.ClusterConfig{
|
||||
Size: 3,
|
||||
WatchProgressNotifyInterval: 200 * time.Millisecond})
|
||||
WatchProgressNotifyInterval: 200 * time.Millisecond,
|
||||
DisableStrictReconfigCheck: true})
|
||||
|
||||
func exampleEndpoints() []string { return lazyCluster.EndpointsV3() }
|
||||
|
||||
|
Reference in New Issue
Block a user