From: <tho...@us...> - 2011-01-05 13:45:29
|
Revision: 4052 http://bigdata.svn.sourceforge.net/bigdata/?rev=4052&view=rev Author: thompsonbry Date: 2011-01-05 13:45:21 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Restored run against local U50 instance. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/TestJoinGraphOnLubm.java Modified: branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/TestJoinGraphOnLubm.java =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/TestJoinGraphOnLubm.java 2011-01-05 13:44:51 UTC (rev 4051) +++ branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/TestJoinGraphOnLubm.java 2011-01-05 13:45:21 UTC (rev 4052) @@ -230,7 +230,7 @@ final Properties properties = getProperties(); final File file; - if (true) { + if (false) { /* * Use a persistent file that is generated once and then reused by * each test run. @@ -244,7 +244,7 @@ /* * Use a specific file generated by some external process. */ - final int nuniv = 1000; + final int nuniv = 50; file = new File("/data/lubm/U" + nuniv + "/bigdata-lubm.WORM.jnl"); namespace = "LUBM_U" + nuniv; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |