SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Implement standalone mode for test. #171

Closed sgkim126 closed 9 years ago

sgkim126 commented 9 years ago

There is no need to launch zookeepr for test. And restarting zookeeper server for every test makes test slow.

This patch implements the option to launch standalone mode. The standalone mode will not make routing table so it doesn't need to launch zookeeper.

hatashiro commented 9 years ago

Oops, sorry for closing this by mistake.

sgkim126 commented 9 years ago

@noraesae I updated as your comment. launchZooKeeperServerIfNecessary method checks whether current mode is standalone or not.

hatashiro commented 9 years ago

LGTM