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

UG blackbox tests #56

Open
jcnelson opened this issue Dec 6, 2013 · 3 comments
Open

UG blackbox tests #56

jcnelson opened this issue Dec 6, 2013 · 3 comments
Labels
Milestone

Comments

@jcnelson
Copy link
Member

jcnelson commented Dec 6, 2013

Blackbox tests for the UG

Need:

  • create file
  • create directory
  • create nested files and directories
  • unlink file
  • unlink directory
  • write local file sequentially
  • write local file randomly
  • append local file
  • write remote file sequentially
  • write remote file randomly
  • append remote file
  • read local file sequentially
  • read local file randomly
  • read remote file sequentially
  • read remote file randomly
  • truncate file
@jcnelson
Copy link
Member Author

jcnelson commented Jun 4, 2014

Some work is being done in UG/tests. We'll put low-level functional tests of individual or small groups of storage calls in UG/tests/functional, and more systemic tests in UG/tests/blackbox.

@jcnelson
Copy link
Member Author

jcnelson commented Jul 8, 2014

As of e3fe4b0, we now have functional tests for:

  • mkdir
  • readdir
  • unlink
  • open, read (offset,count) pairs, close
  • open, write (offset,data) pairs, close
  • create, write, close
  • getxattr
  • listxattr
  • setxattr
  • removexattr
  • chownxattr
  • chmodxattr

@jcnelson
Copy link
Member Author

Add tests for parallel create (index-stress)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant