You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2012/01/18 23:09:23 UTC

svn commit: r1233089 - in /incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules: All.xml LongClean.xml LongDirty.xml ShortClean.xml ShortDirty.xml

Author: kturner
Date: Wed Jan 18 22:09:23 2012
New Revision: 1233089

URL: http://svn.apache.org/viewvc?rev=1233089&view=rev
Log:
ACCUMULO-318 added bulk test to top level random walk graphs

Modified:
    incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/All.xml
    incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongClean.xml
    incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongDirty.xml
    incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortClean.xml
    incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortDirty.xml

Modified: incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/All.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/All.xml?rev=1233089&r1=1233088&r2=1233089&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/All.xml (original)
+++ incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/All.xml Wed Jan 18 22:09:23 2012
@@ -30,6 +30,7 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Security.xml" weight="1"/>
+  <edge id="Bulk.xml" weight="1"/>
 </node>
 
 <node id="Sequential.xml">
@@ -52,4 +53,8 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<node id="Bulk.xml">
+  <edge id="dummy.ToAll" weight="1"/>
+</node>
+
 </module>

Modified: incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongClean.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongClean.xml?rev=1233089&r1=1233088&r2=1233089&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongClean.xml (original)
+++ incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongClean.xml Wed Jan 18 22:09:23 2012
@@ -30,6 +30,7 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Security.xml" weight="1"/>
+  <edge id="Bulk.xml" weight="1"/>
 </node>
 
 <node id="Sequential.xml" maxSec="3600" teardown="true">
@@ -52,4 +53,8 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<node id="Bulk.xml" maxSec="3600" teardown="true">
+  <edge id="dummy.ToAll" weight="1"/>
+</node>
+
 </module>

Modified: incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongDirty.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongDirty.xml?rev=1233089&r1=1233088&r2=1233089&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongDirty.xml (original)
+++ incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/LongDirty.xml Wed Jan 18 22:09:23 2012
@@ -30,6 +30,7 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Security.xml" weight="1"/>
+  <edge id="Bulk.xml" weight="1"/>
 </node>
 
 <node id="Sequential.xml" maxSec="3600" teardown="false">
@@ -52,4 +53,8 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<node id="Bulk.xml" maxSec="3600" teardown="false">
+  <edge id="dummy.ToAll" weight="1"/>
+</node>
+
 </module>

Modified: incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortClean.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortClean.xml?rev=1233089&r1=1233088&r2=1233089&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortClean.xml (original)
+++ incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortClean.xml Wed Jan 18 22:09:23 2012
@@ -30,6 +30,7 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Security.xml" weight="1"/>
+  <edge id="Bulk.xml" weight="1"/>
 </node>
 
 <node id="Sequential.xml" maxSec="300" teardown="true">
@@ -52,4 +53,8 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<node id="Bulk.xml" maxSec="300" teardown="true">
+  <edge id="dummy.ToAll" weight="1"/>
+</node>
+
 </module>

Modified: incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortDirty.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortDirty.xml?rev=1233089&r1=1233088&r2=1233089&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortDirty.xml (original)
+++ incubator/accumulo/branches/1.4/test/system/randomwalk/conf/modules/ShortDirty.xml Wed Jan 18 22:09:23 2012
@@ -30,6 +30,7 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Security.xml" weight="1"/>
+  <edge id="Bulk.xml" weight="1"/>
 </node>
 
 <node id="Sequential.xml" maxSec="300" teardown="false">
@@ -52,4 +53,8 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<node id="Bulk.xml" maxSec="300" teardown="false">
+  <edge id="dummy.ToAll" weight="1"/>
+</node>
+
 </module>