tests: Fix tests/bugs/distribute/bug-1161311.t

Summary:
- Bigger buffer size made rebalance faster and broke the test.
- We made the file bigger so rebalance takes longer.

BUG: 1428058
Change-Id: I7acfec5611b28bdae0a9d9fc03eb104659a5563a
Signed-off-by: Shreyas Siravara <sshreyas@fb.com>
Author:    Shreyas Siravara <sshreyas@fb.com>
Reviewed-on: https://review.gluster.org/16802
Tested-by: Vijay Bellur <vbellur@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
This commit is contained in:
Shreyas Siravara 2016-12-14 08:24:01 -08:00 committed by Vijay Bellur
parent c618de8069
commit c429595b80

View File

@ -53,8 +53,14 @@ TEST glusterfs -s $H0 --volfile-id $V0 $M0;
TEST mkdir $M0/dir1
TEST mkdir -p $M0/dir2/dir3
# Create a large file (1GB), so that rebalance takes time
dd if=/dev/urandom of=$M0/dir1/FILE2 bs=64k count=10240
# Create a large file (6.4 GB), so that rebalance takes time
# Reading from /dev/urandom is slow, so we'll cat it together
dd if=/dev/urandom of=/tmp/FILE2 bs=64k count=10240
for i in {1..10}; do
cat /tmp/FILE2 >> $M0/dir1/FILE2
done
#dd if=/dev/urandom of=$M0/dir1/FILE2 bs=64k count=10240
# Rename the file to create a linkto, for rebalance to
# act on the file