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 2013/08/01 19:48:11 UTC

svn commit: r1509348 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java

Author: kmarsden
Date: Thu Aug  1 17:48:11 2013
New Revision: 1509348

URL: http://svn.apache.org/r1509348
Log:
DERBY-5865 On IBM 1.7 TestDurabilityProperty fails with FAIL -- derby.system.durability=test mode seems to be broken. 

Add timing values to fail output to make test easier to debug.
Does not fix the issue.


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java?rev=1509348&r1=1509347&r2=1509348&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/TestDurabilityProperty.java Thu Aug  1 17:48:11 2013
@@ -337,6 +337,9 @@ public class TestDurabilityProperty {
                             + " range as with this property set.");
                     report("-- Please note this test times inserts and approximate estimates were " +
                             "considered to report this observation.");
+                    report("timeCommitOn = " + timeCommitOn);
+                    report("timeWithTestModeCommitOn = " + timeWithTestModeCommitOn);
+                    report("timeWithTestModeCommitOff = " + timeWithTestModeCommitOff);
                 }
             }
         }