diff options
| author | Pranith Kumar K <pkarampu@redhat.com> | 2014-05-19 13:29:06 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2014-05-19 21:00:46 -0700 | 
| commit | 7cd32c18a11d0dfeb70c276b0185e21d06a71fa5 (patch) | |
| tree | 175980b522a99d89c09034c1f74489105f89619f /tests/basic/mgmt_v3-locks.t | |
| parent | c13c1fd5a487eeca269e8b62114f607487ee30f6 (diff) | |
tests: Use uniform timeouts
Change-Id: I479ab941b3b2da3b16f624400fbd300f08326268
BUG: 1092850
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/7799
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/basic/mgmt_v3-locks.t')
| -rw-r--r-- | tests/basic/mgmt_v3-locks.t | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/basic/mgmt_v3-locks.t b/tests/basic/mgmt_v3-locks.t index 22ca27b9f20..4c259caa874 100644 --- a/tests/basic/mgmt_v3-locks.t +++ b/tests/basic/mgmt_v3-locks.t @@ -79,7 +79,7 @@ TEST launch_cluster 3;  TEST $CLI_1 peer probe $H2;  TEST $CLI_1 peer probe $H3; -EXPECT_WITHIN 20 2 check_peers +EXPECT_WITHIN $PROBE_TIMEOUT 2 check_peers  two_diff_vols_create  EXPECT 'Created' volinfo_field $V0 'Status'; @@ -92,12 +92,12 @@ EXPECT 'Started' volinfo_field $V1 'Status';  same_vol_remove_brick $V0 $H2:$B2/$V0  # Checking glusterd crashed or not after same volume remove brick  # on both nodes. -EXPECT_WITHIN 20 2 check_peers +EXPECT_WITHIN $PROBE_TIMEOUT 2 check_peers  same_vol_remove_brick $V1 $H2:$B2/$V1  # Checking glusterd crashed or not after same volume remove brick  # on both nodes. -EXPECT_WITHIN 20 2 check_peers +EXPECT_WITHIN $PROBE_TIMEOUT 2 check_peers  $CLI_1 volume set $V0 diagnostics.client-log-level DEBUG &  $CLI_1 volume set $V1 diagnostics.client-log-level DEBUG @@ -105,7 +105,7 @@ kill_glusterd 3  $CLI_1 volume status $V0  $CLI_2 volume status $V1  $CLI_1 peer status -EXPECT_WITHIN 20 1 check_peers +EXPECT_WITHIN $PROBE_TIMEOUT 1 check_peers  EXPECT 'Started' volinfo_field $V0 'Status';  EXPECT 'Started' volinfo_field $V1 'Status'; @@ -113,9 +113,9 @@ TEST $glusterd_3  $CLI_1 volume status $V0  $CLI_2 volume status $V1  $CLI_1 peer status -#EXPECT_WITHIN 20 2 check_peers +#EXPECT_WITHIN $PROBE_TIMEOUT 2 check_peers  #EXPECT 'Started' volinfo_field $V0 'Status';  #EXPECT 'Started' volinfo_field $V1 'Status';  #two_diff_vols_stop_force -#EXPECT_WITHIN 20 2 check_peers +#EXPECT_WITHIN $PROBE_TIMEOUT 2 check_peers  cleanup;  | 
