AccountUpdateTool integration test failing
@xiahome is already working on this.
Since Aug 21, 2017.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
```
com.github.ambry.account.AccountUpdateToolTest > testUpdateAccount FAILED
org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 2000
at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1120)
at org.I0Itec.zkclient.ZkClient.(ZkClient.java:147)
at org.I0Itec.zkclient.ZkClient.(ZkClient.java:122)
at org.apache.helix.manager.zk.ZkClient.(ZkClient.java:60)
at org.apache.helix.manager.zk.ZkClient.(ZkClient.java:69)
at org.apache.helix.manager.zk.ZkClient.(ZkClient.java:82)
at com.github.ambry.commons.HelixNotifier.(HelixNotifier.java:75)
at com.github.ambry.account.AccountUpdateTool.getHelixAccountService(AccountUpdateTool.java:229)
at com.github.ambry.account.AccountUpdateTool.updateAccount(AccountUpdateTool.java:196)
at com.github.ambry.account.AccountUpdateToolTest.createOrUpdateAccountsAndWait(AccountUpdateToolTest.java:218)
at com.github.ambry.account.AccountUpdateToolTest.testUpdateAccount(AccountUpdateToolTest.java:125)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.