You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2007/01/29 08:05:32 UTC

svn commit: r500953 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude

Author: myrnavl
Date: Sun Jan 28 23:05:31 2007
New Revision: 500953

URL: http://svn.apache.org/viewvc?view=rev&rev=500953
Log:
DERBY-1760 - skipping failing tests with remote client

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude?view=diff&rev=500953&r1=500952&r2=500953
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude Sun Jan 28 23:05:31 2007
@@ -32,6 +32,12 @@
 #	which may be on a different machine and thus not found.
 # lang/wisconsin - optimization is quite different when running remote server.
 # junitTests/derbyNet/CompatibilityTest.java - tries to start and shutdown the server.
+# jdbcapi/checkDataSource.java - test leaves things in a bad state, causing the subsequent
+#       tests to fail when run on same database. See DERBY-1760.
+# jdbcapi/checkDataSource30.java - ditto to checkDataSource.
+# lang/grantRevoke.java - this test expects certain properties in the remote server's 
+#       derby.properties file.
+# stress/stress.multi - attempts to connect to localhost.
 # 
 store/bootLock.java
 jdbcapi/secureUsers.sql
@@ -55,3 +61,7 @@
 tools/importExport.java
 lang/wisconsin.java
 junitTests/derbyNet/CompatibilityTest.java
+jdbcapi/checkDataSource.java
+jdbcapi/checkDataSource30.java
+lang/grantRevoke.java
+stress/stress.multi