diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2020-04-03 15:25:44 +0530 |
---|---|---|
committer | Amar Tumballi <amar@kadalu.io> | 2020-04-06 01:38:05 +0000 |
commit | 945b0a12b7a47039260330e02b89919c2cefb8d2 (patch) | |
tree | 1bb164e6eb530b17e1150e2a71fbb297d63a4688 /tests/bugs | |
parent | 208b6d7b1a4d98e62d4bfa3b342bb78ade078799 (diff) |
fuse: Add error-logs to debug bug-1433815-auth-allow.t failures
Fixes: #1149
Change-Id: I38483fc7d76d7fe0ac9fb649669a46bdf9c82234
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/protocol/bug-1433815-auth-allow.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/protocol/bug-1433815-auth-allow.t b/tests/bugs/protocol/bug-1433815-auth-allow.t index a78c0eb7111..7020a7d9485 100644 --- a/tests/bugs/protocol/bug-1433815-auth-allow.t +++ b/tests/bugs/protocol/bug-1433815-auth-allow.t @@ -30,6 +30,7 @@ TEST $GFS -f fubar.vol $M0 # If we had DONT_EXPECT_WITHIN we could use that, but we don't. sleep 10 EXPECT 0 check_mounted $M0 +ps aux | grep gluster # Set auth.allow to include us. This mount should therefore succeed. TEST $CLI volume set $V0 auth.allow "$(get_addresses)" |