Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
worker: fix for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Jan 13, 2020
1 parent 2b689a7 commit d6f8084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/worker/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (t *testServer) TestServer(c *C) {
t.testOperateWorker(c, s, dir, true)

// check infos have be written into ETCD success.
t.testInfosInEtcd(c, hostName, workerAddr, dir)
t.testInfosInEtcd(c, hostName, cfg.AdvertiseAddr, dir)

// check worker would retry connecting master rather than stop worker directly.
ETCD = t.testRetryConnectMaster(c, s, ETCD, etcdDir, hostName)
Expand Down

0 comments on commit d6f8084

Please sign in to comment.