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

tests: Use bytes.Repeat() when generating big data #683

Merged
merged 1 commit into from
May 15, 2017

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented May 14, 2017

Avoid using random source when generating large data. This will
heavily reduces functional tests time.

Fixes #682

In my machine, tests execution time pass from 280 seconds to 37 seconds.

Avoid using random source when generating large data. This will
heavily reduces functional tests time.
@deekoder deekoder requested review from krisis and hackintoshrao May 14, 2017 16:22
@harshavardhana
Copy link
Member

Much needed thanks @vadmeste

@hackintoshrao
Copy link
Contributor

This fix was introduced, but some regression reverted it. Thanks.

@harshavardhana harshavardhana merged commit 117209b into minio:master May 15, 2017
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.

4 participants