diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2015-05-07 10:58:46 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-05-08 13:31:01 -0700 |
commit | 0950e6c29fc51ddcc5bb7e1e4187d54ff7c171d2 (patch) | |
tree | b8b81126812c37a00cd3536e641ae42d4d9f6592 /api/src/glfs-mgmt.c | |
parent | 6601aad8380f0f0ccbd4bb9147d8d3584a88da20 (diff) |
tests : workaround fix for volume-snapshot-clone spurious failure
Snippet of the existing test:
TEST kill_glusterd 2;
TEST $glusterd_2;
sleep 5
EXPECT_WITHIN $PROCESS_UP_TIMEOUT 'Started' volinfo_field ${V0}_clone 'Status';
EXPECT_WITHIN $PROCESS_UP_TIMEOUT 'Started' volinfo_field ${V1}_clone 'Status';
stop_force_volumes 2
The above EXPECT_WITHINs will not wait as the volumes were never stopped which
results into immediate trigger of volume stop where handshaking is not
completed. A workaround would be to check whether handshaking is completed and
then proceed.
Change-Id: Id3468b56f801212fc8e19ff196bc99e5e2358471
BUG: 1163543
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/10619
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Justin Clift <justin@gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'api/src/glfs-mgmt.c')
0 files changed, 0 insertions, 0 deletions