plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Add support for multiple zeo servers inc readonly fallback #12

Closed djay closed 10 years ago

davisagli commented 10 years ago

I just set up travis for this package. Please update the pull request so it includes .travis.yml and we can make sure the tests still pass.

Please also consider adding a test for the new functionality if you want to make sure that someone else doesn't accidentally break it in the future.

hvelarde commented 10 years ago

@ivanteoh please rebase your fork so we can get your pull request updated

ivanteoh commented 10 years ago

@hvelarde we rebased the fork. Thanks

hvelarde commented 10 years ago

@ivanteoh what about the test @davisagli suggested?

ivanteoh commented 10 years ago

We will schedule to write the unit test as soon as possible. Thanks.

ivanteoh commented 10 years ago

@hvelarde We add some tests for multiple zeo addresses and read-only-fallback flag.

hvelarde commented 10 years ago

and the .travis.yml file please :-)

ivanteoh commented 10 years ago

@hvelarde @davisagli already added .travis.yml file.