summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTamar Shacked <tshacked@redhat.com>2020-07-21 09:31:18 +0300
committerAmar Tumballi <amar@kadalu.io>2020-07-23 10:29:26 +0000
commit850b7daf9ba1e7cd28efda3150dd8d11c61e2d27 (patch)
tree9bef8c3e1fe2692194be6a0d025cc29ffd0c4778 /tests
parentb78f17659ec15a797a20b03b2f2493b5368ad1cc (diff)
glusterd: getspec() returns wrong response when volfile not found
In a cluster env: getspec() detects that volfile not found. but further on, this return code is set by another call so the error is lost and not handled. As a result the server responds with ambiguous message: {op_ret = -1, op_errno = 0..} - which cause the client to stuck. Fix: server side: don't override the failure error. fixes: #1375 Change-Id: Id394954d4d0746570c1ee7d98969649c305c6b0d Signed-off-by: Tamar Shacked <tshacked@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs/glusterd/check_elastic_server.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs/glusterd/check_elastic_server.t b/tests/bugs/glusterd/check_elastic_server.t
index 8e9e4e5b0eb..41d2140aa2b 100644
--- a/tests/bugs/glusterd/check_elastic_server.t
+++ b/tests/bugs/glusterd/check_elastic_server.t
@@ -23,6 +23,9 @@ EXPECT 'Created' cluster_volinfo_field 1 $V0 'Status';
$CLI_1 volume start $V0
EXPECT 'Started' cluster_volinfo_field 1 $V0 'Status';
+#Mount invalid volume
+TEST ! glusterfs -s $H1 --volfile-id=$V0_NA $M0;
+
#Mount FUSE
TEST glusterfs -s $H1 --volfile-id=$V0 $M0;