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 km...@apache.org on 2006/04/08 23:15:36 UTC

svn commit: r392611 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites: DerbyNet.exclude DerbyNetClient.exclude

Author: kmarsden
Date: Sat Apr  8 14:15:34 2006
New Revision: 392611

URL: http://svn.apache.org/viewcvs?rev=392611&view=rev
Log:
Disable checkdatasource tests temporarily for DerbyNetClient to 
resolve issues with jdk 1.5 and jdk 1.6

Disable checkdatasource tests for JCC since it doesn't have XA

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude?rev=392611&r1=392610&r2=392611&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Sat Apr  8 14:15:34 2006
@@ -43,3 +43,6 @@
 jdbcapi/SURTest.junit
 jdbcapi/ConcurrencyTest.junit
 jdbcapi/HoldabilityTest.junit
+# Excluding checkDataSource and checkDataSource30 because JCC has no XA
+jdbcapi/checkDataSource30.java
+jdbcapi/checkDataSource.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude?rev=392611&r1=392610&r2=392611&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude Sat Apr  8 14:15:34 2006
@@ -26,3 +26,8 @@
 jdbc4/TestDbMetaData.java
 jdbc4/TestJDBC40Exception.java
 jdbcapi/SURTest.junit
+#temporarily disable checkDataSourceTests with client
+#failing (hanging?)  on jdk 1.5/jdk 1.6
+jdbcapi/checkDataSource.java
+jdbcapi/checkDataSource30.java
+