man-group / pkglib

Company-centric Python packaging and testing library
39 stars 22 forks source link

I've fixed a problem whereby the redis server wasn't starting on ubuntu. #15

Closed oisinmulvihill closed 11 years ago

oisinmulvihill commented 11 years ago

Hi Ed,

I've fixed a problem whereby the redis server wasn't starting on ubuntu. The redis_executable config wasn't being used. I need this as redis-server is not in sbin on ubuntu.

All the best,

Oisin

eeaston commented 11 years ago

Yep I think it will be fine, as these are the default values from the other version. So, when running with a different version of redis it should just use those default values that are missing from the config. This is a similar issue I had with mongo and its command-line options, something to keep in mind for these service fixtures is that we may have to keep some sort of 'version map' for config files and command-line options.