diff options
| author | Krishnan Parthasarathi <kparthas@redhat.com> | 2015-05-20 18:23:58 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-30 07:05:06 -0700 | 
| commit | 0308c7a2800f52810093af780c42b6c6616c2aed (patch) | |
| tree | 11912e3a54a35e2d9d01f96622da68667c819ef2 /run-tests.sh | |
| parent | af7e88ad4a3a1cd0b965fdbadb59c923e98550bc (diff) | |
glusterd: fix double-free of rebalance process' rpc object
Change-Id: I0c79c4de47a160b1ecf3a8994eedc02e3f5002a9
BUG: 1225318
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/10872
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/10932
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 28d8b9a77ce..bc51a96f1ad 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -196,7 +196,6 @@ function is_bad_test ()      local name=$1      for bt in ./tests/basic/uss.t                       \                ./tests/basic/tier/tier.t \ -              ./tests/bugs/glusterd/bug-974007.t        \                ./tests/basic/quota-anon-fd-nfs.t \  	      ; do          [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success  | 
