tests: fixing typo errors
Change-Id: I8caab03531d74c64dcfa05c35a7daeee646cd2fa BUG: 1075417 Signed-off-by: Sakshi Bansal <sabansal@redhat.com> Reviewed-on: http://review.gluster.org/9507 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/9548 Tested-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
95f1787639
commit
b05b779239
@ -156,7 +156,7 @@ EXPECT "0" echo $?
|
||||
$CLI volume heal $V0 split-brain source-brick $H0:$B0/${V0}3
|
||||
EXPECT "0" echo $?
|
||||
|
||||
############### Reading the files should now suceed. ###############################
|
||||
############### Reading the files should now succeed. ###############################
|
||||
TEST cat file1
|
||||
TEST cat file2
|
||||
TEST cat file3
|
||||
|
@ -147,7 +147,7 @@ main (int argc, char *argv[])
|
||||
gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_5);
|
||||
gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11);
|
||||
|
||||
/* TEST 4: Check flush, nothing noticable should occur :) */
|
||||
/* TEST 4: Check flush, nothing noticeable should occur :) */
|
||||
gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11);
|
||||
gf_log_flush ();
|
||||
gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_6);
|
||||
@ -205,4 +205,4 @@ main (int argc, char *argv[])
|
||||
unlink (TEST_FILENAME);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ EXPECT "150.0MB" hard_limit "/test_dir/in_test_dir";
|
||||
|
||||
###################################################
|
||||
## ------------------------------------------------
|
||||
## <Test quota functionality in add-brick senarios>
|
||||
## <Test quota functionality in add-brick scenarios>
|
||||
## ------------------------------------------------
|
||||
###################################################
|
||||
QUOTALIMIT=100
|
||||
@ -188,7 +188,7 @@ TEST getfattr -d -m "trusted.glusterfs.quota.limit-set" -e hex \
|
||||
--absolute-names $B0/brick{3,4};
|
||||
|
||||
## -------------------------------------------------
|
||||
## </Test quota functionality in add-brick senarios>
|
||||
## </Test quota functionality in add-brick scenarios>
|
||||
## -------------------------------------------------
|
||||
|
||||
EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0
|
||||
|
@ -108,7 +108,7 @@ ${MOCK_CMD}
|
||||
EOF
|
||||
chmod +x mock-${EPEL_RELEASE}.sh
|
||||
|
||||
# root can not run 'mock', it needs to drop priviledges
|
||||
# root can not run 'mock', it needs to drop privileges
|
||||
if (groups | grep -q mock)
|
||||
then
|
||||
# the current user is in group 'mock'
|
||||
|
@ -22,7 +22,7 @@ TEST mkdir $M0/a
|
||||
## healing code path is not added under nameless lookup.
|
||||
|
||||
## What to test: With Patch, Even in case of nameless lookup, if layout
|
||||
## needs to be fixed, the it will be fixed wherever lookup is successfull
|
||||
## needs to be fixed, the it will be fixed wherever lookup is successful
|
||||
## and it will not create any directory for subvols having ENOENT as it is
|
||||
## nameless lookup.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
. $(dirname $0)/../../include.rc
|
||||
. $(dirname $0)/../../dht.rc
|
||||
|
||||
## Steps followed are one descibed in bugzilla
|
||||
## Steps followed are one described in bugzilla
|
||||
|
||||
cleanup;
|
||||
|
||||
|
@ -11,7 +11,7 @@ TEST pidof glusterd
|
||||
TEST $CLI volume create $V0 $H0:$B0/${V0}0
|
||||
TEST $CLI volume start $V0
|
||||
|
||||
# mount with auxillary gfid mount
|
||||
# mount with auxiliary gfid mount
|
||||
TEST $GFS --volfile-id=/$V0 --volfile-server=$H0 $M0 --aux-gfid-mount
|
||||
|
||||
# create file with specific gfid
|
||||
|
Loading…
x
Reference in New Issue
Block a user