Re: [Hibernate] Timeout for tests

2005-11-28 Thread Christian Bauer
Ryan Campbell wrote: Can there be a timeout for the tests? I'm seeing tests hang against different databases. If there was a timeout for the junit tests, these hanging tests would be reported as failures. I ran the tests on MySQL, and the longest one was 255 seconds, so perhaps 500 seconds is

RE: [Hibernate] Timeout for tests

2005-11-28 Thread Ryan Campbell
, November 28, 2005 7:15 AM To: Ryan Campbell Cc: Hibernate development Subject: Re: [Hibernate] Timeout for tests Ryan Campbell wrote: Can there be a timeout for the tests? I'm seeing tests hang against different databases. If there was a timeout for the junit tests, these hanging tests

RE: [Hibernate] Timeout for tests

2005-11-28 Thread Ryan Campbell
, 2005 7:29 AM To: Christian Bauer Cc: Hibernate development Subject: RE: [Hibernate] Timeout for tests There were at least two which were taking 200 seconds. I have lost the results I used to give you this total. The mysql and oracle runs are taking about 20 minutes each (total

RE: [Hibernate] Timeout for tests

2005-11-28 Thread Steve Ebersole
To: Christian Bauer Cc: Hibernate development Subject: RE: [Hibernate] Timeout for tests There were at least two which were taking 200 seconds. I have lost the results I used to give you this total. The mysql and oracle runs are taking about 20 minutes each (total). timesten is taking about

Re: [Hibernate] Timeout for tests

2005-11-28 Thread Christian Bauer
Ryan Campbell wrote: There were at least two which were taking 200 seconds. I have lost the results I used to give you this total. The mysql and oracle runs are taking about 20 minutes each (total). timesten is taking about an hour. SQL server (jtds) and Sybase (jconnect) are both timing

RE: [Hibernate] Timeout for tests

2005-11-28 Thread Gavin King
development Subject: RE: [Hibernate] Timeout for tests Also, there is the problem that Steve and I saw with the org.hibernate.test.legacy.PerformanceTest. It does not have a finally block for closing resources in case of error, and some databases will hang when the hibernate test case attempts to drop

RE: [Hibernate] Timeout for tests

2005-11-27 Thread Gavin King
Fine by me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Campbell Sent: Sunday, November 27, 2005 11:01 PM To: Hibernate development Subject: [Hibernate] Timeout for tests Can there be a timeout for the tests? I'm seeing tests hang against