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 2006/11/18 15:28:28 UTC

svn commit: r476529 - in /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests: suites/DerbyNetClientRemote.exclude tests/derbynet/prepStmt.java

Author: myrnavl
Date: Sat Nov 18 06:28:28 2006
New Revision: 476529

URL: http://svn.apache.org/viewvc?view=rev&rev=476529
Log:
DERBY-1760 (partial) - remote server testing with 10.2 snapshot had failures
- adding more tests to be excluded
- adding minor table cleanup to derbynet/prepStmt.java


Modified:
    db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude
    db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java

Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude?view=diff&rev=476529&r1=476528&r2=476529
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude (original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClientRemote.exclude Sat Nov 18 06:28:28 2006
@@ -32,6 +32,13 @@
 #	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.
+# derbynet/ShutDownDBWhenNSShutsDownTest.junit - test tries to look for db.lck file
+# lang/grantRevoke.java - this test expects certain properties in the remote server's 
+#       derby.properties file.
+#  
 # 
 store/bootLock.java
 jdbcapi/secureUsers.sql
@@ -55,3 +62,7 @@
 tools/importExport.java
 lang/wisconsin.java
 junitTests/derbyNet/CompatibilityTest.java
+jdbcapi/checkDataSource.java
+jdbcapi/checkDataSource30.java
+derbynet/ShutDownDBWhenNSShutsDownTest.junit
+lang/grantRevoke.java

Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java?view=diff&rev=476529&r1=476528&r2=476529
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java (original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/prepStmt.java Sat Nov 18 06:28:28 2006
@@ -52,7 +52,8 @@
          "table doubletab", "table numtab", "table Numeric_Tab", "table jira614", 
 	 "table jira614_a", "table jira428", "table jira125", "table varcharclobtab", 
          "table jira125125125125125125125125125125125125125125125125125125125125125125125125125125125125125125125",
-         "table jira1533_a", "table jira1533_b"};
+         "table jira1533_a", "table jira1533_b", 
+         "table jira1454"};
 
 	public static void main (String args[])
 	{