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 21:43:16 UTC

svn commit: r1491577 - in /db/derby/code/branches/10.8: ./ 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 19:43:15 2013
New Revision: 1491577

URL: http://svn.apache.org/r1491577
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.8/   (props changed)
    db/derby/code/branches/10.8/java/client/org/apache/derby/client/net/NetCursor.java   (props changed)
    db/derby/code/branches/10.8/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

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

Propchange: db/derby/code/branches/10.8/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.8/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=1491577&r1=1491576&r2=1491577&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original)
+++ db/derby/code/branches/10.8/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jun 10 19:43:15 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