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 dj...@apache.org on 2005/05/20 15:23:29 UTC

svn commit: r171113 - /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang

Author: djd
Date: Fri May 20 06:23:28 2005
New Revision: 171113

URL: http://svn.apache.org/viewcvs?rev=171113&view=rev
Log:
Consistently use ij.database and ij.protocol in lang/<testname>_app.properties
files and remove derby.* properties not required.

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/aggbuiltin_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/comparisons_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ddlTableLockMode_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/desc_index_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dynamicLikeOptimization_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ejbql_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/floattypes_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorIJ_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJava_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/partdml_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/specjPlans_app.properties
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/staleplans_app.properties

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/aggbuiltin_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/aggbuiltin_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/aggbuiltin_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/aggbuiltin_app.properties Fri May 20 06:23:28 2005
@@ -3,10 +3,8 @@
 # for this test runs into a jvm crash especially when run in sps mode. see beetle 4874.
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/comparisons_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/comparisons_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/comparisons_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/comparisons_app.properties Fri May 20 06:23:28 2005
@@ -3,10 +3,8 @@
 # for this test runs into a jvm crash especially when run in sps mode. see beetle 4874.
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ddlTableLockMode_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ddlTableLockMode_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ddlTableLockMode_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ddlTableLockMode_app.properties Fri May 20 06:23:28 2005
@@ -19,10 +19,8 @@
 #
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/declareGlobalTempTableJavaJDBC30_app.properties Fri May 20 06:23:28 2005
@@ -18,10 +18,8 @@
 # a file <testname>_app.properties to be used instead of this file.
 #
 #
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/desc_index_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/desc_index_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/desc_index_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/desc_index_app.properties Fri May 20 06:23:28 2005
@@ -19,10 +19,8 @@
 #
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dynamicLikeOptimization_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dynamicLikeOptimization_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dynamicLikeOptimization_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dynamicLikeOptimization_app.properties Fri May 20 06:23:28 2005
@@ -1,8 +1,6 @@
 ##runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true
 ij.showNoCountForSelect=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ejbql_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ejbql_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ejbql_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ejbql_app.properties Fri May 20 06:23:28 2005
@@ -3,10 +3,8 @@
 # for this test runs into a jvm crash especially when run in sps mode. see beetle 4874.
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/floattypes_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/floattypes_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/floattypes_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/floattypes_app.properties Fri May 20 06:23:28 2005
@@ -3,10 +3,8 @@
 # for this test runs into a jvm crash especially when run in sps mode. see beetle 4874.
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorIJ_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorIJ_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorIJ_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorIJ_app.properties Fri May 20 06:23:28 2005
@@ -1,7 +1,5 @@
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties Fri May 20 06:23:28 2005
@@ -1,7 +1,5 @@
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJava_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJava_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJava_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJava_app.properties Fri May 20 06:23:28 2005
@@ -1,7 +1,5 @@
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/partdml_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/partdml_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/partdml_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/partdml_app.properties Fri May 20 06:23:28 2005
@@ -19,10 +19,8 @@
 #
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/specjPlans_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/specjPlans_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/specjPlans_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/specjPlans_app.properties Fri May 20 06:23:28 2005
@@ -19,10 +19,8 @@
 #
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/staleplans_app.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/staleplans_app.properties?rev=171113&r1=171112&r2=171113&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/staleplans_app.properties (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/staleplans_app.properties Fri May 20 06:23:28 2005
@@ -19,10 +19,8 @@
 #
 #
 #runwithj9=false
-database=jdbc:derby:wombat;create=true
-protocol=jdbc:derby:
+ij.database=jdbc:derby:wombat;create=true
 ij.protocol=jdbc:derby:
-derby.optimizer.noTimeout=true
 
 ij.defaultResourcePackage=/org/apache/derbyTesting/functionTests/tests/lang/
 ij.showNoConnectionsAtStart=true