From: Bryan T. <tho...@us...> - 2007-03-06 20:38:24
|
Update of /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24380/src/test/com/bigdata/rdf/rio Modified Files: TestRioIntegration.java Log Message: Refactoring to introduce asynchronous handling of overflow events in support of a scale-up/scale-out design. Index: TestRioIntegration.java =================================================================== RCS file: /cvsroot/cweb/bigdata-rdf/src/test/com/bigdata/rdf/rio/TestRioIntegration.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestRioIntegration.java 22 Feb 2007 16:58:59 -0000 1.15 --- TestRioIntegration.java 6 Mar 2007 20:38:13 -0000 1.16 *************** *** 120,125 **** TestRioIntegration test = new TestRioIntegration("TestInsertRateStore"); test.setUp(); ! // test.doTest( new PresortRioLoader(test.store), args ); ! test.doTest( new BulkRioLoader(test.store), args ); test.tearDown(); --- 120,125 ---- TestRioIntegration test = new TestRioIntegration("TestInsertRateStore"); test.setUp(); ! test.doTest( new PresortRioLoader(test.store), args ); ! // test.doTest( new BulkRioLoader(test.store), args ); test.tearDown(); *************** *** 280,283 **** --- 280,284 ---- "data/nciOncology.owl" // nterms := 289844 // "data/wordnet_nouns-20010201.rdf" + // "data/taxonomy.rdf" }; |