Re: svn commit: r539250 - /jakarta/jcs/trunk/project.xml
Scott Eade <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <[email protected]> |
They all execute just fine when run manually. If they are all included then they fail pretty much randomly - i.e. a couple of them will fail, I exclude them, then a couple of other tests fail. Scott Smuts, Aaron wrote: > Were these tests failing with the most recent code? They cannot all be > safely excluded. > > Aaron > > >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] >> Sent: Thursday, May 17, 2007 11:59 PM >> To: [email protected] >> Subject: svn commit: r539250 - /jakarta/jcs/trunk/project.xml >> >> Author: seade >> Date: Thu May 17 20:58:30 2007 >> New Revision: 539250 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=539250 >> Log: >> Update the version number to 1.3-rc1. >> Update a few of the optional dependencies. >> Exclude a number of the test classes from automatic execution. >> >> >> @@ -309,6 +322,19 @@ >> <includes> >> <include>**/*${test}Test.java</include> >> </includes> >> + <excludes> >> + <!-- Several of the test cases rely on >> > background > >> tasks that are timing sensitive. --> >> + <!-- You need to manually run these test >> > cases. -- > >> + >> <exclude>**/BlockDiskElementDescriptorUnitTest.java</exclude> >> + >> <exclude>**/HSQLDiskCacheConcurrentUnitTest.java</exclude> >> + >> > <exclude>**/HSQLDiskCacheUnitTest.java</exclude> > >> + >> <exclude>**/IndexedDiskCacheOptimizationUnitTest.java</exclude> >> + >> > <exclude>**/TestTCPLateralUnitTest.java</exclude> > >> + >> > <exclude>**/UDPDiscoveryUnitTest.java</exclude> > >> + <!-- The ones that fail may be different >> > for you. > >> --> >> + <!-- >> <exclude>**/JDBCDiskCacheRemovalUnitTest.java</exclude> --> >> + <!-- >> <exclude>**/JDBCDiskCacheUnitTest.java</exclude> --> >> + </excludes> >> <resources> >> <resource> >> >> > <directory>src/test-conf</directory> >