diff options
author | Joseph Fernandes <josferna@redhat.com> | 2014-07-08 13:06:04 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-07-10 11:12:00 -0700 |
commit | c7251ebfe8e14090f9420786973c5f8232555b8e (patch) | |
tree | 4b525b3f6fe4540871465adef0866b17e36c40e3 /tests/bugs | |
parent | b42688786f25420de671ea06030edf4371058433 (diff) |
glusterd/regression: Temp fix for spurious err
As discussed in the mail,
Disabling the checking of snap brick status until
the investigation is done on the port bind issue.
Change-Id: I8854cee050de1b7f843e3d40631b6cb61fd8583e
BUG: 1112559
Signed-off-by: Joseph Fernandes <josferna@redhat.com>
Reviewed-on: http://review.gluster.org/8259
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/bugs')
-rwxr-xr-x | tests/bugs/bug-1112559.t | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/bugs/bug-1112559.t b/tests/bugs/bug-1112559.t index 2190609fa10..58cc40f7768 100755 --- a/tests/bugs/bug-1112559.t +++ b/tests/bugs/bug-1112559.t @@ -18,7 +18,7 @@ function check_snaps_bricks_health { } -SNAP_COMMAND_TIMEOUT=20 +SNAP_COMMAND_TIMEOUT=40 NUMBER_OF_BRICKS=2 cleanup; @@ -46,7 +46,10 @@ TEST snapshot_exists 1 ${V0}_snap1 #During the testing of the bug the snapshot would list but actually #not be created.Therefore check for health of the snapshot EXPECT_WITHIN $SNAP_COMMAND_TIMEOUT 1 check_snaps_status -EXPECT_WITHIN $SNAP_COMMAND_TIMEOUT $NUMBER_OF_BRICKS check_snaps_bricks_health + +#Disabling the checking of snap brick status , Will continue investigation +#on the failure of the snapbrick port bind issue. +#EXPECT_WITHIN $SNAP_COMMAND_TIMEOUT $NUMBER_OF_BRICKS check_snaps_bricks_health #check if the peer is added successfully EXPECT_WITHIN $PROBE_TIMEOUT 2 peer_count |