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. > > Modified: > jakarta/jcs/trunk/project.xml > > Modified: jakarta/jcs/trunk/project.xml > URL: > http://svn.apache.org/viewvc/jakarta/jcs/trunk/project.xml?view=diff&rev =5 > 39250&r1=539249&r2=539250 > ======================================================================== == > ==== > --- jakarta/jcs/trunk/project.xml (original) > +++ jakarta/jcs/trunk/project.xml Thu May 17 20:58:30 2007 > @@ -23,7 +23,7 @@ > <pomVersion>3</pomVersion> > <name>JCS</name> > <id>jcs</id> > - <currentVersion>1.2.7.9.2</currentVersion> > + <currentVersion>1.3-rc1</currentVersion> > <organization> > <name>Apache Software Foundation</name> > <url>http://jakarta.apache.org/</url> > @@ -125,7 +125,20 @@ > </developer> > </developers> > > - <contributors></contributors> > + <contributors> > + <contributor> > + <name>Scott Eade</name> > + <email>[EMAIL PROTECTED]</email> > + </contributor> > + <contributor> > + <name>Michael Stevens</name> > + <email>[EMAIL PROTECTED]</email> > + </contributor> > + <contributor> > + <name>Thomas Vandahl</name> > + <email>[EMAIL PROTECTED]</email> > + </contributor> > + </contributors> > > <dependencies> > > @@ -133,7 +146,7 @@ > <dependency> > <groupId>commons-collections</groupId> > <artifactId>commons-collections</artifactId> > - <version>3.1</version> > + <version>3.2</version> > > <url>http://jakarta.apache.org/commons/collections/</url> > <type>jar</type> > </dependency> > @@ -141,7 +154,7 @@ > <dependency> > <groupId>commons-configuration</groupId> > <artifactId>commons-configuration</artifactId> > - <version>1.2</version> > + <version>1.4</version> > > <url>http://jakarta.apache.org/commons/configuration/</url> > <type>jar</type> > </dependency> > @@ -150,7 +163,7 @@ > <dependency> > <groupId>commons-logging</groupId> > <artifactId>commons-logging</artifactId> > - <version>1.0.4</version> > + <version>1.1</version> > <url>http://jakarta.apache.org/commons/logging/</url> > <type>jar</type> > </dependency> > @@ -168,7 +181,7 @@ > <dependency> > <groupId>commons-dbcp</groupId> > <artifactId>commons-dbcp</artifactId> > - <version>1.2.1</version> > + <version>1.2.2</version> > <url>http://jakarta.apache.org/commons</url> > <type>jar</type> > <properties> > @@ -180,7 +193,7 @@ > <dependency> > <groupId>commons-pool</groupId> > <artifactId>commons-pool</artifactId> > - <version>1.2</version> > + <version>1.3</version> > <url>http://jakarta.apache.org/commons</url> > <type>jar</type> > <properties> > @@ -255,7 +268,7 @@ > <dependency> > <groupId>velocity</groupId> > <artifactId>velocity</artifactId> > - <version>1.4</version> > + <version>1.5</version> > <url>http://jakarta.apache.org/velocity/</url> > <type>jar</type> > </dependency> > @@ -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> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
