Can you give me the connection info to the various db instances?  I'll
try running these manually and see how long things are taking.  Or have
you tried this already?

With Oracle for example, it is pretty important how the underlying
database is setup in terms of how fast/slow the testsuite runs.  In
particular there is an option (the default) on the "tablespace" for
whether or not to log operations.  This logged information is then used
in database recovery.  But this logging really slows things down quite a
bit.  In my local environment, I created a dedicated tablespace where
the hibernate tests occur and diable logging within this tablespace;
this really sped up the testsuite (plus we don't really care about
recovery of the schema here).

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan
Campbell
Sent: Monday, November 28, 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).
timesten is taking about an hour.  SQL server (jtds) and Sybase
(jconnect) are both timing out completely because they fail to complete
in under 3 hours.  This could be a config problem, but the consistent
problems I am having with long running tests make me wonder if it is
some new test introducing some contention? 

> -----Original Message-----
> From: Christian Bauer [mailto:[EMAIL PROTECTED]
> Sent: Monday, 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 would be reported as failures.
> >
> > I ran the tests on MySQL, and the longest one was 255 seconds, so
> > perhaps 500 seconds is long enough?
> 
> Is that only one test, if yes, which one? I remember one of them
running
> between 20-30 seconds but 4 minutes seems to be a real exception.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=ick
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to