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

Framework updates #54

Merged
merged 4 commits into from
Jun 29, 2017
Merged

Framework updates #54

merged 4 commits into from
Jun 29, 2017

Conversation

nitisht
Copy link
Contributor

@nitisht nitisht commented Jun 29, 2017

  • Add time tracker
  • Remove init tests
  • Add ENV var to ignore tests

- Update dockerfile
- Add time tracker
- Remove init tests
- Add ENV var to ignore tests
README.md Outdated
- `SECRET_KEY` - Secret Key of the server. Defaults to Minio Play Secret Key.
- `ENABLE_HTTPS` - Set to 1 to send HTTPS requests on SSL enabled deployment. Defaults to 0.
- `DATA_DIR` - Data directory for SDK tests. Defaults to data directory created by `build/data/install.sh` script.
- `IGNORE_TESTS` - `;` separated list of SDKs to ignore running. Empty by default.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comma is easier type than ;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW there are unexpected commits in this PR can you clean it up and squash them?

run.sh Outdated
# move back to top level directory
cd ../../..
# move back to top level directory
cd ../../..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of cd ../../.., it would be better to use cd $root_dir

README.md Outdated
- `SECRET_KEY` - Secret Key of the server. Defaults to Minio Play Secret Key.
- `ENABLE_HTTPS` - Set to 1 to send HTTPS requests on SSL enabled deployment. Defaults to 0.
- `DATA_DIR` - Data directory for SDK tests. Defaults to data directory created by `build/data/install.sh` script.
- `IGNORE_TESTS` - `,` separated list of SDKs to ignore running. Empty by default.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/, separated list of SDKs to ignore running./',' separated list of SDKs to skip running.
IGNORE_TESTS could optionally be better named as SKIP_TESTS
An example with this option would be useful as it is not clear here that the sdk naming convention of data directory needs to be followed in the IGNORE_TESTS

@nitisht
Copy link
Contributor Author

nitisht commented Jun 29, 2017

Updated @poornas @harshavardhana

@nitisht nitisht merged commit 772c528 into minio:master Jun 29, 2017
@nitisht nitisht deleted the framework-updates branch June 29, 2017 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants