2018-03-29 16:47:03

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [pynfs] [PATCH 2/3] Remove ganesha tag from DSESS9002 and DSESS9003

On Wed, Mar 28, 2018 at 04:06:54PM -0700, Frank Filz wrote:
> These tests actually require operational delegations which are not
>
> generally available in Ganesha. With the fixedup tests, they now
>
> hang without delegation support.

OK, thanks.--b.

>
>
>
> Signed-off-by: Frank S. Filz <[email protected]>
>
> ---
>
> nfs4.1/server41tests/st_destroy_session.py | 4 ++--
>
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
>
> diff --git a/nfs4.1/server41tests/st_destroy_session.py
> b/nfs4.1/server41tests/st_destroy_session.py
>
> index c247434..c48d144 100644
>
> --- a/nfs4.1/server41tests/st_destroy_session.py
>
> +++ b/nfs4.1/server41tests/st_destroy_session.py
>
> @@ -39,7 +39,7 @@ def testDestroy2(t, env):
>
> tests for example)
>
> - check that we get the callback
>
> - FLAGS: destroy_session ganesha
>
> + FLAGS: destroy_session
>
> CODE: DSESS9002
>
> """
>
> recall = threading.Event()
>
> @@ -88,7 +88,7 @@ def testDestroy3(t, env):
>
> - check that a new callback is sent over the new session. Some
>
> servers will do this very quickly, some might take longer.
>
> - FLAGS: destroy_session ganesha
>
> + FLAGS: destroy_session
>
> CODE: DSESS9003
>
> """
>
> recall = threading.Event()
>
> --
>
> 2.5.5
>
>
>
>
>
>
>