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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6311758  Drop security from all modules (#221)
6311758 is described below

commit 6311758e8e5f922d99c74a2a4d182de0b072409a
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Sep 15 13:30:16 2022 +0000

    Drop security from all modules (#221)
    
    * Also sort modules printed by script
---
 bin/rwalk                                            | 2 +-
 src/main/resources/randomwalk/modules/All.xml        | 5 -----
 src/main/resources/randomwalk/modules/LongClean.xml  | 5 -----
 src/main/resources/randomwalk/modules/LongDirty.xml  | 5 -----
 src/main/resources/randomwalk/modules/LongEach.xml   | 4 ----
 src/main/resources/randomwalk/modules/ShortClean.xml | 5 -----
 src/main/resources/randomwalk/modules/ShortDirty.xml | 5 -----
 src/main/resources/randomwalk/modules/ShortEach.xml  | 4 ----
 8 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/bin/rwalk b/bin/rwalk
index 002b2e2..7a6eece 100755
--- a/bin/rwalk
+++ b/bin/rwalk
@@ -28,7 +28,7 @@ Usage: $0 <module> (<argument>)
    Modules listed below located in 
<at_home>/src/main/resources/randomwalk/modules
 
 EOF
-  find "$at_home/src/main/resources/randomwalk/modules/." -maxdepth 1 -name 
"*.xml" -printf "%f\n"
+  find "$at_home/src/main/resources/randomwalk/modules/." -maxdepth 1 -name 
"*.xml" -printf "%f\n" | sort
 }
 
 export 
CLASSPATH="$TEST_JAR_PATH:$HADOOP_API_JAR:$HADOOP_RUNTIME_JAR:$CLASSPATH"
diff --git a/src/main/resources/randomwalk/modules/All.xml 
b/src/main/resources/randomwalk/modules/All.xml
index be5c815..f202635 100644
--- a/src/main/resources/randomwalk/modules/All.xml
+++ b/src/main/resources/randomwalk/modules/All.xml
@@ -30,7 +30,6 @@
   <edge id="Shard.xml" weight="1"/>
   <edge id="Concurrent.xml" weight="1"/>
   <edge id="Conditional.xml" weight="1"/>
-  <edge id="Security.xml" weight="1"/>
   <edge id="Bulk.xml" weight="1"/>
 </node>
 
@@ -54,10 +53,6 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
-<node id="Security.xml">
-  <edge id="dummy.ToAll" weight="1"/>
-</node>
-
 <node id="Bulk.xml">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
diff --git a/src/main/resources/randomwalk/modules/LongClean.xml 
b/src/main/resources/randomwalk/modules/LongClean.xml
index 217afb0..757bdb7 100644
--- a/src/main/resources/randomwalk/modules/LongClean.xml
+++ b/src/main/resources/randomwalk/modules/LongClean.xml
@@ -29,7 +29,6 @@
   <edge id="MultiTable.xml" weight="1"/>
   <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>
 
@@ -49,10 +48,6 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
-<node id="Security.xml" maxSec="3600" teardown="true">
-  <edge id="dummy.ToAll" weight="1"/>
-</node>
-
 <node id="Bulk.xml" maxSec="3600" teardown="true">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
diff --git a/src/main/resources/randomwalk/modules/LongDirty.xml 
b/src/main/resources/randomwalk/modules/LongDirty.xml
index 480e57b..49cec48 100644
--- a/src/main/resources/randomwalk/modules/LongDirty.xml
+++ b/src/main/resources/randomwalk/modules/LongDirty.xml
@@ -29,7 +29,6 @@
   <edge id="MultiTable.xml" weight="1"/>
   <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>
 
@@ -49,10 +48,6 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
-<node id="Security.xml" maxSec="3600" teardown="false">
-  <edge id="dummy.ToAll" weight="1"/>
-</node>
-
 <node id="Bulk.xml" maxSec="3600" teardown="false">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
diff --git a/src/main/resources/randomwalk/modules/LongEach.xml 
b/src/main/resources/randomwalk/modules/LongEach.xml
index 5863341..1b4d298 100644
--- a/src/main/resources/randomwalk/modules/LongEach.xml
+++ b/src/main/resources/randomwalk/modules/LongEach.xml
@@ -36,10 +36,6 @@
 </node>
 
 <node id="Concurrent.xml" maxSec="3600" teardown="true">
-  <edge id="Security.xml" weight="1"/>
-</node>
-
-<node id="Security.xml" maxSec="3600" teardown="true">
   <edge id="Bulk.xml" weight="1"/>
 </node>
 
diff --git a/src/main/resources/randomwalk/modules/ShortClean.xml 
b/src/main/resources/randomwalk/modules/ShortClean.xml
index 19bb807..8562171 100644
--- a/src/main/resources/randomwalk/modules/ShortClean.xml
+++ b/src/main/resources/randomwalk/modules/ShortClean.xml
@@ -29,7 +29,6 @@
   <edge id="MultiTable.xml" weight="1"/>
   <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>
 
@@ -49,10 +48,6 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
-<node id="Security.xml" maxSec="300" teardown="true">
-  <edge id="dummy.ToAll" weight="1"/>
-</node>
-
 <node id="Bulk.xml" maxSec="300" teardown="true">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
diff --git a/src/main/resources/randomwalk/modules/ShortDirty.xml 
b/src/main/resources/randomwalk/modules/ShortDirty.xml
index 73fd988..ff2846b 100644
--- a/src/main/resources/randomwalk/modules/ShortDirty.xml
+++ b/src/main/resources/randomwalk/modules/ShortDirty.xml
@@ -29,7 +29,6 @@
   <edge id="MultiTable.xml" weight="1"/>
   <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>
 
@@ -49,10 +48,6 @@
   <edge id="dummy.ToAll" weight="1"/>
 </node>
 
-<node id="Security.xml" maxSec="300" teardown="false">
-  <edge id="dummy.ToAll" weight="1"/>
-</node>
-
 <node id="Bulk.xml" maxSec="300" teardown="false">
   <edge id="dummy.ToAll" weight="1"/>
 </node>
diff --git a/src/main/resources/randomwalk/modules/ShortEach.xml 
b/src/main/resources/randomwalk/modules/ShortEach.xml
index fe7c857..5da6880 100644
--- a/src/main/resources/randomwalk/modules/ShortEach.xml
+++ b/src/main/resources/randomwalk/modules/ShortEach.xml
@@ -36,10 +36,6 @@
 </node>
 
 <node id="Concurrent.xml" maxSec="300" teardown="true">
-  <edge id="Security.xml" weight="1"/>
-</node>
-
-<node id="Security.xml" maxSec="300" teardown="true">
   <edge id="Bulk.xml" weight="1"/>
 </node>
 

Reply via email to