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 2013/06/10 23:58:08 UTC

svn commit: r1491619 - in /db/derby/code/branches/10.5: ./ build.xml java/ java/client/org/apache/derby/client/net/NetCursor.java java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Author: myrnavl
Date: Mon Jun 10 21:58:08 2013
New Revision: 1491619

URL: http://svn.apache.org/r1491619
Log:
DERBY-6251; nightly regression test failure on weme, derbyrunjartest failing with: Process exception: (2) The system cannot find the file specified. 
   backport of revision 1491566 from 10.9.

Modified:
    db/derby/code/branches/10.5/   (props changed)
    db/derby/code/branches/10.5/build.xml   (props changed)
    db/derby/code/branches/10.5/java/   (props changed)
    db/derby/code/branches/10.5/java/client/org/apache/derby/client/net/NetCursor.java   (props changed)
    db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Propchange: db/derby/code/branches/10.5/
------------------------------------------------------------------------------
  Merged /db/derby/code/branches/10.9:r1491566

Propchange: db/derby/code/branches/10.5/build.xml
------------------------------------------------------------------------------
  Merged /db/derby/code/branches/10.9/build.xml:r1491566

Propchange: db/derby/code/branches/10.5/java/
------------------------------------------------------------------------------
  Merged /db/derby/code/branches/10.9/java:r1491566

Propchange: db/derby/code/branches/10.5/java/client/org/apache/derby/client/net/NetCursor.java
------------------------------------------------------------------------------
  Merged /db/derby/code/branches/10.9/java/client/org/apache/derby/client/net/NetCursor.java:r1491566

Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=1491619&r1=1491618&r2=1491619&view=diff
==============================================================================
--- db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original)
+++ db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jun 10 21:58:08 2013
@@ -15,3 +15,5 @@
 
 # Disabling processes because test spawns child threads using Runtime.exec().
 noSecurityManager=true
+# Disabling with j9 foundation because test expects child thread with executable 'java'. See DERBY-6251.
+runwithfoundation=false