health tests [Re: unit test progress]

2006-01-10 Thread Bernd Fondermann
Stefano Bagnara wrote: It would be cool to have a performance/stress test that allow to test common setups. A benchmark could measure memory used and time needed to perform a given task. yes, that would be excellent! such tests could also be 'health tests' to 'certify' an intermediate or rele

Re: unit test progress

2006-01-10 Thread Siegfried Goeschl
Not bad either ... :-) Siegfried Goeschl Stefano Bagnara wrote: Siegfried Goeschl wrote: Hi Stefano, maybe I can provide a few tips and tricks to improve testing Thank you for the tips! +) Jakarta CommonsEmail uses Dumbster to test SMTP sending and testing the result - see http://sourc

Re: unit test progress

2006-01-10 Thread Stefano Bagnara
Siegfried Goeschl wrote: > Hi Stefano, > > maybe I can provide a few tips and tricks to improve testing Thank you for the tips! > +) Jakarta CommonsEmail uses Dumbster to test SMTP sending and testing > the result - see http://sourceforge.net/projects/dumbster and > http://quintanasoft.com/dumbs

[jira] Commented: (JAMES-310) Redirect mailet overwrtting To: in header

2006-01-10 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-310?page=comments#action_12362315 ] Vincenzo Gianferrari Pini commented on JAMES-310: - I still believe that the right behaviour is the current one. To get the behaviour expected by the reporter bo

Re: Launcher issue with the current trunk

2006-01-10 Thread Stefano Bagnara
Laurent Rouvet wrote: > Hi, > > Stefano Bagnara, since you changed the launcher process (new version of > phoenix-loader.jar) the windows service doesn't start anymore. Hi Laurent, thank you for the report! I rebuilt the launcher with (i guess) the correct parameters and now it contains the Dae

svn commit: r367554 - /james/server/trunk/phoenix-bin/bin/phoenix-loader.jar

2006-01-10 Thread bago
Author: bago Date: Tue Jan 10 02:18:19 2006 New Revision: 367554 URL: http://svn.apache.org/viewcvs?rev=367554&view=rev Log: Wrapper for windows services wasn't working because of a missing class in the launcher jar. Rebuilding the phoenix-trunk with a configured wrapper fixed the issue. Modifi

Re: unit test progress

2006-01-10 Thread Siegfried Goeschl
Hi Stefano, maybe I can provide a few tips and tricks to improve testing +) Jakarta CommonsEmail uses Dumbster to test SMTP sending and testing the result - see http://sourceforge.net/projects/dumbster and http://quintanasoft.com/dumbster/ +) for the YAAFI Avalon Container I use various inte

Launcher issue with the current trunk

2006-01-10 Thread Laurent Rouvet
Hi, Stefano Bagnara, since you changed the launcher process (new version of phoenix-loader.jar) the windows service doesn't start anymore. The probleme is to configure properly the wrapper.conf "wrapper.java.mainclass=org.apache.avalon.phoenix.launcher.DaemonLauncher" Since DaemonLauncher does

Re: unit test progress

2006-01-10 Thread Stefano Bagnara
> a specific class from this set was named "POP3Hammering" to reproduce a > certain "stuck file" issue under windows. is this still relevant? I think I've found this issue again while hammering my james trunk using file repositories. file repositories locking has something wrong. > from the way h