Re: LoggerAppenderSocket wire format (was Re: Difficult Testcases)

2009-05-25 Thread Christian Grobmeier
I created an issue for this, since is not a too easy task - I don't want to get it lost. Thanks ver ymuch for all the info Cheers Christian On Wed, May 20, 2009 at 5:53 AM, Curt Arnold wrote: > > On May 19, 2009, at 2:08 AM, Christian Grobmeier wrote: > >>> I haven't looked at this, but I'm guess

Re: LoggerAppenderSocket wire format (was Re: Difficult Testcases)

2009-05-19 Thread Curt Arnold
On May 19, 2009, at 2:08 AM, Christian Grobmeier wrote: I haven't looked at this, but I'm guessing that its wire format is not compatible with Chainsaw and log4j since they used their easiest implementation (Java serialization). log4cxx 0.9.7 had its own wire format, but it was dependent o

Re: LoggerAppenderSocket wire format (was Re: Difficult Testcases)

2009-05-19 Thread Christian Grobmeier
> I haven't looked at this, but I'm guessing that its wire format is not > compatible with Chainsaw and log4j since they used their easiest > implementation (Java serialization).  log4cxx 0.9.7 had its own wire format, > but it was dependent on the encoding, sizeof(int) and endianess so you had > t

Re: Difficult Testcases

2009-05-07 Thread Curt Arnold
On May 7, 2009, at 2:09 AM, Knut Urdalen wrote: Christian Grobmeier wrote: I am looking over possible testcases at the moment. We have a MailAppender which creates mails on event. How can we test this? Do we have an "test mail account"? How can we deal with delays in mailing, when Continuus In

LoggerAppenderSocket wire format (was Re: Difficult Testcases)

2009-05-07 Thread Curt Arnold
On May 7, 2009, at 2:09 AM, Knut Urdalen wrote: 2) LoggerAppenderSocket is a bit more complicated. It uses fsockopen() to connect to a socket. I have written an example using PEAR::Net::Server [4] (see examples/client.php and examples/ server.php) that I've used as a experimental central l

Re: Difficult Testcases

2009-05-07 Thread Knut Urdalen
Christian Grobmeier wrote: I am looking over possible testcases at the moment. We have a MailAppender which creates mails on event. How can we test this? Do we have an "test mail account"? How can we deal with delays in mailing, when Continuus Int. is on? The result of unit testing email sendi

Difficult Testcases

2009-05-06 Thread Christian Grobmeier
Hi there, I am looking over possible testcases at the moment. We have a MailAppender which creates mails on event. How can we test this? Do we have an "test mail account"? How can we deal with delays in mailing, when Continuus Int. is on? Similar questions occur on SocketAppender or on DailyRolli