We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fde79d commit cecadf2Copy full SHA for cecadf2
tests/framework/e2e/cluster.go
@@ -315,8 +315,6 @@ func WithCorruptCheckTime(time time.Duration) EPClusterOption {
315
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.CorruptCheckTime = time }
316
}
317
318
-// experimental-corrupt-check time flag is deprecated in v3.6 and will be decommissioned in v3.7.
319
-// TODO: delete in v3.7
320
func WithExperimentalCorruptCheckTime(time time.Duration) EPClusterOption {
321
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.ExperimentalCorruptCheckTime = time }
322
0 commit comments