From: Bryan T. <tho...@us...> - 2007-02-15 22:01:24
|
Update of /cvsroot/cweb/bigdata/src/test/com/bigdata/isolation In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24236/src/test/com/bigdata/isolation Modified Files: TestUnisolatedBTree.java Log Message: Modified the IndexSegmentBuilder to use the new TemporaryStore and removed the fullyBuffer boolean option since data will be automatically buffered out to 100M and the spill over onto disk. Index: TestUnisolatedBTree.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/test/com/bigdata/isolation/TestUnisolatedBTree.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestUnisolatedBTree.java 15 Feb 2007 14:23:50 -0000 1.3 --- TestUnisolatedBTree.java 15 Feb 2007 22:01:19 -0000 1.4 *************** *** 379,383 **** /** ! * @todo Test restart-safety of data, including deletion markers. */ public void test_restartSafe() { --- 379,383 ---- /** ! * Tests restart-safety of data, including deletion markers. */ public void test_restartSafe() { |