Yup... sorry. I'm working on tracking down a bug with SM right now which has caused me to totally refactor all the unit tests.
Instead of embedding the daemon within the main proc I had to for a process for each daemon running for the config.
It turned out that moving to a setuid environment was a lot harder than I thought and introduced some bugs.
I have a base test class which starts the new test setup and runs the daemons as background process.
It works when I embed the daemons but NOT when I run them as setuid procs.
So I have a branch which I should REALLY be committing which has lots of hacks to track this down.
I'm hoping to get some work here soon to close it out.
Kevin
On Tuesday, April 17, 2012 1:19:09 AM UTC-7, rg wrote:
this still alive?