diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2015-05-20 18:23:58 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2015-05-26 06:41:35 -0700 |
commit | f59a1431e38ad644b6bdd4adbdf94ff028c9c60d (patch) | |
tree | 2261ef1faa66d2ac6ed044d162df7294d065b085 /run-tests.sh | |
parent | 30c97ce5c9ba03760bdab7c82208065da631efe9 (diff) |
glusterd: fix double-free of rebalance process' rpc object
Change-Id: I0c79c4de47a160b1ecf3a8994eedc02e3f5002a9
BUG: 1223338
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/10872
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-by: Kaushal M <kaushal@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 650eb26e4cd..eb609876829 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -204,7 +204,6 @@ function is_bad_test () ./tests/bugs/quota/bug-1035576.t \ ./tests/basic/uss.t \ ./tests/bugs/glusterfs/bug-867253.t \ - ./tests/bugs/glusterd/bug-974007.t \ ./tests/basic/volume-snapshot-clone.t \ ./tests/basic/quota-anon-fd-nfs.t \ ./tests/bugs/snapshot/bug-1112559.t \ |