summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubansal <ubansal@redhat.com>2020-05-11 14:21:32 +0530
committerBala Konda Reddy M <bala12352@gmail.com>2020-05-11 14:39:56 +0000
commit0f2f4e2c76c3a9192fde780b9da076a4eb797759 (patch)
tree5d0889ba6db226d74568e929d1d581788e03f79e
parentc6ecdf1b82cc6215c058aeaeeeacc70c0f6d82b0 (diff)
[TestFix] Reduce the workload as rebalance was failing
Change-Id: Id94870735b26fbeab2bf448d4f80341c92beb5ba Signed-off-by: ubansal <ubansal@redhat.com>
-rw-r--r--tests/functional/disperse/test_ec_remove_brick_operations.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/functional/disperse/test_ec_remove_brick_operations.py b/tests/functional/disperse/test_ec_remove_brick_operations.py
index d6fe98d59..184c72b63 100644
--- a/tests/functional/disperse/test_ec_remove_brick_operations.py
+++ b/tests/functional/disperse/test_ec_remove_brick_operations.py
@@ -75,11 +75,11 @@ class EcRemoveBrickOperations(GlusterBaseClass):
cmd = ("/usr/bin/env python %s create_deep_dirs_with_files "
"--dirname-start-num %d "
"--dir-depth 2 "
- "--dir-length 20 "
- "--max-num-of-dirs 10 "
- "--num-of-files 10 %s" % (self.script_upload_path,
- self.counter,
- mount_obj.mountpoint))
+ "--dir-length 5 "
+ "--max-num-of-dirs 3 "
+ "--num-of-files 3 %s" % (self.script_upload_path,
+ self.counter,
+ mount_obj.mountpoint))
proc = g.run_async(mount_obj.client_system, cmd,
user=mount_obj.user)
self.all_mounts_procs.append(proc)