Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#18600: Clear out tasks that don't make sense from multimds suite #13089

Merged
merged 3 commits into from Feb 14, 2017

Commits on Jan 24, 2017

  1. qa: break out tasks/ in multimds suite

    ...so that we can selectively disable those
    which are not appropriate for multimds testing, or
    which are not kclient compatible (all multimds workunits
    run against both kclient and fuse).
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Jan 24, 2017
    Copy the full SHA
    d0963f8 View commit details
    Browse the repository at this point in the history
  2. qa: disable quota tests in multimds

    Quotas don't work with kclient, and multimds tasks
    are run against kclient.  We don't need to run this
    against fuse here because it's a basic correctness
    test that's run against fuse in the fs suite.
    
    Fixes: http://tracker.ceph.com/issues/18600
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Jan 24, 2017
    Copy the full SHA
    50bdd55 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. qa: remove simple functional tests from multimds

    These were running so few ops that they weren't
    giving any meaningful exercise to a multimds
    system beyond what we're already covering in
    the fs suite.
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Feb 7, 2017
    Copy the full SHA
    76b73be View commit details
    Browse the repository at this point in the history