Browse Source

integration: always enable initial corruption check

Xiang 8 years ago
parent
commit
1c69cc5657
1 changed files with 3 additions and 0 deletions
  1. 3 0
      integration/cluster.go

+ 3 - 0
integration/cluster.go

@@ -587,6 +587,9 @@ func mustNewMember(t *testing.T, mcfg memberConfig) *member {
 			Timeout: mcfg.grpcKeepAliveTimeout,
 		}))
 	}
+
+	m.InitialCorruptCheck = true
+
 	return m
 }