Skip to content

Commit

Permalink
Update tests/actions.go
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface authored Apr 4, 2019
1 parent 85ee221 commit fdd44a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ type OperatorActions interface {
CreateSecret(info *TidbClusterConfig) error
GetPodUIDMap(info *TidbClusterConfig) (map[string]types.UID, error)
GetNodeMap(info *TidbClusterConfig, component string) (map[string][]string, error)
getBackupDir(info *TidbClusterConfig) ([]string, error)
CheckFailoverPending(info *TidbClusterConfig, faultPoint *time.Time) (bool, error)
CheckFailoverPendingOrDie(clusters []*TidbClusterConfig, faultPoint *time.Time)
CheckFailover(info *TidbClusterConfig, faultNode string) (bool, error)
Expand Down

0 comments on commit fdd44a7

Please sign in to comment.