Skip to content

Commit

Permalink
*: fix unstable test testChecksumSuite.TestChecksum (#29767)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao authored Nov 15, 2021
1 parent a0d3f4f commit bb37653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/mock/mock_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (mock *Cluster) Start() error {
cfg.Store = "tikv"
cfg.Status.StatusPort = uint(statusPort)
cfg.Status.ReportStatus = true
cfg.Socket = fmt.Sprintf("/tmp/tidb-mock-%d.sock", time.Now().UnixNano())

svr, err := server.NewServer(cfg, mock.TiDBDriver)
if err != nil {
Expand Down

0 comments on commit bb37653

Please sign in to comment.