jo / couch-daemon

High-level os daemon API for CouchDB.
14 stars 2 forks source link

Dynamically start watching new dbs matching whitelist #14

Closed ejeklint closed 10 years ago

ejeklint commented 10 years ago

As far as I can see, new dbs matching the whitelist doesn't get added to couch-daemon, unless it's restarted.

jo commented 10 years ago

I assume you're using CouchDB > 1.4?

ejeklint commented 10 years ago

Yes I'm testing on 1.5.

jo commented 10 years ago

OK, thats a regression. A test would be awesome ;)

ejeklint commented 10 years ago

Agree, it would. And I have no clue on how to write that test. :)

jo commented 10 years ago

Its already covered by the test suite and working fine on my private laptop. Are your npm dependencies up to data?

jo commented 10 years ago

see #15

ejeklint commented 10 years ago

You're right, dependency woes. I works again after removing node_modules and reinstalling.