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

Add test cases for mc #36

Closed
nitisht opened this issue Jun 26, 2017 · 1 comment
Closed

Add test cases for mc #36

nitisht opened this issue Jun 26, 2017 · 1 comment
Assignees
Milestone

Comments

@nitisht
Copy link
Contributor

nitisht commented Jun 26, 2017

Add correctness test cases based on mc to Mint.

Tests should

  • Access all the public Minio server APIs via mc.
  • Include one positive case and couple of boundary cases for each API.
  • Have minimum file size uploads required to test multipart uploads.
  • Refer test files from a static data directory as in (https://github.com/minio/minio-go/pull/727/files#diff-81a03de42b955e14be71afa81768a78cR52). This helps keep the Mint container light weight and avoids the file creation in runtime, making the tests run faster.

Tests should not include

  • Big file uploads.
  • Multiple tests related to the same API.
@nitisht
Copy link
Contributor Author

nitisht commented Jul 4, 2017

Fixed by #71

@nitisht nitisht closed this as completed Jul 4, 2017
@nitisht nitisht added the fixed label Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants