All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Mi Jinlong <mijinlong@cn.fujitsu.com>
Cc: NFS <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH 1/4 v3] 4.1 CLNT: add a simple test about RECLAIM_COMPLETE
Date: Tue, 23 Aug 2011 17:43:46 -0400	[thread overview]
Message-ID: <20110823214346.GD25350@fieldses.org> (raw)
In-Reply-To: <4E4C76C6.8020901@cn.fujitsu.com>

On Thu, Aug 18, 2011 at 10:19:50AM +0800, Mi Jinlong wrote:
> Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>

Is it even possible to run this test without an earlier RECLAIM_COMPLETE
failing?  I guess so, if you just run this one test without --maketree.

OK.

--b.

> ---
>  nfs4.1/server41tests/__init__.py            |    1 +
>  nfs4.1/server41tests/st_reclaim_complete.py |   21 +++++++++++++++++++++
>  2 files changed, 22 insertions(+), 0 deletions(-)
>  create mode 100644 nfs4.1/server41tests/st_reclaim_complete.py
> 
> diff --git a/nfs4.1/server41tests/__init__.py b/nfs4.1/server41tests/__init__.py
> index 3b4411a..1cc2048 100644
> --- a/nfs4.1/server41tests/__init__.py
> +++ b/nfs4.1/server41tests/__init__.py
> @@ -2,6 +2,7 @@ __all__ = ["st_exchange_id.py", # draft 21
>             "st_compound.py",
>             "st_create_session.py",
>             "st_destroy_session.py",
> +           "st_reclaim_complete.py",
>             "st_secinfo_no_name.py",
>             "st_secinfo.py",
>             "st_sequence.py",
> diff --git a/nfs4.1/server41tests/st_reclaim_complete.py b/nfs4.1/server41tests/st_reclaim_complete.py
> new file mode 100644
> index 0000000..a591ef5
> --- /dev/null
> +++ b/nfs4.1/server41tests/st_reclaim_complete.py
> @@ -0,0 +1,21 @@
> +from st_create_session import create_session
> +from nfs4_const import *
> +from environment import check, fail
> +import nfs4_ops as op
> +import nfs4lib
> +
> +def testSupported(t, env):
> +    """Do a simple RECLAIM_COMPLETE
> +
> +    FLAGS: reclaim_complete all
> +    CODE: RECC1
> +    """
> +    c = env.c1.new_client(env.testname(t))
> +    sess = c.create_session()
> +
> +    # RECLAIM_COMPLETE
> +    res = sess.compound([op.putrootfh(), op.reclaim_complete(TRUE)])
> +    check(res)
> +
> +    res = sess.compound([op.reclaim_complete(FALSE)])
> +    check(res)
> -- 
> 1.7.6
> 
> 

  reply	other threads:[~2011-08-23 21:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-18  2:18 [PATCH 0/4 v3] pynfs41: Add some tests for RECLAIM_COMPLETE Mi Jinlong
2011-08-18  2:19 ` [PATCH 1/4 v3] 4.1 CLNT: add a simple test about RECLAIM_COMPLETE Mi Jinlong
2011-08-23 21:43   ` J. Bruce Fields [this message]
2011-08-24  8:26     ` Mi Jinlong
2011-08-18  2:20 ` [PATCH 2/4 v3] 4.1 CLNT: test reclaims after RECLAIM_COMPLETE Mi Jinlong
2011-08-23 21:50   ` J. Bruce Fields
2011-08-18  2:21 ` [PATCH 3/4 v3] 4.1 CLNT: test open before RECLAIM_COMPLETE Mi Jinlong
2011-08-23 21:51   ` J. Bruce Fields
2011-08-18  2:22 ` [PATCH 4/4 v3] 4.1 CLNT: test RECLAIM_COMPLETE twice Mi Jinlong
2011-08-23 21:52   ` J. Bruce Fields
2011-08-24  8:53 ` [PATCH 1/4 v4] 4.1 CLNT: add a simple test about RECLAIM_COMPLETE Mi Jinlong
2011-08-24  8:53 ` [PATCH 2/4 v4] 4.1 CLNT: test reclaims after RECLAIM_COMPLETE Mi Jinlong
2011-08-24  8:54 ` [PATCH 3/4 v4] 4.1 CLNT: test open before RECLAIM_COMPLETE Mi Jinlong
2011-08-24  8:54 ` [PATCH 4/4 v4] 4.1 CLNT: test RECLAIM_COMPLETE twice Mi Jinlong
2011-08-26 22:41   ` J. Bruce Fields

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110823214346.GD25350@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=mijinlong@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.