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:
Clark
2022-08-31 01:41:48 +08:00
parent 3beb25489d
commit 3f3149b15f
7 changed files with 32 additions and 25 deletions

View File

@ -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() }