Updated Branches: refs/heads/1.6.0-SNAPSHOT 0d874d05a -> 5f90d0b8a
ACCUMULO-802 random walk test refs non-existant namespace node Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5f90d0b8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5f90d0b8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5f90d0b8 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 5f90d0b8a1b62d76455c9c695320381fa02e3a19 Parents: 0d874d0 Author: Keith Turner <ktur...@apache.org> Authored: Wed Dec 11 10:53:51 2013 -0500 Committer: Keith Turner <ktur...@apache.org> Committed: Wed Dec 11 10:53:51 2013 -0500 ---------------------------------------------------------------------- test/system/randomwalk/conf/modules/Concurrent.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5f90d0b8/test/system/randomwalk/conf/modules/Concurrent.xml ---------------------------------------------------------------------- diff --git a/test/system/randomwalk/conf/modules/Concurrent.xml b/test/system/randomwalk/conf/modules/Concurrent.xml index dbe3d70..96fbbce 100644 --- a/test/system/randomwalk/conf/modules/Concurrent.xml +++ b/test/system/randomwalk/conf/modules/Concurrent.xml @@ -52,7 +52,6 @@ <edge id="ct.CreateNamespace" weight="1000"/> <edge id="ct.DeleteNamespace" weight="100"/> <edge id="ct.RenameNamespace" weight="100"/> - <edge id="ct.OfflineNamespace" weight="100"/> <edge id="ct.Apocalypse" weight="10"/> <edge id="END" weight="1"/> </node> @@ -179,8 +178,4 @@ <edge id="ct.StartAll" weight="1"/> </node> -<node id="ct.OfflineNamespace"> - <edge id="ct.StartAll" weight="1"/> -</node> - </module>