Description of problem: 18:29:45 ./tests/bugs/replicate/bug-1744548-heal-timeout.t .. 18:29:45 1..20 18:29:45 ok 1 [ 147/ 995] < 9> 'glusterd' 18:29:45 ok 2 [ 9/ 12] < 10> 'pidof glusterd' 18:29:45 ok 3 [ 9/ 78] < 11> 'gluster --mode=script --wignore volume create patchy replica 3 builder201.int.aws.gluster.org:/d/backends/patchy0 builder201.int.aws.gluster.org:/d/backends/patchy1 builder201.int.aws.gluster.org:/d/backends/patchy2' 18:29:45 ok 4 [ 14/ 124] < 12> 'gluster --mode=script --wignore volume heal patchy disable' 18:29:45 ok 5 [ 16/ 1358] < 13> 'gluster --mode=script --wignore volume start patchy' 18:29:45 ok 6 [ 11/ 71] < 14> '1 brick_up_status patchy builder201.int.aws.gluster.org /d/backends/patchy0' 18:29:45 ok 7 [ 11/ 68] < 15> '1 brick_up_status patchy builder201.int.aws.gluster.org /d/backends/patchy1' 18:29:45 ok 8 [ 11/ 71] < 16> '1 brick_up_status patchy builder201.int.aws.gluster.org /d/backends/patchy2' 18:29:45 ok 9 [ 11/ 63] < 17> '! gluster --mode=script --wignore volume heal patchy' 18:29:45 ok 10 [ 11/ 96] < 20> 'gluster --mode=script --wignore volume profile patchy start' 18:29:45 ok 11 [ 11/ 67] < 21> 'gluster --mode=script --wignore volume profile patchy info clear' 18:29:45 ok 12 [ 11/ 116] < 22> 'gluster --mode=script --wignore volume heal patchy enable' 18:29:45 ok 13 [ 21/ 73] < 23> 'gluster --mode=script --wignore volume heal patchy' 18:29:45 not ok 14 [ 85/ 1] < 26> '[ 331 == 333 ]' -> '' 18:29:45 ok 15 [ 11/ 116] < 29> 'gluster --mode=script --wignore volume set patchy cluster.heal-timeout 5' 18:29:45 not ok 16 [ 10097/ 1] < 33> '[ 668 == 666 ]' -> '' 18:29:45 ok 17 [ 18/ 112] < 36> 'gluster --mode=script --wignore volume heal patchy disable' 18:29:45 ok 18 [ 14/ 66] < 37> 'gluster --mode=script --wignore volume profile patchy info clear' 18:29:45 ok 19 [ 12/ 99] < 38> 'gluster --mode=script --wignore volume set patchy cluster.heal-timeout 6' 18:29:45 ok 20 [ 6068/ 1] < 41> '[ -z ]' 18:29:45 Failed 2/20 subtests Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
REVIEW: https://review.gluster.org/23523 (Fix spurious failure in bug-1744548-heal-timeout.t) posted (#1) for review on master by Pranith Kumar Karampuri
REVIEW: https://review.gluster.org/23523 (Fix spurious failure in bug-1744548-heal-timeout.t) merged (#3) on master by Pranith Kumar Karampuri
Failing differently because of wrong cumulative stats gathering. 16:30:31 [11:00:31] Running tests in file ./tests/bugs/replicate/bug-1744548-heal-timeout.t 16:32:25 ./tests/bugs/replicate/bug-1744548-heal-timeout.t .. 16:32:25 1..19 16:32:25 ok 1 [ 146/ 950] < 14> 'glusterd' 16:32:25 ok 2 [ 9/ 12] < 15> 'pidof glusterd' 16:32:25 ok 3 [ 8/ 75] < 16> 'gluster --mode=script --wignore volume create patchy replica 3 builder200.int.aws.gluster.org:/d/backends/patchy0 builder200.int.aws.gluster.org:/d/backends/patchy1 builder200.int.aws.gluster.org:/d/backends/patchy2' 16:32:25 ok 4 [ 12/ 116] < 17> 'gluster --mode=script --wignore volume heal patchy disable' 16:32:25 ok 5 [ 12/ 1351] < 18> 'gluster --mode=script --wignore volume start patchy' 16:32:25 ok 6 [ 10/ 68] < 19> '1 brick_up_status patchy builder200.int.aws.gluster.org /d/backends/patchy0' 16:32:25 ok 7 [ 10/ 68] < 20> '1 brick_up_status patchy builder200.int.aws.gluster.org /d/backends/patchy1' 16:32:25 ok 8 [ 10/ 68] < 21> '1 brick_up_status patchy builder200.int.aws.gluster.org /d/backends/patchy2' 16:32:25 ok 9 [ 10/ 59] < 22> '! gluster --mode=script --wignore volume heal patchy' 16:32:25 ok 10 [ 11/ 91] < 25> 'gluster --mode=script --wignore volume profile patchy start' 16:32:25 ok 11 [ 10/ 64] < 26> 'gluster --mode=script --wignore volume profile patchy info clear' 16:32:25 ok 12 [ 12/ 108] < 27> 'gluster --mode=script --wignore volume heal patchy enable' 16:32:25 not ok 13 [ 20/ 80169] < 29> '^333$ get_cumulative_opendir_count' -> 'Got "33" instead of "^333$"' 16:32:25 ok 14 [ 9/ 89] < 32> 'gluster --mode=script --wignore volume set patchy cluster.heal-timeout 5' 16:32:25 ok 15 [ 10012/ 57] < 35> '^999$ get_cumulative_opendir_count' 16:32:25 ok 16 [ 9/ 87] < 38> 'gluster --mode=script --wignore volume heal patchy disable' 16:32:25 ok 17 [ 10011/ 49] < 41> 'gluster --mode=script --wignore volume profile patchy info clear' 16:32:25 ok 18 [ 9/ 88] < 42> 'gluster --mode=script --wignore volume set patchy cluster.heal-timeout 6' 16:32:25 ok 19 [ 10062/ 1] < 46> '[ -z ]' 16:32:25 Failed 1/19 subtests
REVIEW: https://review.gluster.org/23546 (tests: Fix spurious failure) posted (#1) for review on master by Pranith Kumar Karampuri
REVIEW: https://review.gluster.org/23546 (tests: Fix spurious failure) merged (#3) on master by Pranith Kumar Karampuri