Skip to content

Commit

Permalink
disable gatherEvidence, give catchupExercises more time to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Mar 7, 2011
1 parent 6b3e541 commit 2e5ed79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extension/server/ArakoonManagement.py
Expand Up @@ -765,6 +765,7 @@ def helper(config):

return result

'''
def gatherEvidence(self,
destination,
clusterCredentials=None,
Expand Down Expand Up @@ -936,3 +937,4 @@ def _transferFiles(self,
q.system.fs.removeDirTree( archive_folder )
q.system.fs.unlink( archive_file )
'''
2 changes: 1 addition & 1 deletion extension/test/server/system_tests_long.py
Expand Up @@ -338,7 +338,7 @@ def do_one(n, max_wait):
raise Exception ("Node did not catchup in a timely fashion")

n = 20000
w = 20
w = 40 # 500/s should be more than enough even for dss driven vmachines
for i in range(5):
do_one(n,w)
n = n * 2
Expand Down

0 comments on commit 2e5ed79

Please sign in to comment.