diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-08 15:17:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-08 15:17:11 +0000 |
commit | 6d752ff5ed1ddcde67b13b04c76bf9015e8301e0 (patch) | |
tree | f372bbdef7d4313bb11a8e8ffc824f7eae55479b /java/berkeley-db/files | |
parent | Update to 0.9.7.1 (diff) |
Tune the port a little finer:
. Java-1.5 is required to build (although the result is usable
with 1.4 as well) -- reflect this in pkg-descr for the user
and in Makefile for the build process
. add a patch for the "occasionaly" failing test -- on advice
from Oracle:
http://forums.oracle.com/forums/thread.jspa?threadID=431242
. enable automatic testing post-build -- the tests stress out
both Java and JE and their failure may be a nice canary for
our mine.
Notes
Notes:
svn path=/head/; revision=174956
Diffstat (limited to 'java/berkeley-db/files')
-rw-r--r-- | java/berkeley-db/files/patch-test-failure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/berkeley-db/files/patch-test-failure b/java/berkeley-db/files/patch-test-failure new file mode 100644 index 000000000000..29913a6862d7 --- /dev/null +++ b/java/berkeley-db/files/patch-test-failure @@ -0,0 +1,13 @@ +This is a temporary work-around for a spurious test failure. See the discussion at + + http://forums.oracle.com/forums/thread.jspa?threadID=431242 + +--- test/com/sleepycat/je/recovery/CheckpointActivationTest.java Tue Sep 12 15:17:22 2006 ++++ test/com/sleepycat/je/recovery/CheckpointActivationTest.java Fri Oct 6 23:42:55 2006 +@@ -51,5 +51,5 @@ + * checkpoints ran. + */ +- public void testLogSizeBasedCheckpoints() ++ public void meowLogSizeBasedCheckpoints() + throws Exception { + |