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 22:50:12 UTC

svn commit: r1491594 - in /db/derby/code/branches/10.7: ./ java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Author: myrnavl
Date: Mon Jun 10 20:50:12 2013
New Revision: 1491594

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

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

Modified: db/derby/code/branches/10.7/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.7/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=1491594&r1=1491593&r2=1491594&view=diff
==============================================================================
--- db/derby/code/branches/10.7/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original)
+++ db/derby/code/branches/10.7/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jun 10 20:50:12 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