You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/04/05 17:52:46 UTC

[accumulo-testing] branch master updated: ACCUMULO-4833 Disable broken randomwalk task

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new c5cec37  ACCUMULO-4833 Disable broken randomwalk task
c5cec37 is described below

commit c5cec375c928e995dc09bb8b5301a82f6441622c
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Apr 5 13:50:48 2018 -0400

    ACCUMULO-4833 Disable broken randomwalk task
    
    Comment out the replication task in the Concurrent test configuration
    for the randomwalk test framework.
---
 core/src/main/resources/randomwalk/modules/Concurrent.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/src/main/resources/randomwalk/modules/Concurrent.xml b/core/src/main/resources/randomwalk/modules/Concurrent.xml
index eb17066..256df30 100644
--- a/core/src/main/resources/randomwalk/modules/Concurrent.xml
+++ b/core/src/main/resources/randomwalk/modules/Concurrent.xml
@@ -31,7 +31,7 @@
   <edge id="ct.DeleteTable" weight="1000"/>
   <edge id="ct.RenameTable" weight="1000"/>
   <edge id="ct.ScanTable" weight="500"/>
-  <edge id="ct.Replication" weight="500"/>
+  <!-- edge id="ct.Replication" weight="500"/ -->
   <edge id="ct.IsolatedScan" weight="500"/>
   <edge id="ct.AddSplits" weight="1000"/>
   <edge id="ct.ListSplits" weight="1000"/>
@@ -86,9 +86,11 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
+<!--
 <node id="ct.Replication">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
+-->
 
 <node id="ct.IsolatedScan">
   <edge id="dummy.ToAll" weight="1"/>

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.