From d26f0bac149d495fa93710c3f7b6b63c36cb8387 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Jul 2017 11:40:33 +0200 Subject: tests: disable IPC test-case The IPC test-case is not correct, and can cause segfaults or hangs. The ipctest.py script calls glfs_ipc() with the `glfs_t` structure, but should do so with a `glfs_fd_t`. In addition, the test-case is written in a way that we do not suggest to use libgfapi. Python scripts are encouraged to use the bindings from the libgfapi-python project. It would be better to rewrite the test in C so that there is type-checking while compiling and no additional issues with portability (see `LD_PRELOAD` note in the `.t` file). Change-Id: Icb52b5b1585fbee98f2c694547c31df0aa2ba70b Updates: #269 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/17786 CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Jeff Darcy Reviewed-by: Raghavendra Talur --- tests/features/ipc.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/features/ipc.t b/tests/features/ipc.t index 55ce8c871c1..5c92287eaa1 100755 --- a/tests/features/ipc.t +++ b/tests/features/ipc.t @@ -2,6 +2,9 @@ . $(dirname $0)/../include.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=GH269 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=GH269 + cleanup; mkdir -p $B0/1 mkdir -p $M0 -- cgit