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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to